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