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