You are here

public function GenericEventTest::testGetSubject in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/event-dispatcher/Tests/GenericEventTest.php \Symfony\Component\EventDispatcher\Tests\GenericEventTest::testGetSubject()

File

vendor/symfony/event-dispatcher/Tests/GenericEventTest.php, line 126

Class

GenericEventTest
Test class for Event.

Namespace

Symfony\Component\EventDispatcher\Tests

Code

public function testGetSubject() {
  $this
    ->assertSame($this->subject, $this->event
    ->getSubject());
}