Skip to content

Commit

Permalink
GraphQl-727: currentPage: 0, currentPage: 1 and currentPage: -1 produ…
Browse files Browse the repository at this point in the history
…ces the same output for products query when filtering is used

- removed redundant SuppressWarnings
  • Loading branch information
lenaorobei committed Jun 7, 2019
1 parent 8c1829d commit 5d4520b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down Expand Up @@ -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()
{
Expand Down

0 comments on commit 5d4520b

Please sign in to comment.