* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-class ShipSimuNewsFactory extends BaseFrameworkSystem {
+class ShipSimuWebNewsFactory extends BaseFrameworkSystem {
/**
* Protected constructor
*
*
* @return $factoryInstance An instance of this class
*/
- public final static function createShipSimuNewsFactory () {
+ public final static function createShipSimuWebNewsFactory () {
// Get a new instance
- $factoryInstance = new ShipSimuNewsFactory();
+ $factoryInstance = new ShipSimuWebNewsFactory();
// Return the prepared instance
return $factoryInstance;
<?php
+print (basename(__FILE__).": Init...\n");
+
// Change directory
@chdir("..");
// Load the PHPUnit framework
require_once('PHPUnit/Framework.php');
+print (basename(__FILE__).": Init completed.\n\n");
+
/**
* A test case for the configuration sub system
*
- * @author Roland Haeder <webmaster@ship-simu.org>
+ * @author Roland Haeder <webmaster@mxchange.org>
* @version 0.0.0
* @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software
* @license GNU GPL 3.0 or any newer version