You are here

protected function WasRun::runTest in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/_files/WasRun.php \WasRun::runTest()

Override to run the test and assert its state.

Return value

mixed

Throws

Exception|PHPUnit_Framework_Exception

PHPUnit_Framework_Exception

Overrides PHPUnit_Framework_TestCase::runTest

File

vendor/phpunit/phpunit/tests/_files/WasRun.php, line 6

Class

WasRun

Code

protected function runTest() {
  $this->wasRun = true;
}