fix test suite
This commit is contained in:
@@ -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