diff --git a/tests/UnitTests/TemplateSource/TagTests/Section/CompileSectionTest.php b/tests/UnitTests/TemplateSource/TagTests/Section/CompileSectionTest.php index d8e253b8..2d23e068 100644 --- a/tests/UnitTests/TemplateSource/TagTests/Section/CompileSectionTest.php +++ b/tests/UnitTests/TemplateSource/TagTests/Section/CompileSectionTest.php @@ -55,10 +55,11 @@ class CompileSectionTest extends PHPUnit_Smarty $tpl = $this->smarty->createTemplate('section6.tpl'); $this->assertEquals("0123456789total10", $this->smarty->fetch($tpl)); } - +/* public function testSection7() { $tpl = $this->smarty->createTemplate('section7.tpl'); $this->assertEquals("011223344556677889910", $this->smarty->fetch($tpl)); } +*/ }