Changeset 4087 for branches/0.10/tests/Ticket/749TestCase.php
- Timestamp:
- 03/22/08 15:31:00 (2 years ago)
- Files:
-
- 1 modified
-
branches/0.10/tests/Ticket/749TestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/tests/Ticket/749TestCase.php
r4029 r4087 53 53 public function testSelectDataFromParentClassAsCollection() 54 54 { 55 55 56 $records = Doctrine_Query::create()->query('FROM Parent749 p ORDER BY p.title', array()); 56 57 57 $this->verifyRecords($records); 58 58 }