Show
Ignore:
Timestamp:
05/13/08 22:20:34 (8 months ago)
Author:
romanb
Message:

Doctrine_Record renamed. Hydration refactored. Other refactorings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests_old/CacheFileTestCase.php

    r2359 r4364  
    1212 
    1313        $record = $this->cache->fetch(4); 
    14         $this->assertTrue($record instanceof Doctrine_Record); 
     14        $this->assertTrue($record instanceof Doctrine_Entity); 
    1515        $this->assertTrue($record->obtainIdentifier() == $this->old->obtainIdentifier()); 
    1616