From f6d23d5911a9eb260225e6a696daf159a730d1a0 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 4 Feb 2014 15:12:28 +0100 Subject: [PATCH] fix test suite --- core/lib/Thelia/Action/Order.php | 1 - core/lib/Thelia/Tests/Action/CountryTest.php | 6 ------ 2 files changed, 7 deletions(-) diff --git a/core/lib/Thelia/Action/Order.php b/core/lib/Thelia/Action/Order.php index c04c61366..f7e0afa01 100644 --- a/core/lib/Thelia/Action/Order.php +++ b/core/lib/Thelia/Action/Order.php @@ -52,7 +52,6 @@ use Thelia\Model\OrderProductAttributeCombination; use Thelia\Model\OrderStatus; use Thelia\Model\OrderStatusQuery; use Thelia\Tools\I18n; -use Thelia\Model\Country; /** diff --git a/core/lib/Thelia/Tests/Action/CountryTest.php b/core/lib/Thelia/Tests/Action/CountryTest.php index b150885a4..683c187c4 100644 --- a/core/lib/Thelia/Tests/Action/CountryTest.php +++ b/core/lib/Thelia/Tests/Action/CountryTest.php @@ -39,14 +39,8 @@ use Thelia\Model\CountryQuery; */ class CountryTest extends \PHPUnit_Framework_TestCase { - protected $dispatcher; - public static function setUpBeforeClass() - { - - } - public function setUp() { $this->dispatcher = $this->getMock("Symfony\Component\EventDispatcher\EventDispatcherInterface");