public function StopwatchEventTest::testGetOrigin

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/StopwatchEventTest.php, line 23

Class

StopwatchEventTest
StopwatchEventTest

Namespace

Symfony\Component\HttpKernel\Tests\Debug

Code

public function testGetOrigin() {
  $event = new StopwatchEvent(12);
  $this
    ->assertEquals(12, $event
    ->getOrigin());
}