protected function PHPUnit_TextUI_Command::handleCustomTestSuite in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/src/TextUI/Command.php \PHPUnit_TextUI_Command::handleCustomTestSuite()
Custom callback for test suite discovery.
1 call to PHPUnit_TextUI_Command::handleCustomTestSuite()
- PHPUnit_TextUI_Command::handleArguments in vendor/
phpunit/ phpunit/ src/ TextUI/ Command.php - Handles the command-line arguments.
File
- vendor/
phpunit/ phpunit/ src/ TextUI/ Command.php, line 964
Class
- PHPUnit_TextUI_Command
- A TestRunner for the Command Line Interface (CLI) PHP SAPI Module.
Code
protected function handleCustomTestSuite() {
}