Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php191 … $inlineAnnotations = PHPUnit_Util_Test::getInlineAnnotations(get_class($test), $test->getName());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php559 public static function getInlineAnnotations($className, $methodName) function in PHPUnit_Util_Test