Changeset 3701 for trunk/tests/Collection
- Timestamp:
- 02/03/08 21:29:57 (11 months ago)
- Files:
-
- 1 modified
-
trunk/tests/Collection/SnapshotTestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/Collection/SnapshotTestCase.php
r2388 r3701 41 41 public function prepareTables() 42 42 { 43 $this->tables = array('Entity', 'User', 'Group', 'Group User', 'Account', 'Album', 'Phonenumber', 'Email', 'Book');43 $this->tables = array('Entity', 'User', 'Group', 'Groupuser', 'Account', 'Album', 'Phonenumber', 'Email', 'Book'); 44 44 45 45 parent::prepareTables();