8000 feature #18728 deprecate get() for uncompiled container builders (xab… · ostrolucky/symfony@b8ad2bc · GitHub
[go: up one dir, main page]

Skip to content

Commit b8ad2bc

Browse files
committed
feature symfony#18728 deprecate get() for uncompiled container builders (xabbuh)
This PR was squashed before being merged into the 3.2-dev branch (closes symfony#18728). Discussion ---------- deprecate get() for uncompiled container builders | Q | A | ------------- | --- | Branch? | 3.2 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | yes | Tests pass? | yes | Fixed tickets | symfony#18673 (comment) | License | MIT | Doc PR | Commits ------- f2e35cb deprecate get() for uncompiled container builders
2 parents 32c9657 + e0b8a5a commit b8ad2bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/DependencyInjection/WebProfilerExtensionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ public function testToolbarConfig($toolbarEnabled, $interceptRedirects, $listene
9696

9797
$this->assertSame($listenerInjected, $this->container->has('web_profiler.debug_toolbar'));
9898

99+
$this->assertSaneContainer($this->getDumpedContainer());
100+
99101
if ($listenerInjected) {
100102
$this->assertSame($listenerEnabled, $this->container->get('web_profiler.debug_toolbar')->isEnabled());
101103
}
102-
103-
$this->assertSaneContainer($this->getDumpedContainer());
104104
}
105105

106106
public function getDebugModes()

0 commit comments

Comments
 (0)
0