You are here

protected function TestIncomplete::runTest in Zircon Profile 8

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

Class

TestIncomplete

Code

protected function runTest() {
  $this
    ->markTestIncomplete('Incomplete test');
}