Skip to content

Commit 4d84d1a

Browse files
committed
Merge branch '2.3' into 2.7
* 2.3: [2.3][Component/Security] Fixed phpdoc in AnonymousToken constructor for user param call get() after the container was compiled Fixed readme of OptionsResolver
2 parents a0125b6 + d4d56cf commit 4d84d1a

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
@@ -103,6 +103,8 @@ public function testToolbarConfig($toolbarEnabled, $interceptRedirects, $listene
103103
$this->assertSame($listenerEnabled, $this->container->get('web_profiler.debug_toolbar')->isEnabled());
104104
}
105105

106+
$this->assertSame($enabled, $this->container->get('web_profiler.debug_toolbar')->isEnabled());
107+
106108
$this->assertSaneContainer($this->getDumpedContainer());
107109
}
108110

0 commit comments

Comments
 (0)