Changeset 3451 for trunk/models

Show
Ignore:
Timestamp:
01/04/08 18:21:45 (12 months ago)
Author:
zYne
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/models/I18nTest.php

    r2528 r3451  
    99    public function setUp() 
    1010    { 
    11         $this->actAs('I18n', array("fields" => array("name", "title"))); 
     11        $this->actAs('I18n', array('fields' => array('name', 'title'))); 
    1212    } 
    1313}