From d184f2f7341a1a7132883fe67d8c62063f5a6256 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 13 Aug 2013 16:18:15 +0200 Subject: [PATCH] fix test suite --- core/lib/Thelia/Tests/Controller/DefaultControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Tests/Controller/DefaultControllerTest.php b/core/lib/Thelia/Tests/Controller/DefaultControllerTest.php index 27255c089..30ab72138 100755 --- a/core/lib/Thelia/Tests/Controller/DefaultControllerTest.php +++ b/core/lib/Thelia/Tests/Controller/DefaultControllerTest.php @@ -24,7 +24,7 @@ namespace Thelia\Tests\Controller; use Symfony\Component\HttpFoundation\Request; -use Thelia\Controller\DefaultController; +use Thelia\Controller\Front\DefaultController; class DefaultControllerTest extends \PHPUnit_Framework_TestCase {