Home
last modified time | relevance | path

Searched refs:notImplemented (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php321 $notImplemented = $childResult->notImplemented();
328 if (!empty($notImplemented)) {
331 $this->getException($notImplemented[0]),
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php46 protected $notImplemented = []; variable in PHPUnit_Framework_TestResult
232 $this->notImplemented[] = new PHPUnit_Framework_TestFailure($test, $t);
317 $this->notImplemented[] = new PHPUnit_Framework_TestFailure($test, $e);
455 return count($this->notImplemented);
473 public function notImplemented() function in PHPUnit_Framework_TestResult
475 return $this->notImplemented;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php301 $this->printDefects($result->notImplemented(), 'incomplete test');