Changeset 4338 for trunk/tests_old/Relation
- Timestamp:
- 05/06/08 14:41:22 (8 months ago)
- Files:
-
- 1 modified
-
trunk/tests_old/Relation/NestTestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests_old/Relation/NestTestCase.php
r3882 r4338 118 118 $this->connection->clear(); 119 119 120 $e = $e->get Mapper()->find($e->id);120 $e = $e->getRepository()->find($e->id); 121 121 122 122 $count = count($this->conn);