diff --git a/tests/GeoIP2/Test/Model/CountryTest.php b/tests/GeoIP2/Test/Model/CountryTest.php index 41b5b2f..b17e50a 100644 --- a/tests/GeoIP2/Test/Model/CountryTest.php +++ b/tests/GeoIP2/Test/Model/CountryTest.php @@ -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 ()