public function GenericEventTest::testGetArgument

File

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

Class

GenericEventTest
Test class for Event.

Namespace

Symfony\Component\EventDispatcher\Tests

Code

public function testGetArgument() {

  // test getting key
  $this
    ->assertEquals('Event', $this->event
    ->getArgument('name'));
}