Changeset 4338 for trunk/tests_old/DoctrineTest
- Timestamp:
- 05/06/08 14:41:22 (8 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests_old/DoctrineTest/Doctrine_UnitTestCase.php
r3890 r4338 198 198 //echo "<br /><br />"; 199 199 $this->conn->export->exportClasses($this->tables); 200 $this->objTable = $this->connection->get Mapper('User');200 $this->objTable = $this->connection->getRepository('User'); 201 201 } 202 202