swoft-rewrite/swoft-annotation

分布式启动,重写swoft框架之 -- annotation 模块

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

This package is auto-updated.

Last update: 2024-09-14 21:31:10 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);

/**

  • 类 EnumParser
  • @since 2.0
  • @AnnotationParser(annotation=Enum::class) */

会自动扫描该类