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

View File

@@ -0,0 +1,32 @@
# phpspec
> 一个用于PHP的行为驱动开发工具。
> 更多信息:<https://phpspec.net>。
- 为一个类创建一个规范:
`phpspec describe {{class_name}}`
- 运行“spec”目录中的所有规范
`phpspec run`
- 运行单个规范:
`phpspec run {{path/to/class_specification_file}}`
- 使用特定的配置文件运行规范:
`phpspec run -c {{path/to/configuration_file}}`
- 使用特定的引导文件运行规范:
`phpspec run -b {{path/to/bootstrap_file}}`
- 禁用代码生成提示:
`phpspec run --no-code-generation`
- 启用假返回值:
`phpspec run --fake`