swoft-rewrite/swoft-annotation

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

Installs: 28

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/swoft-rewrite/swoft-annotation

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

This package is auto-updated.

Last update: 2025-10-14 23:58:59 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) */

会自动扫描该类