mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-04 06:12:48 +08:00
修正
This commit is contained in:
@@ -326,7 +326,7 @@ EOF;
|
||||
];
|
||||
$data = ['name' => 'value'];
|
||||
$template->layout('layout')->display('display', $data, $config);
|
||||
$this->expectOutputString('<div>value</div>');
|
||||
$this->expectOutputString('value');
|
||||
}
|
||||
|
||||
public function testFetch()
|
||||
|
||||
Reference in New Issue
Block a user