public function TestEventListener::postFoo in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php \Symfony\Component\EventDispatcher\Tests\TestEventListener::postFoo()
File
- vendor/
symfony/ event-dispatcher/ Tests/ AbstractEventDispatcherTest.php, line 334
Class
Namespace
Symfony\Component\EventDispatcher\TestsCode
public function postFoo(Event $e) {
$this->postFooInvoked = true;
$e
->stopPropagation();
}