This commit is contained in:
thinkphp
2016-03-15 18:42:11 +08:00
parent 3cbd5d1b7c
commit f427e4d077

View File

@@ -100,7 +100,6 @@ class viewTest extends \PHPUnit_Framework_TestCase
$config_value = $property->getValue($view_instance);
$this->assertTrue($config_value['theme_on']);
$this->assertTrue($config_value['auto_detect_theme']);
//关闭主题测试
$data = $view_instance->theme(false);