U - 单元测试库

dev-master 2015-03-29 06:37 UTC

This package is not auto-updated.

Last update: 2024-09-28 17:12:36 UTC


README

如何使用

    // 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();