U - Unit Test Lib

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

This package is not auto-updated.

Last update: 2025-07-05 21:44:27 UTC


README

How to use

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