Changeset 4225 for trunk/tests/Orm
- Timestamp:
- 04/15/08 23:19:22 (9 months ago)
- Files:
-
- 1 modified
-
trunk/tests/Orm/Hydration/BasicHydrationTest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/Orm/Hydration/BasicHydrationTest.php
r4222 r4225 72 72 $this->assertEquals('jwage', $objectResult[1]->name); 73 73 74 //Doctrine::dump($res);75 76 $this->assertEquals(0, 0);77 74 } 78 75 }