From 820011fba8629939cb324ab8ee3dfc73b819cf5d Mon Sep 17 00:00:00 2001 From: Eddie Lau <kahlau@ebay.com> Date: Sat, 14 Mar 2015 14:44:19 -0500 Subject: [PATCH] MAGETWO-34851: Contribution of Sprint 25 to Mainline - corrected namespace --- .../Module/Test/Unit/ModuleList/DeploymentConfigFactoryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/internal/Magento/Framework/Module/Test/Unit/ModuleList/DeploymentConfigFactoryTest.php b/lib/internal/Magento/Framework/Module/Test/Unit/ModuleList/DeploymentConfigFactoryTest.php index 6491a94bba7..fc07edc8006 100644 --- a/lib/internal/Magento/Framework/Module/Test/Unit/ModuleList/DeploymentConfigFactoryTest.php +++ b/lib/internal/Magento/Framework/Module/Test/Unit/ModuleList/DeploymentConfigFactoryTest.php @@ -4,7 +4,7 @@ * See COPYING.txt for license details. */ -namespace Magento\Framework\Module\Test\ModuleList; +namespace Magento\Framework\Module\Test\Unit\ModuleList; use Magento\Framework\Module\ModuleList\DeploymentConfigFactory; -- GitLab