namespace PHPUnit\Metadata\Annotation\Parser
Object name | File name | Summary |
---|---|---|
DocBlock | vendor/phpunit/phpunit/src/Metadata/Parser/Annotation/DocBlock.php | This is an abstraction around a PHPUnit-specific docBlock, allowing us to ask meaningful questions about a specific reflection symbol. |
Registry | vendor/phpunit/phpunit/src/Metadata/Parser/Annotation/Registry.php | Reflection information, and therefore DocBlock information, is static within a single PHP process. It is therefore okay to use a Singleton registry here. |