1
0
mirror of synced 2025-01-07 09:37:11 +03:00

"adding required fields option"

This commit is contained in:
meus 2007-09-17 22:30:55 +00:00
parent a63c8fe80a
commit 024b12f741

View File

@ -8,6 +8,6 @@ class I18nTest extends Doctrine_Record
} }
public function setUp() public function setUp()
{ {
$this->actAs('I18n'); $this->actAs('I18n', array("fields" => array("name", "title")));
} }
} }