From bb980bb95fb2cd1e1f7c4e8e9b7c0b8f65c9cd38 Mon Sep 17 00:00:00 2001 From: zYne Date: Fri, 4 Jan 2008 18:21:45 +0000 Subject: [PATCH] --- models/I18nTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/I18nTest.php b/models/I18nTest.php index c442ad8bf..c5aaae815 100644 --- a/models/I18nTest.php +++ b/models/I18nTest.php @@ -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'))); } }