mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
修正
This commit is contained in:
@@ -100,7 +100,6 @@ class viewTest extends \PHPUnit_Framework_TestCase
|
|||||||
$config_value = $property->getValue($view_instance);
|
$config_value = $property->getValue($view_instance);
|
||||||
|
|
||||||
$this->assertTrue($config_value['theme_on']);
|
$this->assertTrue($config_value['theme_on']);
|
||||||
$this->assertTrue($config_value['auto_detect_theme']);
|
|
||||||
|
|
||||||
//关闭主题测试
|
//关闭主题测试
|
||||||
$data = $view_instance->theme(false);
|
$data = $view_instance->theme(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user