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 {