We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a18e0 commit 400960cCopy full SHA for 400960c
dev/tests/integration/testsuite/Magento/Signifyd/Observer/PlaceOrderTest.php
@@ -18,6 +18,11 @@
18
use PHPUnit\Framework\MockObject_MockObject as MockObject;
19
use Psr\Log\LoggerInterface;
20
21
+/**
22
+ * Test for Magento\Signifyd\Observer\PlaceOrderTest class.
23
+ *
24
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
25
+ */
26
class PlaceOrderTest extends \PHPUnit\Framework\TestCase
27
{
28
/**
@@ -146,7 +151,7 @@ public function testExecuteWithWebsiteConfiguration(): void
146
151
$event = $this->objectManager->create(
147
152
Event::class,
148
153
[
149
- 'data' => ['order' => $order]
154
+ 'data' => ['order' => $order],
150
155
]
156
);
157
0 commit comments