Skip to content

Commit 3592b5f

Browse files
ACQE-8964: Create Shipment for Offline Payment Methods with Async Notification
- Added docblock for functions
1 parent 834c1e2 commit 3592b5f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

dev/tests/integration/testsuite/Magento/Sales/Model/Order/Email/Sender/AdminShipmentAsyncEmailTest.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
use PHPUnit\Framework\TestCase;
3636

3737
/**
38-
* Test shipment creation with async email notification.
38+
* Test shipment creation with offline payment method and async email notification.
3939
*/
4040
class AdminShipmentAsyncEmailTest extends TestCase
4141
{
@@ -49,6 +49,9 @@ class AdminShipmentAsyncEmailTest extends TestCase
4949
*/
5050
private array $sentEmails = [];
5151

52+
/**
53+
* @return void
54+
*/
5255
protected function setUp(): void
5356
{
5457
parent::setUp();
@@ -159,6 +162,9 @@ public function testShipmentEmailDispatchedByCron(): void
159162
$this->assertEquals('async-shipment@example.com', $email->getTo()[0]->getEmail());
160163
}
161164

165+
/**
166+
* @return void
167+
*/
162168
protected function tearDown(): void
163169
{
164170
$this->transportBuilder->clean();

0 commit comments

Comments
 (0)