]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/template/producer/test_units/class_XmlCruncherTestUnitTemplateEngine.php
Also loadXmlTemplate() is now very generic (so maybe it can be moved to 'core'?)
[hub.git] / application / hub / main / template / producer / test_units / class_XmlCruncherTestUnitTemplateEngine.php
index dbea5dd4018f4e652a30e876f0743b8b12ecdc5c..ea1e631cf08ae77fe7667ba178734883f6e8ff5a 100644 (file)
@@ -71,21 +71,6 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements
                return $templateInstance;
        }
 
-       /**
-        * Load a specified cruncher_test_unit template into the engine
-        *
-        * @param       $template       The cruncher_test_unit template we shall load which is
-        *                                              located in 'cruncher_test_unit' by default
-        * @return      void
-        */
-       public function loadCruncherTestUnitTemplate ($template) {
-               // Set template type
-               $this->setTemplateType($this->getConfigInstance()->getConfigEntry('cruncher_test_unit_template_type'));
-
-               // Load the special template
-               $this->loadTemplate($template);
-       }
-
        /**
         * Currently not used
         *