X-Git-Url: https://git.mxchange.org/?p=hub.git;a=blobdiff_plain;f=application%2Fhub%2Fmain%2Fhelper%2Fwork_units%2Fcruncher%2Fclass_CruncherTestUnitHelper.php;h=704a8d9c5c4e5215e8829717948ccec5557bb1fc;hp=f97f8d3a090bf7a5daff489ca9457b2f9dd6ae80;hb=73aff29b9bc78031853b0b8c0fe0a8e04f66ac29;hpb=742af702fef26fa6eed5e7deff237d95a84abf10 diff --git a/application/hub/main/helper/work_units/cruncher/class_CruncherTestUnitHelper.php b/application/hub/main/helper/work_units/cruncher/class_CruncherTestUnitHelper.php index f97f8d3a0..704a8d9c5 100644 --- a/application/hub/main/helper/work_units/cruncher/class_CruncherTestUnitHelper.php +++ b/application/hub/main/helper/work_units/cruncher/class_CruncherTestUnitHelper.php @@ -1,12 +1,12 @@ + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Hub Developer Team + * @copyright Copyright (c) 2011 - 2014 Cruncher Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -46,7 +46,8 @@ class CruncherTestUnitHelper extends BaseWorkUnitHelper implements UnitHelper { } /** - * Initializes this WU helper + * Initializes this WU helper. This method satisfies the abstract + * BaseWorkUnitHelper class. * * @return void * @todo 0% done @@ -56,12 +57,13 @@ class CruncherTestUnitHelper extends BaseWorkUnitHelper implements UnitHelper { } /** - * Generates a work/test/foo unit instance + * Generates a work/test/foo unit instance. This method satifies the + * UnitHelper interface. * * @return $unitInstance A work unit instance * @todo 0% done */ - public function generateUnit () { + public function generateNextUnitInstance () { $this->partialStub('Please implement this method.'); } }