From f34a4a066ddabfcf6423c1799b824e0dc1f1658b Mon Sep 17 00:00:00 2001 From: touffies Date: Mon, 9 Dec 2013 15:40:23 +0100 Subject: [PATCH] Remove RewrittenUrlTestTrait from content --- core/lib/Thelia/Tests/Action/ContentTest.php | 1 - core/lib/Thelia/Tests/Action/FolderTest.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Tests/Action/ContentTest.php b/core/lib/Thelia/Tests/Action/ContentTest.php index feab8611e..04ea56796 100644 --- a/core/lib/Thelia/Tests/Action/ContentTest.php +++ b/core/lib/Thelia/Tests/Action/ContentTest.php @@ -43,7 +43,6 @@ use Thelia\Model\FolderQuery; */ class ContentTest extends BaseAction { - use RewrittenUrlTestTrait; public function getUpdateEvent(&$content) { diff --git a/core/lib/Thelia/Tests/Action/FolderTest.php b/core/lib/Thelia/Tests/Action/FolderTest.php index c433411ee..e6c467615 100644 --- a/core/lib/Thelia/Tests/Action/FolderTest.php +++ b/core/lib/Thelia/Tests/Action/FolderTest.php @@ -22,6 +22,7 @@ /*************************************************************************************/ namespace Thelia\Tests\Action; + use Propel\Runtime\ActiveQuery\Criteria; use Thelia\Action\Folder; use Thelia\Core\Event\Folder\FolderCreateEvent;