Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DFactory.php33 $paths = $this->getPathsAfterResolvingWildcards($paths);
34 $exclude = $this->getPathsAfterResolvingWildcards($exclude);
77 protected function getPathsAfterResolvingWildcards(array $paths) function in File_Iterator_Factory