Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php764 $this->arguments['printer'] = $this->handlePrinter(
796 $this->arguments['printer'] = $this->handlePrinter($this->arguments['printer']);
866 protected function handlePrinter($printerClass, $printerFile = '') function in PHPUnit_TextUI_Command