PHP 5.3 fix
This commit is contained in:
parent
4640a45664
commit
bc867e8e84
|
@ -32,7 +32,7 @@ class CountryTest extends \PHPUnit_Framework_TestCase
|
|||
|
||||
public function setUp ()
|
||||
{
|
||||
$this->model = new Country($this->raw, ['en']);
|
||||
$this->model = new Country($this->raw, array('en'));
|
||||
}
|
||||
|
||||
public function testObjects ()
|
||||
|
|
Loading…
Reference in New Issue
Block a user