Home
last modified time | relevance | path

Searched refs:doesNotPerformAssertions (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php285 private $doesNotPerformAssertions = false; variable in PHPUnit_Framework_TestCase
450 public function doesNotPerformAssertions() function in PHPUnit_Framework_TestCase
452 return $this->doesNotPerformAssertions;
2467 $this->doesNotPerformAssertions = true;
H A DTestResult.php855 !$test->doesNotPerformAssertions() &&