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/DoctrineTest/Doctrine_UnitTestCase.php

    r3890 r4338  
    198198        //echo "<br /><br />"; 
    199199        $this->conn->export->exportClasses($this->tables); 
    200         $this->objTable = $this->connection->getMapper('User'); 
     200        $this->objTable = $this->connection->getRepository('User'); 
    201201    } 
    202202