Searched refs:_getFiles (Results 1 – 1 of 1) sorted by relevance
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/ |
H A D | SetupDecorator.php | 125 … $files = $this->_getFiles(realpath($dir), $filenamePattern, $exclude, realpath($dir . '/..')); 151 function _getFiles($dir, $filenamePattern, $exclude, $rootDir) function in PHPUnit_GUI_SetupDecorator 191 … $files = array_merge($files, $this->_getFiles($filename, $filenamePattern, $exclude, $rootDir));
|