Searched refs:getHookMethods (Results 1 – 3 of 3) sorted by relevance
664 $hookMethods = PHPUnit_Util_Test::getHookMethods($this->name);
892 $hookMethods = PHPUnit_Util_Test::getHookMethods(get_class($this));
828 public static function getHookMethods($className) function in PHPUnit_Util_Test