swoft-rewrite / swoft-annotation
分布式开始,重写swoft框架之 -- annotation 模块
Package info
github.com/CoderShawnZhang/swoft-annotation
pkg:composer/swoft-rewrite/swoft-annotation
dev-master
2019-06-14 09:24 UTC
Requires
- php: >7.1.0
- doctrine/annotations: ^1.4
- swoft-rewrite/swoft-stdlib: dev-master
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2026-03-15 01:11:57 UTC
README
单元测试
phpunit test/unit/AnnotationTest.php
#测试单个函数 phpunit test/unit/AnnotationTest.php --filter testParser --coverage-html test/codeCoverage/
代码覆盖率
phpunit test/unit/AnnotationTest.php --coverage-html test/codeCoverage/
#如何使用 $config = []; AnnotationRegister::load($config);
/**
- Class EnumParser
- @since 2.0
- @AnnotationParser(annotation=Enum::class) */
会自动扫描该类