Skip to content

Commit 400960c

Browse files
committed
MAGETWO-91102: [2.3.0] Admin orders being sent to Signifyd for review when they shouldn't
1 parent f6a18e0 commit 400960c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dev/tests/integration/testsuite/Magento/Signifyd/Observer/PlaceOrderTest.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
use PHPUnit\Framework\MockObject_MockObject as MockObject;
1919
use Psr\Log\LoggerInterface;
2020

21+
/**
22+
* Test for Magento\Signifyd\Observer\PlaceOrderTest class.
23+
*
24+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
25+
*/
2126
class PlaceOrderTest extends \PHPUnit\Framework\TestCase
2227
{
2328
/**
@@ -146,7 +151,7 @@ public function testExecuteWithWebsiteConfiguration(): void
146151
$event = $this->objectManager->create(
147152
Event::class,
148153
[
149-
'data' => ['order' => $order]
154+
'data' => ['order' => $order],
150155
]
151156
);
152157

0 commit comments

Comments
 (0)