From fc14d96a28d6d64a915f4875b3d14193687078b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=E1=BB=97=20V=C4=83n=20H=C3=B9ng?= Date: Tue, 7 Nov 2023 11:44:05 +0700 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=E3=82=92=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TestCase/Controller/Admin/ThemeFilesControllerTest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugins/bc-theme-file/tests/TestCase/Controller/Admin/ThemeFilesControllerTest.php b/plugins/bc-theme-file/tests/TestCase/Controller/Admin/ThemeFilesControllerTest.php index 3b0acc42ef..38a54ab4c7 100644 --- a/plugins/bc-theme-file/tests/TestCase/Controller/Admin/ThemeFilesControllerTest.php +++ b/plugins/bc-theme-file/tests/TestCase/Controller/Admin/ThemeFilesControllerTest.php @@ -358,11 +358,6 @@ public function test_upload() //テストファイルとフォルダを削除 rmdir($filePath); unlink($fullpath . 'uploadTestFile.html'); - - //エラーを発生した場合 - $this->post('/baser/admin/bc-theme-file/theme_files/index/BcThemeSample/layout3'); - //ステータスを確認 - $this->assertResponseCode(500); } /**