renanvaz/u 问题修复 & 功能扩展
解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求
邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316
Composer 安装命令:
composer require renanvaz/u
U - Unit Test Lib
// 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();