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 2f765b1 commit f0cf597Copy full SHA for f0cf597
dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/AssignCustomOrderStatusTest.php
@@ -31,6 +31,7 @@
31
*
32
* @group Order_Management_(CS)
33
* @ZephyrId MAGETWO-29382
34
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
35
*/
36
class AssignCustomOrderStatusTest extends Injectable
37
{
@@ -149,10 +150,6 @@ public function test(
149
150
$config->persist();
151
$order->persist();
152
$this->order = $order;
- $this->fixtureFactory->createByCode(
153
- 'configData',
154
- ['dataset' => 'checkmo_custom_new_order_status', 'data' => ['value' => $orderStatus->getLabel()]]
155
- );
156
157
return [
158
'orderId' => $order->getId(),
0 commit comments