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