Changeset 4342 for trunk/tests_old/Relation
- Timestamp:
- 05/08/08 15:17:35 (8 months ago)
- Files:
-
- 1 modified
-
trunk/tests_old/Relation/OneToOneTestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests_old/Relation/OneToOneTestCase.php
r4055 r4342 84 84 $user->Email = Doctrine_Null::$INSTANCE; 85 85 $user->save(); 86 $this->assertTrue($user->Email instanceOf Doctrine_Null);86 $this->assertTrue($user->Email === null); 87 87 } 88 88