Skip to content

Commit

Permalink
MAGETWO-57726: [GitHub] Exception is created but not thrown #6320
Browse files Browse the repository at this point in the history
  • Loading branch information
odubovyk committed Sep 1, 2016
1 parent 8af37f7 commit 22d9887
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
* Copyright © 2016 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Reports\Model\ResourceModel\Product\Lowstock;

namespace \Magento\Reports\Model\ResourceModel\Product\Lowstock;

/**
* Class CollectionTest
*/
class CollectionTest extends \PHPUnit_Framework_TestCase
{

Expand Down

0 comments on commit 22d9887

Please sign in to comment.