X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=tests%2FTest.php;h=1e3480dc7d76886e189bc54f3c0e91496c6973f9;hp=7dba79067248742bc332125c35534d0ed4141187;hb=a7a0ec871ac1987279a2a750ee664abcff17b609;hpb=f9183eb5c238cc71cdb8891fa816c508b74ba472 diff --git a/tests/Test.php b/tests/Test.php index 7dba7906..1e3480dc 100644 --- a/tests/Test.php +++ b/tests/Test.php @@ -8,13 +8,13 @@ print (basename(__FILE__).": Init...\n"); require(dirname(dirname(__FILE__)) . '/inc/config.php'); // Load all include files -require($cfg->readConfig('base_path') . 'inc/includes.php'); +require($cfg->getConfigEntry('base_path') . 'inc/includes.php'); // Load all game classes -require($cfg->readConfig('base_path') . 'inc/classes.php'); +require($cfg->getConfigEntry('base_path') . 'inc/classes.php'); // Set default application -FrameworkConfiguration::getInstance()->setConfigEntry('default_application', 'ship-simu'); +FrameworkConfiguration::getInstance()->setConfigEntry('default_application', 'shipsimu'); // Set testing mode (no starter.php will be loaded!) define('TEST_MODE', true); @@ -28,11 +28,11 @@ die("You need to remove this line (".__LINE__.") and implement this test!\n"); /** * A test case for * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.org * @see http://www.phpunit.de * * This program is free software: you can redistribute it and/or modify