public function ExceptionInTest::testSomething

File

drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInTest.php, line 20

Class

ExceptionInTest

Code

public function testSomething() {
  $this->testSomething = TRUE;
  throw new Exception();
}