From cbeede4f8c82f94b23fc98d648e58c8ee89441c6 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Thu, 18 Jun 2015 02:04:13 +0200 Subject: [PATCH] update --- .../TagTests/FunctionPlugin/CompileFunctionPluginTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/UnitTests/TemplateSource/TagTests/FunctionPlugin/CompileFunctionPluginTest.php b/tests/UnitTests/TemplateSource/TagTests/FunctionPlugin/CompileFunctionPluginTest.php index 69f7f7b4..e497ea85 100644 --- a/tests/UnitTests/TemplateSource/TagTests/FunctionPlugin/CompileFunctionPluginTest.php +++ b/tests/UnitTests/TemplateSource/TagTests/FunctionPlugin/CompileFunctionPluginTest.php @@ -30,7 +30,7 @@ class CompileFunctionPluginTest extends PHPUnit_Smarty { $this->smarty->setCaching(true); $tpl = $this->smarty->createTemplate('functionplugintestnocache.tpl', $this->smarty); - $this->assertEquals("1", $this->smarty->fetch($tpl)); + $this->assertEquals("2", $this->smarty->fetch($tpl)); $this->assertContains("%%*/smarty; if (!is_callable(\\'smarty_function_counter\\'))", file_get_contents($tpl->compiled->filepath)); }