Show
Ignore:
Timestamp:
05/06/08 14:41:22 (8 months ago)
Author:
romanb
Message:

Refactorings. Started with new hydrator for 2.0.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests_old/Relation/NestTestCase.php

    r3882 r4338  
    118118        $this->connection->clear(); 
    119119 
    120         $e = $e->getMapper()->find($e->id); 
     120        $e = $e->getRepository()->find($e->id); 
    121121 
    122122        $count = count($this->conn);