Skip to content

Commit 8412217

Browse files
committed
magento/bulk-api-ce#12: Operations Status Search API Endpoint
1 parent ed95acd commit 8412217

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

dev/tests/api-functional/testsuite/Magento/AsynchronousOperations/Api/OperationRepositoryInterfaceTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
use Magento\TestFramework\TestCase\WebapiAbstract;
1313
use Magento\Framework\Bulk\OperationInterface;
1414

15-
/**
16-
* @magentoDbIsolation enabled
17-
*/
1815
class OperationRepositoryInterfaceTest extends WebapiAbstract
1916
{
2017
const RESOURCE_PATH = '/V1/bulk';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
// when bulks are removed, acknowledged bulk table will be cleared too.
7+
require __DIR__ . '/bulk_rollback.php';

0 commit comments

Comments
 (0)