]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/work_units/cruncher/class_CruncherTestUnitHelper.php
Made two (generic/'base') classes abstract because calls are done from the generic...
[hub.git] / application / hub / main / helper / work_units / cruncher / class_CruncherTestUnitHelper.php
index 1096f082dda2f5aea0c44f0d051f4e8ad74eaa1b..f97f8d3a090bf7a5daff489ca9457b2f9dd6ae80 100644 (file)
@@ -45,6 +45,16 @@ class CruncherTestUnitHelper extends BaseWorkUnitHelper implements UnitHelper {
                return $unitInstance;
        }
 
+       /**
+        * Initializes this WU helper
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       protected function initializeUnitHelper () {
+               $this->partialStub('Please implement this method.');
+       }
+
        /**
         * Generates a work/test/foo unit instance
         *