Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php689 $this->arguments['loader'] = $this->handleLoader($this->arguments['loader']);
777 $this->arguments['loader'] = $this->handleLoader(
821 protected function handleLoader($loaderClass, $loaderFile = '') function in PHPUnit_TextUI_Command