Changeset 3727 for trunk/tests/Orm
- Timestamp:
- 02/10/08 15:45:30 (11 months ago)
- Files:
-
- 1 modified
-
trunk/tests/Orm/Component/TestTest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/Orm/Component/TestTest.php
r3725 r3727 6 6 protected function setUp() 7 7 { 8 $this->loadFixture('forum', 'common _users');8 $this->loadFixture('forum', 'common', 'users'); 9 9 } 10 10