Skip to content

Commit 520de21

Browse files
author
Dale Sikkema
committed
MAGETWO-32452: Move Factory Integration and Unit test to corresponding directory
1 parent df06832 commit 520de21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Core/Model/Validator/FactoryTest.php renamed to dev/tests/integration/testsuite/Magento/Framework/Validator/FactoryTest.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\Validator;
8+
namespace Magento\Framework\Validator;
99

1010
class FactoryTest extends \PHPUnit_Framework_TestCase
1111
{

dev/tests/unit/testsuite/Magento/Core/Model/Validator/FactoryTest.php renamed to dev/tests/unit/testsuite/Magento/Framework/Validator/FactoryTest.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\Validator;
8+
namespace Magento\Framework\Validator;
99

1010
class FactoryTest extends \PHPUnit_Framework_TestCase
1111
{

0 commit comments

Comments
 (0)