承接 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();