class Test
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/Metadata/Test.php \PHPUnit\Metadata\Test
- 11.1.x vendor/phpunit/phpunit/src/Event/Value/Test/Test.php \PHPUnit\Event\Code\Test
- 11.1.x vendor/phpunit/phpunit/src/Util/Test.php \PHPUnit\Util\Test
@psalm-immutable
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Hierarchy
- class \PHPUnit\Framework\Attributes\Test
Expanded class hierarchy of Test
1 file declares its use of Test
- AttributeParser.php in vendor/
phpunit/ phpunit/ src/ Metadata/ Parser/ AttributeParser.php
14 string references to 'Test'
- AddAnnotatedClassesToCachePass::matchAnyRegexps in vendor/
symfony/ http-kernel/ DependencyInjection/ AddAnnotatedClassesToCachePass.php - AnnotationParser::forMethod in vendor/
phpunit/ phpunit/ src/ Metadata/ Parser/ AnnotationParser.php - @psalm-param class-string $className @psalm-param non-empty-string $methodName
- GuardTokenParser::parse in vendor/
twig/ twig/ src/ TokenParser/ GuardTokenParser.php - Parses a token and returns a node.
- NamePrettifier::prettifyTestClassName in vendor/
phpunit/ phpunit/ src/ Logging/ TestDox/ NamePrettifier.php - @psalm-param class-string $className
- NamePrettifier::prettifyTestMethodName in vendor/
phpunit/ phpunit/ src/ Logging/ TestDox/ NamePrettifier.php
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ Attributes/ Test.php, line 19
Namespace
PHPUnit\Framework\AttributesView source
final class Test {
}