Files
tldr/pages.zh/common/kahlan.md

505 B

kahlan

一个用于 PHP 的单元和行为驱动开发测试框架。 更多信息请访问: https://kahlan.github.io

  • 运行 "spec" 目录中的所有规格:

kahlan

  • 使用特定的配置文件运行规格:

kahlan --config={{path/to/configuration_file}}

  • 使用报告工具运行规格并输出结果:

kahlan --reporter={{dot|bar|json|tap|verbose}}

  • 运行规格并生成代码覆盖率(详细程度可以在 0 到 4 之间):

kahlan --coverage={{detail_level}}