@@ -220,7 +220,6 @@ private function getQueryProductsWithArrayOfCustomAttributes($attributeCode, $fi
220
220
/**
221
221
* Filter products by custom attribute of dropdown type and filterTypeInput eq
222
222
*
223
- * @magentoApiDataFixture Magento/Catalog/_files/category.php
224
223
* @magentoApiDataFixture Magento/Catalog/_files/products_with_layered_navigation_custom_attribute.php
225
224
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
226
225
*/
@@ -434,7 +433,6 @@ private function getDefaultAttributeOptionValue(string $attributeCode) : string
434
433
/**
435
434
* Full text search for Products and then filter the results by custom attribute ( sort is by defaulty by relevance)
436
435
*
437
- * @magentoApiDataFixture Magento/Catalog/_files/category.php
438
436
* @magentoApiDataFixture Magento/Catalog/_files/products_with_layered_navigation_custom_attribute.php
439
437
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
440
438
*/
@@ -582,7 +580,6 @@ public function testSearchAndFilterByCustomAttribute()
582
580
/**
583
581
* Filter by category and custom attribute
584
582
*
585
- * @magentoApiDataFixture Magento/Catalog/_files/category.php
586
583
* @magentoApiDataFixture Magento/Catalog/_files/products_with_layered_navigation_custom_attribute.php
587
584
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
588
585
*/
@@ -2005,6 +2002,7 @@ public function testFilterProductsThatAreOutOfStockWithConfigSettings()
2005
2002
/**
2006
2003
* Verify that invalid current page return an error
2007
2004
*
2005
+ * @magentoApiDataFixture Magento/Catalog/_files/category.php
2008
2006
* @magentoApiDataFixture Magento/Catalog/_files/products_with_layered_navigation_attribute.php
2009
2007
* @expectedException \Exception
2010
2008
* @expectedExceptionMessage currentPage value must be greater than 0
@@ -2034,6 +2032,7 @@ public function testInvalidCurrentPage()
2034
2032
/**
2035
2033
* Verify that invalid page size returns an error.
2036
2034
*
2035
+ * @magentoApiDataFixture Magento/Catalog/_files/category.php
2037
2036
* @magentoApiDataFixture Magento/Catalog/_files/products_with_layered_navigation_attribute.php
2038
2037
* @expectedException \Exception
2039
2038
* @expectedExceptionMessage pageSize value must be greater than 0
0 commit comments