Skip to content

Commit 22d9887

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

File tree

1 file changed

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

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
* Copyright © 2016 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
namespace Magento\Reports\Model\ResourceModel\Product\Lowstock;
67

7-
namespace \Magento\Reports\Model\ResourceModel\Product\Lowstock;
8-
8+
/**
9+
* Class CollectionTest
10+
*/
911
class CollectionTest extends \PHPUnit_Framework_TestCase
1012
{
1113

0 commit comments

Comments
 (0)