mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +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]";
|
||||
}
|
||||
|
Reference in New Issue
Block a user