1
0
mirror of synced 2025-01-06 00:57:10 +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()
{
$this->actAs('I18n');
$this->actAs('I18n', array("fields" => array("name", "title")));
}
}