TestClassClassMetadata::$annotationTargets
Same name and namespace in other branches
- 11.x core/tests/PHPStan/Rules/TestClassClassMetadata.php \Drupal\PHPStan\Rules\TestClassClassMetadata::annotationTargets
PHPUnit metadata annotations.
Type: list
File
-
core/
tests/ PHPStan/ Rules/ TestClassClassMetadata.php, line 35
Class
- TestClassClassMetadata
- Rules class-level PHPUnit test metadata in test classes.
Namespace
Drupal\PHPStan\RulesCode
private array $annotationTargets = [
'@after',
'@afterClass',
'@author',
'@backupGlobals',
'@backupStaticAttributes',
'@before',
'@beforeClass',
'@covers',
'@coversClass',
'@coversDefaultClass',
'@coversNothing',
'@dataProvider',
'@depends',
'@doesNotPerformAssertions',
'@group',
'@large',
'@legacy-covers',
'@medium',
'@postCondition',
'@preCondition',
'@preserveGlobalState',
'@requires',
'@runInSeparateProcess',
'@runTestsInSeparateProcesses',
'@small',
'@test',
'@testdox',
'@testWith',
'@ticket',
'@uses',
];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.