Changeset 3393 for trunk/tests/Validator

Show
Ignore:
Timestamp:
12/12/07 15:52:12 (13 months ago)
Author:
romanb
Message:

Refactored transactions. Fixed #464.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/Validator/FutureTestCase.php

    r2665 r3393  
    6868    { 
    6969        $this->manager->setAttribute(Doctrine::ATTR_VALIDATE, Doctrine::VALIDATE_ALL); 
    70          
     70 
    7171        $user1 = new ValidatorTest_DateModel(); 
    7272        $user1->death = date('Y-m-d', 42);