Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php664 $hookMethods = PHPUnit_Util_Test::getHookMethods($this->name);
H A DTestCase.php892 $hookMethods = PHPUnit_Util_Test::getHookMethods(get_class($this));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php828 public static function getHookMethods($className) function in PHPUnit_Util_Test