Searched refs:warningCount (Results 1 – 5 of 5) sorted by relevance
16 protected $warningCount; variable in Framework_TestListenerTest30 $this->warningCount++;
94 $this->assertEquals(1, $this->result->warningCount());
382 } elseif ($result->warningCount()) {396 $this->writeCountString($result->warningCount(), 'Warnings', $color);
653 if ($arguments['failOnWarning'] && $result->warningCount() > 0) {
553 public function warningCount() function in PHPUnit_Framework_TestResult