Changeset 3701 for trunk/tests/Hydrate

Show
Ignore:
Timestamp:
02/03/08 21:29:57 (11 months ago)
Author:
romanb
Message:

Merged r3518:r3700 from branch to trunk. Branch to be deleted, soon. Development continues in trunk.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/Hydrate/FetchModeTestCase.php

    r3460 r3701  
    4646        $this->assertEqual(count($users), 1); 
    4747    } 
     48     
    4849    public function testFetchArraySupportsOneToManyRelations2() 
    4950    { 
     
    5859        $this->assertEqual(count($users), 8); 
    5960    } 
     61     
    6062    public function testFetchArraySupportsOneToManyRelations3() 
    6163    { 
     
    7173        $this->assertEqual(count($users[0]['Phonenumber']), 3); 
    7274    } 
     75     
    7376    public function testFetchArraySupportsOneToOneRelations() 
    7477    { 
     
    8285        $this->assertEqual($users[0]['Email']['address'], 'zYne@example.com'); 
    8386    } 
     87     
    8488    public function testFetchArraySupportsOneToOneRelations2() 
    8589    {