Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php737 $this->handleBootstrap($this->arguments['bootstrap']);
739 $this->handleBootstrap($phpunitConfiguration['bootstrap']);
791 $this->handleBootstrap($this->arguments['bootstrap']);
911 protected function handleBootstrap($filename) function in PHPUnit_TextUI_Command