1..12 # ->clean() ok 1 - ->clean() returns the string unmodified ok 2 - ->clean() converts the value to a string ok 3 - ->clean() converts the value to a string ok 4 - ->clean() checks the maximum length allowed ok 5 - max_length option set the maximum length of the string ok 6 - ->clean() throws a sfValidatorError ok 7 - max_length error message customization ok 8 - ->clean() checks the minimum length allowed ok 9 - min_length option set the minimum length of the string ok 10 - ->clean() throws a sfValidatorError ok 11 - min_length error message customization # UTF-8 support ok 12 - sfValidatorString supports UTF-8 # Looks like everything went fine.