Home
last modified time | relevance | path

Searched refs:beStrictAboutTestsThatDoNotTestAnything (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php113 protected $beStrictAboutTestsThatDoNotTestAnything = false; variable in PHPUnit_Framework_TestResult
769 if ($this->beStrictAboutTestsThatDoNotTestAnything &&
854 } elseif ($this->beStrictAboutTestsThatDoNotTestAnything &&
1019 public function beStrictAboutTestsThatDoNotTestAnything($flag) function in PHPUnit_Framework_TestResult
1025 $this->beStrictAboutTestsThatDoNotTestAnything = $flag;
1033 return $this->beStrictAboutTestsThatDoNotTestAnything;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist44 $result->beStrictAboutTestsThatDoNotTestAnything({isStrictAboutTestsThatDoNotTestAnything});
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php504 $result->beStrictAboutTestsThatDoNotTestAnything($arguments['reportUselessTests']);