Show
Ignore:
Timestamp:
05/08/08 15:17:35 (8 months ago)
Author:
romanb
Message:

Continued work on new hydration.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests_old/Relation/OneToOneTestCase.php

    r4055 r4342  
    8484        $user->Email = Doctrine_Null::$INSTANCE; 
    8585        $user->save(); 
    86         $this->assertTrue($user->Email instanceOf Doctrine_Null); 
     86        $this->assertTrue($user->Email === null); 
    8787    } 
    8888