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