Changeset 3741 for trunk/tests/Orm
- Timestamp:
- 02/11/08 22:33:12 (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
r3739 r3741 7 7 { 8 8 parent::setUp(); 9 $this->loadFixture ('forum', 'common', 'users');9 $this->loadFixtures('forum', 'common', array('users', 'admins')); 10 10 } 11 11