Changeset 3725 for trunk/tests/Orm
- Timestamp:
- 02/10/08 15:16:24 (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
r3724 r3725 6 6 protected function setUp() 7 7 { 8 $this->loadFixture('forum', ' someusers');8 $this->loadFixture('forum', 'common_users'); 9 9 } 10 10