Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DResultPrinter.php272 if ($test instanceof PHPUnit_Framework_TestCase && $test->usesDataProvider()) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1962 public function usesDataProvider() function in PHPUnit_Framework_TestCase