Searched refs:notImplementedCount (Results 1 – 4 of 4) sorted by relevance
17 protected $notImplementedCount; variable in Framework_TestListenerTest40 $this->notImplementedCount++;78 $this->notImplementedCount = 0;
241 $this->assertEquals(1, $this->result->notImplementedCount());
445 return $this->notImplementedCount() == 0;453 public function notImplementedCount() function in PHPUnit_Framework_TestResult
398 $this->writeCountString($result->notImplementedCount(), 'Incomplete', $color);