add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/common/kahlan.md Normal file
View File

@@ -0,0 +1,20 @@
# 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}}`