mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 07:32:48 +08:00
修正单元测试
This commit is contained in:
@@ -33,7 +33,7 @@ class View
|
|||||||
* @param array $engine 模板引擎参数
|
* @param array $engine 模板引擎参数
|
||||||
* @param array $replace 字符串替换参数
|
* @param array $replace 字符串替换参数
|
||||||
*/
|
*/
|
||||||
public function __construct($engine = [], array $replace = [])
|
public function __construct($engine = [], $replace = [])
|
||||||
{
|
{
|
||||||
// 初始化模板引擎
|
// 初始化模板引擎
|
||||||
$this->engine((array) $engine);
|
$this->engine((array) $engine);
|
||||||
|
|||||||
Reference in New Issue
Block a user