Skip to content

Commit ce430e3

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: [2.3][Component/Security] Fixed phpdoc in AnonymousToken constructor for user param prevent calling get() for service_container service call get() after the container was compiled Fixed readme of OptionsResolver [DependencyInjection] Suggest ExpressionLanguage in composer.json
2 parents 3fc934a + 4d84d1a commit ce430e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/DependencyInjection/WebProfilerExtensionTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ public function testToolbarConfig($toolbarEnabled, $interceptRedirects, $listene
100100
$this->assertSame($listenerEnabled, $this->container->get('web_profiler.debug_toolbar')->isEnabled());
101101
}
102102

103+
$this->assertSame($enabled, $this->container->get('web_profiler.debug_toolbar')->isEnabled());
104+
103105
$this->assertSaneContainer($this->getDumpedContainer());
104106
}
105107

0 commit comments

Comments
 (0)