fix test suite

This commit is contained in:
Manuel Raynaud
2014-02-04 15:12:28 +01:00
parent 09f634c195
commit f6d23d5911
2 changed files with 0 additions and 7 deletions

View File

@@ -52,7 +52,6 @@ use Thelia\Model\OrderProductAttributeCombination;
use Thelia\Model\OrderStatus;
use Thelia\Model\OrderStatusQuery;
use Thelia\Tools\I18n;
use Thelia\Model\Country;
/**

View File

@@ -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");