From: Roland Häder Date: Sun, 1 Jun 2008 08:55:47 +0000 (+0000) Subject: Missing factory ShipSimuWebNewsFactory fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a2301994f4ec0f0b50f5d9af696f74f9d27e00bf;p=shipsimu.git Missing factory ShipSimuWebNewsFactory fixed --- diff --git a/application/ship-simu/main/factories/class_ShipSimuWebNewsFactory.php b/application/ship-simu/main/factories/class_ShipSimuWebNewsFactory.php index 6b34553..760cbaa 100644 --- a/application/ship-simu/main/factories/class_ShipSimuWebNewsFactory.php +++ b/application/ship-simu/main/factories/class_ShipSimuWebNewsFactory.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class ShipSimuNewsFactory extends BaseFrameworkSystem { +class ShipSimuWebNewsFactory extends BaseFrameworkSystem { /** * Protected constructor * @@ -47,9 +47,9 @@ class ShipSimuNewsFactory extends BaseFrameworkSystem { * * @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; diff --git a/tests/ConfigTest.php b/tests/ConfigTest.php index 9892078..1091a5b 100644 --- a/tests/ConfigTest.php +++ b/tests/ConfigTest.php @@ -1,4 +1,6 @@ + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version