mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-13 00:47:14 +02:00
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:
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user