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