Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DIterator.php119 return $this->acceptSubString($filename, $this->prefixes, self::PREFIX);
129 return $this->acceptSubString($filename, $this->suffixes, self::SUFFIX);
139 protected function acceptSubString($filename, array $subStrings, $type) function in File_Iterator