You are here

public function ExceptionInSetUpTest::testSomething in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpunit/phpunit/tests/_files/ExceptionInSetUpTest.php \ExceptionInSetUpTest::testSomething()

File

vendor/phpunit/phpunit/tests/_files/ExceptionInSetUpTest.php, line 21

Class

ExceptionInSetUpTest

Code

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