function Configuration::hasStopOnDeprecation
@psalm-assert-if-true !null $this->stopOnDeprecation
1 call to Configuration::hasStopOnDeprecation()
- Configuration::stopOnDeprecation in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Cli/ Configuration.php
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Cli/ Configuration.php, line 1046
Class
- Configuration
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\TextUI\CliArgumentsCode
public function hasStopOnDeprecation() : bool {
return $this->stopOnDeprecation !== null;
}