Changeset 3701 for trunk/tests/Hydrate
- Timestamp:
- 02/03/08 21:29:57 (11 months ago)
- Files:
-
- 1 modified
-
trunk/tests/Hydrate/FetchModeTestCase.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/Hydrate/FetchModeTestCase.php
r3460 r3701 46 46 $this->assertEqual(count($users), 1); 47 47 } 48 48 49 public function testFetchArraySupportsOneToManyRelations2() 49 50 { … … 58 59 $this->assertEqual(count($users), 8); 59 60 } 61 60 62 public function testFetchArraySupportsOneToManyRelations3() 61 63 { … … 71 73 $this->assertEqual(count($users[0]['Phonenumber']), 3); 72 74 } 75 73 76 public function testFetchArraySupportsOneToOneRelations() 74 77 { … … 82 85 $this->assertEqual($users[0]['Email']['address'], 'zYne@example.com'); 83 86 } 87 84 88 public function testFetchArraySupportsOneToOneRelations2() 85 89 {