1
0
mirror of synced 2025-01-18 06:21:40 +03:00
This commit is contained in:
zYne 2008-01-04 18:21:45 +00:00
parent 02a57e4ceb
commit bb980bb95f

View File

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