Show
Ignore:
Timestamp:
03/22/08 15:31:00 (2 years ago)
Author:
romanb
Message:

Fixed #749.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.10/tests/Ticket/749TestCase.php

    r4029 r4087  
    5353    public function testSelectDataFromParentClassAsCollection() 
    5454    { 
     55         
    5556        $records = Doctrine_Query::create()->query('FROM Parent749 p ORDER BY p.title', array()); 
    56          
    5757        $this->verifyRecords($records); 
    5858    }