We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3af3fe commit 86ee2b3Copy full SHA for 86ee2b3
Tests/DependencyInjection/FrameworkExtensionTest.php
@@ -953,6 +953,7 @@ public function testEventDispatcherService()
953
$this->loadFromFile($container, 'default_config');
954
$container
955
->register('foo', \stdClass::class)
956
+ ->setPublic(true)
957
->setProperty('dispatcher', new Reference('event_dispatcher'));
958
$container->compile();
959
$this->assertInstanceOf(EventDispatcherInterface::class, $container->get('foo')->dispatcher);
0 commit comments