Skip to content

Commit 460adb0

Browse files
author
Vitaliy Boyko
committed
graphQl-167: fixed static issuess
1 parent ffe625e commit 460adb0

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,8 @@ private function loadConfigs(string $configPath, string $storeCode = null): arra
134134
/**
135135
* Check if config exist in the database
136136
*
137-
* @param string $configPath
138-
* @param $originalValue
139-
* @param string|null $storeCode
137+
* @param string $configPath
138+
* @param string|null $storeCode
140139
*/
141140
private function checkIfValueExist(string $configPath, string $storeCode = null): bool
142141
{
@@ -147,7 +146,8 @@ private function checkIfValueExist(string $configPath, string $storeCode = null)
147146

148147
/**
149148
* Returns the store ID by the store code
150-
* @param string $storeCode
149+
*
150+
* @param string $storeCode
151151
* @return int
152152
*/
153153
private function getStoreIdByCode(string $storeCode): int

dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/StoreConfigTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,3 @@ public function testGetStoreConfig()
5858
$this->assertEquals('asc', $response['storeConfig']['catalog_default_sort_by']);
5959
}
6060
}
61-

dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/ProductOnlyXLeftInStockTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
use Magento\TestFramework\TestCase\GraphQlAbstract;
1111

12+
/**
13+
* Test for the product only x left in stock
14+
*/
1215
class ProductOnlyXLeftInStockTest extends GraphQlAbstract
1316
{
1417
/**

dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory/ProductStockStatusTest.php

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

15+
/**
16+
* Test for product status
17+
*/
1518
class ProductStockStatusTest extends GraphQlAbstract
1619
{
1720
/**

0 commit comments

Comments
 (0)