fix test suite
This commit is contained in:
@@ -52,7 +52,6 @@ use Thelia\Model\OrderProductAttributeCombination;
|
||||
use Thelia\Model\OrderStatus;
|
||||
use Thelia\Model\OrderStatusQuery;
|
||||
use Thelia\Tools\I18n;
|
||||
use Thelia\Model\Country;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user