Skip to content

Commit f32d72e

Browse files
author
Mohan Ahuja
committed
ACP2E-726: Unable to query bulk operations by search criteria using REST Api
- Moved the Test file in integration test and fixed static test failure
1 parent 6f9c648 commit f32d72e

File tree

1 file changed

+7
-2
lines changed
  • dev/tests/integration/testsuite/Magento/AsynchronousOperations/Model/ResourceModel/Operation

1 file changed

+7
-2
lines changed

app/code/Magento/AsynchronousOperations/Test/Unit/Model/ResourceModel/Operation/CollectionTest.php renamed to dev/tests/integration/testsuite/Magento/AsynchronousOperations/Model/ResourceModel/Operation/CollectionTest.php

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
declare(strict_types=1);
27

3-
namespace Magento\AsynchronousOperations\Test\Unit\Model\ResourceModel\Operation;
8+
namespace Magento\AsynchronousOperations\Model\ResourceModel\Operation;
49

510
use Magento\AsynchronousOperations\Model\ResourceModel\Operation as OperationResourceModel;
11+
use Magento\AsynchronousOperations\Model\ResourceModel\Operation\CollectionFactory as OperationCollectionFactory;
612
use Magento\TestFramework\Helper\Bootstrap;
713
use PHPUnit\Framework\TestCase;
8-
use Magento\AsynchronousOperations\Model\ResourceModel\Operation\CollectionFactory as OperationCollectionFactory;
914

1015
class CollectionTest extends TestCase
1116
{

0 commit comments

Comments
 (0)