swoft-rewrite/swoft-annotation

分布式开始,重写swoft框架之 -- annotation 模块

dev-master 2019-06-14 09:24 UTC

This package is auto-updated.

Last update: 2024-04-14 20:27:21 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) */

会自动扫描该类