library u
U - Unit Test Lib
renanvaz/u
U - Unit Test Lib
- Sunday, March 29, 2015
- by renanvaz
- Repository
- 1 Watchers
- 0 Stars
- 7 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
U test case library
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();
dev-master
9999999-dev
U - Unit Test Lib
Sources
Download
MIT
The Requires
by
Renan Vaz