From b34407cae5367cc6cb710bc998d843e58be687e9 Mon Sep 17 00:00:00 2001 From: HungDV2022 Date: Mon, 23 Dec 2024 12:07:48 +0900 Subject: [PATCH] =?UTF-8?q?InstallationsController::index()=20=E3=83=A6?= =?UTF-8?q?=E3=83=8B=E3=83=83=E3=83=88=E3=83=86=E3=82=B9=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TestCase/Controller/Admin/InstallationsControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bc-installer/tests/TestCase/Controller/Admin/InstallationsControllerTest.php b/plugins/bc-installer/tests/TestCase/Controller/Admin/InstallationsControllerTest.php index ebf2cb09df..e1c13738d5 100644 --- a/plugins/bc-installer/tests/TestCase/Controller/Admin/InstallationsControllerTest.php +++ b/plugins/bc-installer/tests/TestCase/Controller/Admin/InstallationsControllerTest.php @@ -69,7 +69,7 @@ public function testIndex() $cookies = $this->getPrivateProperty($_cookies, 'cookies'); $this->assertNotEmpty($cookies['csrfToken;;/']); - Configure::write("BcEnv.isInstalled", false); + Configure::write("BcEnv.isInstalled", true); } /**