From 024b12f7417d4b84400133662351c9b2e13edd04 Mon Sep 17 00:00:00 2001 From: meus Date: Mon, 17 Sep 2007 22:30:55 +0000 Subject: [PATCH] "adding required fields option" --- models/I18nTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))); } }