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); } /**