function Configuration::hasBootstrap
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Configuration.php \PHPUnit\TextUI\CliArguments\Configuration::hasBootstrap()
@psalm-assert-if-true !null $this->bootstrap
1 call to Configuration::hasBootstrap()
- Configuration::bootstrap in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Configuration.php
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Configuration.php, line 325
Class
- Configuration
- @psalm-immutable
Namespace
PHPUnit\TextUI\ConfigurationCode
public function hasBootstrap() : bool {
return $this->bootstrap !== null;
}