From 172d7c06ca31a307229ccd7816ceadeec25b6a9d Mon Sep 17 00:00:00 2001 From: Benjamin Perche Date: Mon, 28 Jul 2014 11:20:13 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20URLTest=20namespace=20=09modifi=C3=A9:=20?= =?UTF-8?q?=20=20=20=20=20=20=20=20core/lib/Thelia/Tests/Tools/URLTest.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/lib/Thelia/Tests/Tools/URLTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Tests/Tools/URLTest.php b/core/lib/Thelia/Tests/Tools/URLTest.php index a6b934544..d22bfa09e 100755 --- a/core/lib/Thelia/Tests/Tools/URLTest.php +++ b/core/lib/Thelia/Tests/Tools/URLTest.php @@ -10,7 +10,7 @@ /* file that was distributed with this source code. */ /*************************************************************************************/ -namespace Thelia\Tests\Type; +namespace Thelia\Tests\Tools; use Thelia\Tools\URL;