[TASK] Now using DIRECTORY_SEPERATOR for the few paths we have.
This commit is contained in:
@@ -3,7 +3,7 @@ error_reporting(E_ALL);
|
||||
require_once('AutoLoader.php');
|
||||
|
||||
try {
|
||||
require_once('Testcode/Client/ClientManagerTest.php');
|
||||
require_once('Testcode' . DIRECTORY_SEPARATOR . 'Client' . DIRECTORY_SEPARATOR . 'ClientManagerTest.php');
|
||||
}
|
||||
catch(Exception $e) {
|
||||
echo PHP_EOL.PHP_EOL."Caught Exception: " . $e . PHP_EOL;
|
||||
|
||||
Reference in New Issue
Block a user