定制 renanvaz/u 二次开发
按需修改功能、优化性能、对接业务系统,提供一站式技术支持
邮箱: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();