public function EventTest::testIsPropagationStopped

File

drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/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());
}