public function EventTest::testIsPropagationStopped in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/event-dispatcher/Tests/EventTest.php \Symfony\Component\EventDispatcher\Tests\EventTest::testIsPropagationStopped()
File
- vendor/
symfony/ event-dispatcher/ Tests/ EventTest.php, line 52
Class
- EventTest
- Test class for Event.
Namespace
Symfony\Component\EventDispatcher\TestsCode
public function testIsPropagationStopped() {
$this
->assertFalse($this->event
->isPropagationStopped());
}