From cd272793a60260a06c61c5098067b699839a2ae7 Mon Sep 17 00:00:00 2001
From: Sviatoslav Mankivskyi <smankivskyi@ebay.com>
Date: Sat, 14 Mar 2015 14:10:40 +0200
Subject: [PATCH] MAGETWO-34390: Stabilization of replacing Zend_Locale with
 Native PHP Implementation

---
 .../{Bundle/Test/Unit => Test/Unit/Bundle}/DataBundleTest.php   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename lib/internal/Magento/Framework/Locale/{Bundle/Test/Unit => Test/Unit/Bundle}/DataBundleTest.php (97%)

diff --git a/lib/internal/Magento/Framework/Locale/Bundle/Test/Unit/DataBundleTest.php b/lib/internal/Magento/Framework/Locale/Test/Unit/Bundle/DataBundleTest.php
similarity index 97%
rename from lib/internal/Magento/Framework/Locale/Bundle/Test/Unit/DataBundleTest.php
rename to lib/internal/Magento/Framework/Locale/Test/Unit/Bundle/DataBundleTest.php
index 1c5001785be..38109b51a1f 100644
--- a/lib/internal/Magento/Framework/Locale/Bundle/Test/Unit/DataBundleTest.php
+++ b/lib/internal/Magento/Framework/Locale/Test/Unit/Bundle/DataBundleTest.php
@@ -6,7 +6,7 @@
 
 // @codingStandardsIgnoreFile
 
-namespace Magento\Framework\Locale\Bundle\Test\Unit;
+namespace Magento\Framework\Locale\Test\Unit\Bundle;
 
 use Magento\Framework\Locale\Bundle\DataBundle;
 
-- 
GitLab