swoft-rewrite / swoft-annotation
分布式开始,重写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: 2025-01-14 22:15:06 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) */
会自动扫描该类