function SchemaDetectionResult::detected
@psalm-assert-if-true SuccessfulSchemaDetectionResult $this
1 method overrides SchemaDetectionResult::detected()
- SuccessfulSchemaDetectionResult::detected in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ SchemaDetector/ SuccessfulSchemaDetectionResult.php - @psalm-assert-if-true SuccessfulSchemaDetectionResult $this
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ SchemaDetector/ SchemaDetectionResult.php, line 26
Class
- SchemaDetectionResult
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\TextUI\XmlConfigurationCode
public function detected() : bool {
return false;
}