Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php840 if (!$this->isTestMethod($method)) {
880 public static function isTestMethod(ReflectionMethod $method) function in PHPUnit_Framework_TestSuite