Searched refs:notImplemented (Results 1 – 3 of 3) sorted by relevance
321 $notImplemented = $childResult->notImplemented();328 if (!empty($notImplemented)) {331 $this->getException($notImplemented[0]),
46 protected $notImplemented = []; variable in PHPUnit_Framework_TestResult232 $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_TestResult475 return $this->notImplemented;
301 $this->printDefects($result->notImplemented(), 'incomplete test');