namespace PHPUnit\Metadata\Parser
Object name | File name | Summary |
---|---|---|
AnnotationParser | vendor/phpunit/phpunit/src/Metadata/Parser/AnnotationParser.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
AttributeParser | vendor/phpunit/phpunit/src/Metadata/Parser/AttributeParser.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
CachingParser | vendor/phpunit/phpunit/src/Metadata/Parser/CachingParser.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
Parser | vendor/phpunit/phpunit/src/Metadata/Parser/Parser.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
ParserChain | vendor/phpunit/phpunit/src/Metadata/Parser/ParserChain.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
Registry | vendor/phpunit/phpunit/src/Metadata/Parser/Registry.php | Attribute and annotation information is static within a single PHP process. It is therefore okay to use a Singleton registry here. |