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/Ticket/626DTestCase.php

    r3882 r4338  
    3838 
    3939      try { 
    40         $student = $this->conn->getMapper('T626D_Student1')->find('07090002'); 
     40        $student = $this->conn->getRepository('T626D_Student1')->find('07090002'); 
    4141        $this->pass(); 
    4242      } catch (Exception $e) {