Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php175 $this->addTestMethod($theClass, $method);
838 protected function addTestMethod(ReflectionClass $class, ReflectionMethod $method) function in PHPUnit_Framework_TestSuite