Searched refs:numAssertions (Results 1 – 4 of 4) sorted by relevance
69 protected $numAssertions = 0; variable in PHPUnit_TextUI_ResultPrinter349 $this->numAssertions,350 ($this->numAssertions == 1) ? '' : 's'393 $this->writeCountString($this->numAssertions, 'Assertions', $color, true);540 $this->numAssertions += $test->getNumAssertions();542 $this->numAssertions++;
354 $numAssertions = $test->getNumAssertions();355 $this->testSuiteAssertions[$this->testSuiteLevel] += $numAssertions;359 $numAssertions
69 'numAssertions' => $test->getNumAssertions(),
210 private $numAssertions = 0; variable in PHPUnit_Framework_TestCase885 $this->numAssertions = 0;1148 $this->numAssertions++;1168 $this->numAssertions += count($methodProphecy->getCheckedPredictions());1771 $this->numAssertions += $count;1781 return $this->numAssertions;