Fixed unit tests
This commit is contained in:
parent
a5474c9d56
commit
d71fe56630
@ -6,6 +6,12 @@ define('ENVIRONMENT', 'DEVELOPMENT');
|
||||
//Include simpletest
|
||||
require_once('simpletest/autorun.php');
|
||||
|
||||
// Set the default paths
|
||||
define('BASE_PATH', "../src/");
|
||||
define('SYS_PATH', BASE_PATH.'/sys/');
|
||||
define('MOD_PATH', BASE_PATH.'/modules/');
|
||||
define('APP_PATH', BASE_PATH.'/app/');
|
||||
|
||||
//Include src files
|
||||
require_once('../src/sys/common.php');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user