1..5 ok 1 - __construct() throws a sfValidatorError if you don't pass a from_date and a to_date option ok 2 - ->clean() throws a sfValidatorError # ->clean() not ok 3 - ->clean() returns the from and to values # Failed test (./sfValidatorDateRangeTest.php at line 36) # got: array ( 'from' => '2008-01-01 00:00:00', 'to' => '2009-01-01 23:59:59', ) # expected: array ( 'from' => '2008-01-01', 'to' => '2009-01-01', ) ok 4 - ->clean() throws a sfValidatorError if the from date is after the to date ok 5 - ->clean() throws a sfValidatorError Looks like you failed 1 tests of 5.