From f00fa655ab874c895fb354dfe4459b2dec5454b9 Mon Sep 17 00:00:00 2001 From: Seasoft Date: Fri, 6 Sep 2024 12:40:46 +0900 Subject: [PATCH] =?UTF-8?q?fixed=20EC-CUBE#997=20(SC=5FSendMailTest::testG?= =?UTF-8?q?etBackendParams()=20=E3=83=86=E3=82=B9=E3=83=88=E9=87=8D?= =?UTF-8?q?=E8=A4=87)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/class/SC_SendMailTest.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/class/SC_SendMailTest.php b/tests/class/SC_SendMailTest.php index 05324789a7..25f64b0fbf 100644 --- a/tests/class/SC_SendMailTest.php +++ b/tests/class/SC_SendMailTest.php @@ -172,12 +172,5 @@ public function testGetBackendParams() ]; $this->actual = $this->objSendMail->getBackendParams('smtp'); $this->verify(); - - $this->expected = [ - 'host' => '127.0.0.1', - 'port' => '1025' - ]; - $this->actual = $this->objSendMail->getBackendParams('smtp'); - $this->verify(); } }