Show
Ignore:
Timestamp:
03/19/08 18:33:14 (10 months ago)
Author:
romanb
Message:

added xsl stylesheet to generate changelogs from svn log. merged a few patches from 0.10

Files:
1 modified

Legend:

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

    r3882 r4055  
    8282        $user->save(); 
    8383        $this->assertTrue($user->Email instanceOf Email); 
    84         $user->Email = Email::getNullObject(); 
     84        $user->Email = Doctrine_Null::$INSTANCE; 
    8585        $user->save(); 
    8686        $this->assertTrue($user->Email instanceOf Doctrine_Null);