Skip to content

Commit bf01a4b

Browse files
committed
MAGETWO-34457: Merge and Fix tests
- fix static tests
1 parent 1cbe0c2 commit bf01a4b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

dev/tests/api-functional/_files/Magento/TestModuleIntegrationFromConfig/data/testmoduleintegrationfromconfig_setup/data-install-0.0.1.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* See COPYING.txt for license details.
55
*/
66
/** @var \Magento\Integration\Model\Resource\Setup $this */
7-
$this->initIntegrationProcessing(['Test Integration1']);
7+
$this->initIntegrationProcessing(['Test Integration1']);

dev/tests/api-functional/framework/Magento/TestFramework/TestCase/WebapiAbstract.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,12 @@ protected function tearDown()
163163
* @return array|int|string|float|bool Web API call results
164164
*/
165165
protected function _webApiCall(
166-
$serviceInfo, $arguments = [], $webApiAdapterCode = null, $storeCode = null, $integration = null
167-
)
168-
{
166+
$serviceInfo,
167+
$arguments = [],
168+
$webApiAdapterCode = null,
169+
$storeCode = null,
170+
$integration = null
171+
) {
169172
if (is_null($webApiAdapterCode)) {
170173
/** Default adapter code is defined in PHPUnit configuration */
171174
$webApiAdapterCode = strtolower(TESTS_WEB_API_ADAPTER);

0 commit comments

Comments
 (0)