U - 单元测试库
github.com/renanvaz/u
源代码
问题
安装: 12
依赖项: 0
建议者: 0
安全: 0
星星: 0
关注者: 2
分支: 0
开放问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 6cff3d03c56ebceb9ff3b87d356572cfd2e60bcd
This package is not auto-updated.
Last update: 2024-09-28 17:12:36 UTC
// You need to include the U Lib require_once('U.php'); // Load one or more files with tests UCore::load('examples/Core.u.php'); // Get the report data in JSON format echo UCore::getJSON();