Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit 71de169

Browse files
committed
update
1 parent a45da3b commit 71de169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitTests/TemplateSource/TagTests/FunctionPlugin/CompileFunctionPluginTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function testFunctionPluginFromTemplateFileNocache1()
3030
{
3131
$this->smarty->setCaching(true);
3232
$tpl = $this->smarty->createTemplate('functionplugintestnocache.tpl', $this->smarty);
33-
$this->assertEquals("1", $this->smarty->fetch($tpl));
33+
$this->assertEquals("2", $this->smarty->fetch($tpl));
3434
$this->assertContains("%%*/<?php \$_smarty = \$_smarty_tpl->smarty; if (!is_callable(\\'smarty_function_counter\\'))", file_get_contents($tpl->compiled->filepath));
3535
}
3636

0 commit comments

Comments
 (0)