You are here

protected function TestError::runTest in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/_files/TestTestError.php \TestError::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/TestTestError.php, line 4

Class

TestError

Code

protected function runTest() {
  throw new Exception();
}