Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist47 $result->beStrictAboutTodoAnnotatedTests({isStrictAboutTodoAnnotatedTests});
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php801 …$isStrictAboutTodoAnnotatedTests = $result->isStrictAboutTodoAnnotatedTests() …
856 … 'isStrictAboutTodoAnnotatedTests' => $isStrictAboutTodoAnnotatedTests,
H A DTestResult.php1119 public function isStrictAboutTodoAnnotatedTests() function in PHPUnit_Framework_TestResult