adding a first unit test to EGroupware, plus a test runner running all test-classes in either:

$app/src/.*/test/$classTest.php or $app/test/class.$classTest.inc.php
adding test runner doc/test-cli.php to Travis
This commit is contained in:
Ralf Becker
2016-07-11 21:38:36 +02:00
parent 0f70db5bcf
commit 5c33bd9bef
8 changed files with 1488 additions and 10 deletions

View File

@ -20,6 +20,7 @@ if (!defined('EGW_SERVER_ROOT'))
define('EGW_SERVER_ROOT', dirname(dirname(__DIR__)));
define('EGW_INCLUDE_ROOT', EGW_SERVER_ROOT);
define('EGW_API_INC', __DIR__);
error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);
}
/**