Changeset 3451 for trunk/models
- Timestamp:
- 01/04/08 18:21:45 (12 months ago)
- Files:
-
- 1 modified
-
trunk/models/I18nTest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/models/I18nTest.php
r2528 r3451 9 9 public function setUp() 10 10 { 11 $this->actAs('I18n', array( "fields" => array("name", "title")));11 $this->actAs('I18n', array('fields' => array('name', 'title'))); 12 12 } 13 13 }