diff --git a/models/I18nTest.php b/models/I18nTest.php index c442ad8bf..c5aaae815 100644 --- a/models/I18nTest.php +++ b/models/I18nTest.php @@ -8,6 +8,6 @@ class I18nTest extends Doctrine_Record } public function setUp() { - $this->actAs('I18n', array("fields" => array("name", "title"))); + $this->actAs('I18n', array('fields' => array('name', 'title'))); } }