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;