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