-
Notifications
You must be signed in to change notification settings - Fork 656
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5963 from chihiro-adachi/patch/4.1.2-p2
Patch/4.1.2-p2
- Loading branch information
Showing
15 changed files
with
258 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -283,7 +283,7 @@ public function order_受注メール通知(AcceptanceTester $I) | |
->一覧_メール通知(1); | ||
|
||
$message = $I->lastMessage(); | ||
$I->assertCount(2, $message['recipients'], 'Bcc で管理者にも送信するので宛先アドレスは2つ'); | ||
$I->assertCount(2, $message->getRecipients(), 'Bcc で管理者にも送信するので宛先アドレスは2つ'); | ||
$I->seeEmailCount(1); | ||
|
||
$I->seeInLastEmailSubjectTo('[email protected]', '[EC-CUBE SHOP] 商品出荷のお知らせ'); | ||
|
@@ -304,7 +304,7 @@ public function order_一括メール通知(AcceptanceTester $I) | |
->一括メール送信(); | ||
|
||
$message = $I->lastMessage(); | ||
$I->assertCount(2, $message['recipients'], 'Bcc で管理者にも送信するので宛先アドレスは2つ'); | ||
$I->assertCount(2, $message->getRecipients(), 'Bcc で管理者にも送信するので宛先アドレスは2つ'); | ||
$I->seeEmailCount(10); | ||
} | ||
|
||
|
@@ -523,7 +523,7 @@ public function order_個別出荷済みステータス変更(AcceptanceTester $ | |
|
||
$I->wait(5); | ||
$message = $I->lastMessage(); | ||
$I->assertCount(2, $message['recipients'], 'Bcc で管理者にも送信するので宛先アドレスは2つ'); | ||
$I->assertCount(2, $message->getRecipients(), 'Bcc で管理者にも送信するので宛先アドレスは2つ'); | ||
$I->seeEmailCount(1); | ||
$I->seeInLastEmailSubjectTo('[email protected]', '[EC-CUBE SHOP] 商品出荷のお知らせ'); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.