protected function Failure::runTest in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit/tests/_files/Failure.php \Failure::runTest()
Override to run the test and assert its state.
Return value
mixed
Throws
Exception|PHPUnit_Framework_Exception
Overrides PHPUnit_Framework_TestCase::runTest
File
- vendor/
phpunit/ phpunit/ tests/ _files/ Failure.php, line 4
Class
Code
protected function runTest() {
$this
->fail();
}