function Configuration::stopOnDefect
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php \PHPUnit\TextUI\Configuration\Configuration::stopOnDefect()
Throws
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Cli/ Configuration.php, line 1034
Class
- Configuration
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\TextUI\CliArgumentsCode
public function stopOnDefect() : bool {
if (!$this->hasStopOnDefect()) {
throw new Exception();
}
return $this->stopOnDefect;
}