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() {
$this
->assertEquals('Event', $this->event
->getArgument('name'));
}