Commit 024b12f7 authored by meus's avatar meus

"adding required fields option"

parent a63c8fe8
...@@ -8,6 +8,6 @@ class I18nTest extends Doctrine_Record ...@@ -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")));
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment