public function EventTest::testGetDispatcher

File

drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventTest.php, line 69

Class

EventTest
Test class for Event.

Namespace

Symfony\Component\EventDispatcher\Tests

Code

public function testGetDispatcher() {
  $this
    ->assertNull($this->event
    ->getDispatcher());
}