]> git.mxchange.org Git - hub.git/commitdiff
Renamed methods
authorRoland Häder <roland@mxchange.org>
Fri, 31 Aug 2012 21:47:44 +0000 (21:47 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 31 Aug 2012 21:47:44 +0000 (21:47 +0000)
application/hub/main/template/producer/test_units/class_XmlCruncherTestUnitTemplateEngine.php

index ea1e631cf08ae77fe7667ba178734883f6e8ff5a..3da75d4b1fa42896e7130294ddcdd3e354118f03 100644 (file)
@@ -107,7 +107,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements
         *
         * @return      void
         */
-       protected function startCruncherTestUnit () {
+       protected function startTestUnit () {
                // Push the node name on the stacker
                $this->getStackerInstance()->pushNamed('cruncher_test_unit', 'cruncher-test-unit');
        }
@@ -359,7 +359,7 @@ class XmlCruncherTestUnitTemplateEngine extends BaseXmlTemplateEngine implements
         *
         * @return      void
         */
-       protected function finishaCruncherTestUnit () {
+       protected function finishTestUnit () {
                // Pop the last entry
                $this->getStackerInstance()->popNamed('cruncher_test_unit');
        }