class CoversNothing
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/Metadata/CoversNothing.php \PHPUnit\Metadata\CoversNothing
@psalm-immutable
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Hierarchy
- class \PHPUnit\Framework\Attributes\CoversNothing
Expanded class hierarchy of CoversNothing
1 file declares its use of CoversNothing
- AttributeParser.php in vendor/
phpunit/ phpunit/ src/ Metadata/ Parser/ AttributeParser.php
2 string references to 'CoversNothing'
- AnnotationParser::forClass in vendor/
phpunit/ phpunit/ src/ Metadata/ Parser/ AnnotationParser.php - @psalm-param class-string $className
- AnnotationParser::forMethod in vendor/
phpunit/ phpunit/ src/ Metadata/ Parser/ AnnotationParser.php - @psalm-param class-string $className @psalm-param non-empty-string $methodName
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ Attributes/ CoversNothing.php, line 19
Namespace
PHPUnit\Framework\AttributesView source
final class CoversNothing {
}