Skip to content

Commit

Permalink
fixed #997 (SC_SendMailTest::testGetBackendParams() テスト重複)
Browse files Browse the repository at this point in the history
  • Loading branch information
seasoftjapan committed Sep 6, 2024
1 parent fc5a36a commit f00fa65
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/class/SC_SendMailTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}

0 comments on commit f00fa65

Please sign in to comment.