1..7
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()
ok 3 - ->clean() returns the from and to values
ok 4 - ->clean() throws a sfValidatorError if the from date is after the to date
ok 5 - ->clean() throws a sfValidatorError
# Custom field names options
ok 6 - ->clean() take into account custom fields
ok 7 - ->clean() returns the from and to values for custom field names
# Looks like everything went fine.