From d9fd14f26133564746dfd324e438b620a0e4eaf4 Mon Sep 17 00:00:00 2001 From: Drak Date: Thu, 29 Mar 2012 12:47:14 +0545 Subject: [PATCH] [HttpFoundation] Refactored for moved tests location. --- .../Component/HttpFoundation/Tests}/Session/MetaBagTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {tests/Symfony/Tests/Component/HttpFoundation => src/Symfony/Component/HttpFoundation/Tests}/Session/MetaBagTest.php (97%) diff --git a/tests/Symfony/Tests/Component/HttpFoundation/Session/MetaBagTest.php b/src/Symfony/Component/HttpFoundation/Tests/Session/MetaBagTest.php similarity index 97% rename from tests/Symfony/Tests/Component/HttpFoundation/Session/MetaBagTest.php rename to src/Symfony/Component/HttpFoundation/Tests/Session/MetaBagTest.php index e6ca9911a9..f0bd48cf92 100644 --- a/tests/Symfony/Tests/Component/HttpFoundation/Session/MetaBagTest.php +++ b/src/Symfony/Component/HttpFoundation/Tests/Session/MetaBagTest.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Tests\Component\HttpFoundation\Session; +namespace Symfony\Component\HttpFoundation\Tests\Session; use Symfony\Component\HttpFoundation\Session\MetaBag;