Skip to content

Commit aafcad7

Browse files
author
Joan He
committed
MAGETWO-32449: Move Emulation Tests class to Magento/Store/Model/App/
1 parent 505b6e1 commit aafcad7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Core/Model/App/EmulationTest.php renamed to dev/tests/integration/testsuite/Magento/Store/Model/App/EmulationTest.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\Core\Model\App;
6+
namespace Magento\Store\Model\App;
77

88
class EmulationTest extends \PHPUnit_Framework_TestCase
99
{

dev/tests/unit/testsuite/Magento/Core/Model/App/EmulationTest.php renamed to dev/tests/unit/testsuite/Magento/Store/Model/App/EmulationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright © 2015 Magento. All rights reserved.
66
* See COPYING.txt for license details.
77
*/
8-
namespace Magento\Core\Model\App;
8+
namespace Magento\Store\Model\App;
99

1010
class EmulationTest extends \PHPUnit_Framework_TestCase
1111
{

0 commit comments

Comments
 (0)