1..16 # ->render() ok 1 - ->render() renders a select tag with the value selected ok 2 - ->render() renders all choices as option tags ok 3 - ->render() always generate a value attribute, even for empty keys ok 4 - ->render() always generate a value attribute, even for empty keys # multiple select ok 5 - ->render() automatically adds a multiple HTML attributes if multiple is true ok 6 - ->render() automatically adds a [] at the end of the name if multiple is true ok 7 - ->render() renders a select tag with the value selected ok 8 - ->render() renders a select tag with the value selected ok 9 - ->render() automatically does not add a [] at the end of the name if multiple is true and the name already has one # optgroup support ok 10 - ->render() has support for optgroups tags ok 11 - __construct() throws an RuntimeException if you don't pass a choices option # choices as a callable ok 12 - ->render() accepts a sfCallable as a choices option # attributes ok 13 - ->render() does not pass the select HTML attributes to the option tag ok 14 - ->render() does not pass the select HTML attributes to the option tag ok 15 - ->render() does not pass the select HTML attributes to the option tag ok 16 - ->render() does not pass the select HTML attributes to the option tag Looks like everything went fine.