Skip to content

Commit f0cf597

Browse files
author
Oleksii Kolesnyk
committed
MTA-2726: Functional test maintenance. Part 3
- fix static test
1 parent 2f765b1 commit f0cf597

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/AssignCustomOrderStatusTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
*
3232
* @group Order_Management_(CS)
3333
* @ZephyrId MAGETWO-29382
34+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
3435
*/
3536
class AssignCustomOrderStatusTest extends Injectable
3637
{
@@ -149,10 +150,6 @@ public function test(
149150
$config->persist();
150151
$order->persist();
151152
$this->order = $order;
152-
$this->fixtureFactory->createByCode(
153-
'configData',
154-
['dataset' => 'checkmo_custom_new_order_status', 'data' => ['value' => $orderStatus->getLabel()]]
155-
);
156153

157154
return [
158155
'orderId' => $order->getId(),

0 commit comments

Comments
 (0)