You are here

public function EventTest::testIsPropagationStopped in Zircon Profile 8.0

Same name and namespace in other branches
  1. 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\Tests

Code

public function testIsPropagationStopped() {
  $this
    ->assertFalse($this->event
    ->isPropagationStopped());
}