Skip to content

Commit 8468f46

Browse files
committed
MAGETWO-34851: Contribution of Sprint 25 to Mainline
- moved test and updated composer.lock
1 parent 6e88066 commit 8468f46

File tree

2 files changed

+80
-2
lines changed

2 files changed

+80
-2
lines changed

composer.lock

Lines changed: 77 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/tests/unit/testsuite/Magento/Framework/Module/ModuleList/DeploymentConfigFactoryTest.php renamed to lib/internal/Magento/Framework/Module/Test/Unit/ModuleList/DeploymentConfigFactoryTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
namespace Magento\Framework\Module\ModuleList;
7+
namespace Magento\Framework\Module\Test\ModuleList;
8+
9+
use Magento\Framework\Module\ModuleList\DeploymentConfigFactory;
810

911
class DeploymentConfigFactoryTest extends \PHPUnit_Framework_TestCase
1012
{

0 commit comments

Comments
 (0)