mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
Update tests
This commit is contained in:
@@ -76,7 +76,7 @@ class CompileFunctionPluginTest extends PHPUnit_Smarty
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function myplugintest($params, &$smarty)
|
function myplugintest($params, $smarty)
|
||||||
{
|
{
|
||||||
return "plugin test called $params[foo]";
|
return "plugin test called $params[foo]";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user