From: Roland Häder Date: Fri, 31 Aug 2012 21:47:44 +0000 (+0000) Subject: Renamed methods X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=240d5a591195373fb0809977a279b41d60b98dce;p=hub.git Renamed methods --- diff --git a/application/hub/main/template/producer/test_units/class_XmlCruncherTestUnitTemplateEngine.php b/application/hub/main/template/producer/test_units/class_XmlCruncherTestUnitTemplateEngine.php index ea1e631cf..3da75d4b1 100644 --- a/application/hub/main/template/producer/test_units/class_XmlCruncherTestUnitTemplateEngine.php +++ b/application/hub/main/template/producer/test_units/class_XmlCruncherTestUnitTemplateEngine.php @@ -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'); }