From d2ffb5b9bf2aef378bcc434c25ddf7ccca31d51e Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sat, 31 Oct 2020 10:54:50 +0800 Subject: [PATCH] fix test --- tests/HttpTest/ControllersTest/OptionsControllerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/HttpTest/ControllersTest/OptionsControllerTest.php b/tests/HttpTest/ControllersTest/OptionsControllerTest.php index ed739ad8..1c913e24 100644 --- a/tests/HttpTest/ControllersTest/OptionsControllerTest.php +++ b/tests/HttpTest/ControllersTest/OptionsControllerTest.php @@ -175,7 +175,6 @@ class OptionsControllerTest extends BrowserKitTestCase $this->assertTrue(option('force_ssl')); $this->assertFalse(option('auto_detect_asset_url')); $this->assertEquals('0', option('cache_expire_time')); - $this->visit('/')->see('url/app'); $this->visit('/admin/resource') ->type('', 'cdn_address')