You are here

public function Framework_TestListenerTest::addIncompleteTest in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/Framework/TestListenerTest.php \Framework_TestListenerTest::addIncompleteTest()

Incomplete test.

Parameters

PHPUnit_Framework_Test $test:

Exception $e:

float $time:

Overrides PHPUnit_Framework_TestListener::addIncompleteTest

File

vendor/phpunit/phpunit/tests/Framework/TestListenerTest.php, line 36

Class

Framework_TestListenerTest
@since Class available since Release 2.0.0 @covers PHPUnit_Framework_TestCase

Code

public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time) {
  $this->notImplementedCount++;
}