1..29 # ->getValue() ->getName() ->getWidget() ->getParent() ->getError() ->hasError() ok 1 - ->getWidget() returns the form field widget ok 2 - ->getName() returns the form field name ok 3 - ->getValue() returns the form field value ok 4 - ->getParent() returns the form field parent ok 5 - ->getError() returns the form field error ok 6 - ->hasError() returns true if the form field has some error ok 7 - ->hasError() returns false if the form field has no error # __toString() ok 8 - __toString() renders the form field with default HTML attributes # ->render() ok 9 - ->render() renders the form field # ->renderRow() not ok 10 - ->renderRow() renders a row # Failed test (./sfFormFieldTest.php at line 75) # got: '