public function ExceptionInSetUpTest::testSomething

File

drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInSetUpTest.php, line 21

Class

ExceptionInSetUpTest

Code

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