Skip to content

Commit 5fe41a9

Browse files
author
Ievgen Sentiabov
committed
MAGETWO-44113: Creating Ratings in the Frontend (not available after Magento installation)
- Fixed namespace
1 parent 398d685 commit 5fe41a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Review/Test/Unit/Model/RatingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
namespace Magento\Review\Model;
6+
namespace Magento\Review\Test\Unit\Model;
77

88
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;
99
use Magento\Store\Model\Store;

0 commit comments

Comments
 (0)