X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=tests%2FRegistryTest.php;h=0e3a78d5f883cb00d77e6a70ce5882cd00776c6c;hp=78fc1968c71967f89e3313ae299b34f2d6cd8147;hb=a3e7ee7647e92396ffe3dbafafd94a820d31b110;hpb=b9c18d6c24e3be4393bf41005aa4e428a0ea3218 diff --git a/tests/RegistryTest.php b/tests/RegistryTest.php index 78fc1968..0e3a78d5 100644 --- a/tests/RegistryTest.php +++ b/tests/RegistryTest.php @@ -14,7 +14,7 @@ require($cfg->getConfigEntry('base_path') . 'inc/includes.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); @@ -27,11 +27,11 @@ print (basename(__FILE__).": Init completed.\n\n"); /** * A test case for the registry * - * @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 @@ -58,7 +58,7 @@ class RegistryTest extends PHPUnit_Framework_TestCase { $registryInstance = Registry::getRegistry(); // Create a User instance - $userInstance = Member::createMemberByEmail("webmaster@ship-simu.org"); + $userInstance = Member::createMemberByEmail("webmaster@shipsimu.org"); // Now store the instance in the registry $registryInstance->addInstance('user', $userInstance);