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:
@@ -159,14 +159,14 @@ class RegisterFunctionBCTest extends PHPUnit_Smarty
|
||||
}
|
||||
}
|
||||
|
||||
function myfunctionBC($params, &$smarty)
|
||||
function myfunctionBC($params, $smarty)
|
||||
{
|
||||
return "hello world $params[value]";
|
||||
}
|
||||
|
||||
class myfunctionBCclass
|
||||
{
|
||||
static function execute($params, &$smarty)
|
||||
static function execute($params, $smarty)
|
||||
{
|
||||
return "hello world $params[value]";
|
||||
}
|
||||
|
Reference in New Issue
Block a user