protected function Failure::runTest

Override to run the test and assert its state.

Return value

mixed

Throws

PHPUnit_Framework_Exception

Overrides PHPUnit_Framework_TestCase::runTest

File

drupal/core/vendor/phpunit/phpunit/Tests/_files/Failure.php, line 4

Class

Failure

Code

protected function runTest() {
  $this
    ->fail();
}