X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2FRequestTest.php;h=eae022177912016ed8e13d0f8c27aed5915f01fd;hb=0a8b4b46ee0cb91e509710e6b3eea738f00ba6ce;hp=5c1cc76a15c5be301bea6b1e8a86a3c642f092b2;hpb=f9183eb5c238cc71cdb8891fa816c508b74ba472;p=core.git diff --git a/tests/RequestTest.php b/tests/RequestTest.php index 5c1cc76a..eae02217 100644 --- a/tests/RequestTest.php +++ b/tests/RequestTest.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 @@ print (basename(__FILE__).": Init completed.\n\n"); * A test case for faked HTTP requests. This is faked because we *set* * $_REQUEST here. This should be made better in PHP6... :( * - * @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