Skip to content

Commit a9133c2

Browse files
committed
magento-engcom/bulk-api#4 Support for Async operations in WebAPI
- Fixed static tests
1 parent 8eaa9d4 commit a9133c2

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

app/code/Magento/Swagger/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"require": {
88
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
99
"magento/framework": "100.3.*",
10-
"magento/module-webapi": "100.3.*"
1110
},
1211
"type": "magento2-module",
1312
"version": "100.3.0-dev",

app/code/Magento/SwaggerWebapi/Test/Unit/Model/SchemaType/RestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ protected function setUp()
2525
}
2626

2727
/**
28-
* @covers \Magento\SwaggerWebapi\Model\SchemaType\Rest::getSchemaUrlPathProvider
28+
* @covers \Magento\SwaggerWebapi\Model\SchemaType\Rest::getSchemaUrlPath
2929
*
3030
* @param $expected
3131
* @param null|string $store

app/code/Magento/SwaggerWebapiAsync/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"require": {
88
"magento/framework": "100.3.*",
99
"magento/module-swagger": "100.3.*",
10-
"magento/module-webapi-async": "100.3.*",
1110
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
1211
},
1312
"suggest": {

dev/tests/api-functional/testsuite/Magento/WebapiAsync/Model/BulkScheduleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
namespace Magento\WebapiAsync\Model\MessageQueue;
7+
namespace Magento\WebapiAsync\Model;
88

99
use Magento\Catalog\Api\Data\ProductInterface;
1010
use Magento\TestFramework\MessageQueue\PreconditionFailedException;

0 commit comments

Comments
 (0)