Skip to content

Commit 10299bc

Browse files
author
Oleksandr Dubovyk
committed
MAGETWO-57726: [GitHub] Exception is created but not thrown #6320
1 parent 22d9887 commit 10299bc

File tree

1 file changed

+0
-2
lines changed
  • dev/tests/integration/testsuite/Magento/Reports/Model/ResourceModel/Product/Lowstock

1 file changed

+0
-2
lines changed

dev/tests/integration/testsuite/Magento/Reports/Model/ResourceModel/Product/Lowstock/CollectionTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public function testFilterByProductTypeException()
3939
/**
4040
* Assert that String argument passed to filterByProductType method is correctly passed to attribute adder
4141
*
42-
* @expectedException \Magento\Framework\Exception\LocalizedException
4342
*/
4443
public function testFilterByProductTypeString()
4544
{
@@ -51,7 +50,6 @@ public function testFilterByProductTypeString()
5150
/**
5251
* Assert that Array argument passed to filterByProductType method is correctly passed to attribute adder
5352
*
54-
* @expectedException \Magento\Framework\Exception\LocalizedException
5553
*/
5654
public function testFilterByProductTypeArray()
5755
{

0 commit comments

Comments
 (0)