PHP 5.3 fix

This commit is contained in:
Gregory Oschwald 2013-05-09 08:05:59 -07:00
parent 4640a45664
commit bc867e8e84

View File

@ -32,7 +32,7 @@ class CountryTest extends \PHPUnit_Framework_TestCase
public function setUp () public function setUp ()
{ {
$this->model = new Country($this->raw, ['en']); $this->model = new Country($this->raw, array('en'));
} }
public function testObjects () public function testObjects ()