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