public function StopwatchEventTest::testInvalidOriginThrowsAnException

@expectedException \InvalidArgumentException

File

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

Class

StopwatchEventTest
StopwatchEventTest

Namespace

Symfony\Component\HttpKernel\Tests\Debug

Code

public function testInvalidOriginThrowsAnException() {
  new StopwatchEvent("abc");
}