class BeforeClass
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/Metadata/BeforeClass.php \PHPUnit\Metadata\BeforeClass
@psalm-immutable
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Hierarchy
- class \PHPUnit\Framework\Attributes\BeforeClass
Expanded class hierarchy of BeforeClass
2 files declare their use of BeforeClass
- AttributeParser.php in vendor/
phpunit/ phpunit/ src/ Metadata/ Parser/ AttributeParser.php - NodeTestCase.php in vendor/
twig/ twig/ src/ Test/ NodeTestCase.php
1 string reference to 'BeforeClass'
- 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/ BeforeClass.php, line 19
Namespace
PHPUnit\Framework\AttributesView source
final class BeforeClass {
}