Changeset 4364 for trunk/tests_old/CacheFileTestCase.php
- Timestamp:
- 05/13/08 22:20:34 (8 months ago)
- Files:
-
- 1 modified
-
trunk/tests_old/CacheFileTestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests_old/CacheFileTestCase.php
r2359 r4364 12 12 13 13 $record = $this->cache->fetch(4); 14 $this->assertTrue($record instanceof Doctrine_ Record);14 $this->assertTrue($record instanceof Doctrine_Entity); 15 15 $this->assertTrue($record->obtainIdentifier() == $this->old->obtainIdentifier()); 16 16