Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DTicketListener.php112 $tickets = PHPUnit_Util_Test::getTickets(get_class($test), $name);
148 $tickets = PHPUnit_Util_Test::getTickets(get_class($test), $name);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php763 public static function getTickets($className, $methodName) function in PHPUnit_Util_Test