Fix test dir
This commit is contained in:
parent
6d9e20dc7f
commit
cfb2ca3aab
Binary file not shown.
@ -16,7 +16,7 @@
|
||||
* Unit test bootstrap - Using php simpletest
|
||||
*/
|
||||
define('TEST_DIR', dirname(__FILE__).'/');
|
||||
define('BASE_DIR', str_replace(basename(TEST_DIR), '', TEST_DIR).'/sys/');
|
||||
define('BASE_DIR', str_replace(basename(TEST_DIR).'/', '', TEST_DIR).'/sys/');
|
||||
define('DS', DIRECTORY_SEPARATOR);
|
||||
|
||||
// --------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user