Changeset 3730 for trunk/tests/Orm
- Timestamp:
- 02/10/08 17:29: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
r3727 r3730 6 6 protected function setUp() 7 7 { 8 parent::setUp(); 8 9 $this->loadFixture('forum', 'common', 'users'); 9 10 }