diff --git a/dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductSearchTest.php b/dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductSearchTest.php index 4b7d8d64f9459..d3a3655c08d7a 100644 --- a/dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductSearchTest.php +++ b/dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductSearchTest.php @@ -1143,7 +1143,6 @@ public function testFilterProductsThatAreOutOfStockWithConfigSettings() * @magentoApiDataFixture Magento/Catalog/_files/products_with_layered_navigation_attribute.php * @expectedException \Exception * @expectedExceptionMessage currentPage value must be greater than 0 - * @SuppressWarnings(PHPMD.ExcessiveMethodLength) */ public function testInvalidPageNumbers() { @@ -1174,7 +1173,6 @@ public function testInvalidPageNumbers() * @magentoApiDataFixture Magento/Catalog/_files/products_with_layered_navigation_attribute.php * @expectedException \Exception * @expectedExceptionMessage pageSize value must be greater than 0 - * @SuppressWarnings(PHPMD.ExcessiveMethodLength) */ public function testInvalidPageSize() {