U - Unit Test Lib

Maintainers

Package info

github.com/renanvaz/u

pkg:composer/renanvaz/u

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-15 01:06:10 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();