From d313a4e45f10da9da51a28c15d068c567e7ffd86 Mon Sep 17 00:00:00 2001 From: HungDV2022 Date: Mon, 18 Nov 2024 09:18:05 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A6=E3=83=8B=E3=83=83=E3=83=88=E3=83=86?= =?UTF-8?q?=E3=82=B9=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tests/TestCase/View/Helper/CustomContentAppHelperTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/bc-custom-content/tests/TestCase/View/Helper/CustomContentAppHelperTest.php b/plugins/bc-custom-content/tests/TestCase/View/Helper/CustomContentAppHelperTest.php index d908f1ba26..cc7b359ed8 100644 --- a/plugins/bc-custom-content/tests/TestCase/View/Helper/CustomContentAppHelperTest.php +++ b/plugins/bc-custom-content/tests/TestCase/View/Helper/CustomContentAppHelperTest.php @@ -37,8 +37,6 @@ class CustomContentAppHelperTest extends BcTestCase public function setUp(): void { parent::setUp(); - BcUtil::includePluginClass('BcCustomContent'); - Configure::load('BaserCore.setting', 'baser'); $this->CustomContentAppHelper = new CustomContentAppHelper(new View()); } /**