Changeset 3393 for trunk/tests/Validator
- Timestamp:
- 12/12/07 15:52:12 (13 months ago)
- Files:
-
- 1 modified
-
trunk/tests/Validator/FutureTestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/Validator/FutureTestCase.php
r2665 r3393 68 68 { 69 69 $this->manager->setAttribute(Doctrine::ATTR_VALIDATE, Doctrine::VALIDATE_ALL); 70 70 71 71 $user1 = new ValidatorTest_DateModel(); 72 72 $user1->death = date('Y-m-d', 42);