Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php123 protected $beStrictAboutTodoAnnotatedTests = false; variable in PHPUnit_Framework_TestResult
875 … } elseif ($this->beStrictAboutTodoAnnotatedTests && $test instanceof PHPUnit_Framework_TestCase) {
1107 public function beStrictAboutTodoAnnotatedTests($flag) function in PHPUnit_Framework_TestResult
1113 $this->beStrictAboutTodoAnnotatedTests = $flag;
1121 return $this->beStrictAboutTodoAnnotatedTests;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist47 $result->beStrictAboutTodoAnnotatedTests({isStrictAboutTodoAnnotatedTests});
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php506 $result->beStrictAboutTodoAnnotatedTests($arguments['disallowTodoAnnotatedTests']);