prophp/mirror_tests-lite
最新稳定版本:v0.0.1
Composer 安装命令:
composer require prophp/mirror_tests-lite
包简介
README 文档
README
- PHP 8.0+
- Linux
◦ Install
composer require prophp/mirror_tests-lite --dev
vendor/bin/tests-lite
◦ Create test placeholder
bin/test create <location/path> <testTitle>[optional]
bin/test create src/Lib/Example missingFileException
◦ Run tests
bin/test
◦ Use inside tests
Helper::getDataDirPath($location)
◦ Custom config (optional)
<rootPath/>config/tests-lite.json
{
"webrootPath": "/var/www/html/",
"testsDirTitle": "tests"
}
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-20