Skip to content

Commit d724688

Browse files
committed
Add "shared" flag and deprecate scopes concept
1 parent 2f5f776 commit d724688

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/ContainerAwareEventDispatcherTest.php

+4
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public function testPreventDuplicateListenerService()
9292

9393
/**
9494
* @expectedException \InvalidArgumentException
95+
* @group legacy
9596
*/
9697
public function testTriggerAListenerServiceOutOfScope()
9798
{
@@ -111,6 +112,9 @@ public function testTriggerAListenerServiceOutOfScope()
111112
$dispatcher->dispatch('onEvent');
112113
}
113114

115+
/**
116+
* @group legacy
117+
*/
114118
public function testReEnteringAScope()
115119
{
116120
$event = new Event();

0 commit comments

Comments
 (0)