You are here

protected function PHPUnit_Framework_SkippedTestCase::runTest in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php \PHPUnit_Framework_SkippedTestCase::runTest()

Throws

PHPUnit_Framework_Exception

Overrides PHPUnit_Framework_TestCase::runTest

File

vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php, line 60

Class

PHPUnit_Framework_SkippedTestCase
A skipped test case

Code

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