BUG 0000 fix test/bootstrap.php
php5.2 and test for first method of Gtest ready
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
// Defining the PATH_SEP constant, he we are defining if the the path separator symbol will be '\\' or '/'
|
||||
define('PATH_SEP', '/');
|
||||
|
||||
if (!defined('__DIR__')) {
|
||||
define ('__DIR__', dirname(__FILE__));
|
||||
}
|
||||
|
||||
// Defining the Home Directory
|
||||
define('PATH_TRUNK', realpath(__DIR__ . '/../') . PATH_SEP);
|
||||
define('PATH_HOME', PATH_TRUNK . 'workflow' . PATH_SEP);
|
||||
|
||||
Reference in New Issue
Block a user