Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SC_SendMailTest::testGetBackendParams() テスト重複 #997

Closed
seasoftjapan opened this issue Sep 6, 2024 · 0 comments · Fixed by #998
Closed

SC_SendMailTest::testGetBackendParams() テスト重複 #997

seasoftjapan opened this issue Sep 6, 2024 · 0 comments · Fixed by #998
Labels
Milestone

Comments

@seasoftjapan
Copy link
Contributor

$this->expected = [
'host' => '127.0.0.1',
'port' => '1025'
];
$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();

2回実行する必要は無いと感じた。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant