protected function WasRun::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/WasRun.php, line 6

Class

WasRun

Code

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