class IgnoreDeprecations
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/Metadata/IgnoreDeprecations.php \PHPUnit\Metadata\IgnoreDeprecations
@psalm-immutable
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Hierarchy
- class \PHPUnit\Framework\Attributes\IgnoreDeprecations
Expanded class hierarchy of IgnoreDeprecations
2 files declare their use of IgnoreDeprecations
- AttributeParser.php in vendor/
phpunit/ phpunit/ src/ Metadata/ Parser/ AttributeParser.php - IgnoreDeprecationsScope.php in vendor/
mglaman/ phpstan-drupal/ src/ DeprecatedScope/ IgnoreDeprecationsScope.php
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ Attributes/ IgnoreDeprecations.php, line 19
Namespace
PHPUnit\Framework\AttributesView source
final class IgnoreDeprecations {
}