1..43 # ->render() ok 1 - ->render() renders a select tag for the hour ok 2 - ->render() renders a select tag for the minute ok 3 - ->render() renders a select tag for the second ok 4 - ->render() renders a select tag for the hour ok 5 - ->render() renders a select tag for the minute ok 6 - ->render() renders a select tag for the second # time as an array ok 7 - ->render() renders a select tag for the hour ok 8 - ->render() renders a select tag for the minute ok 9 - ->render() renders a select tag for the second # time as an array - single digits ok 10 - ->render() renders a select tag for the hour ok 11 - ->render() renders a select tag for the minute ok 12 - ->render() renders a select tag for the second # time as an array ok 13 - ->render() renders a select tag for the hour ok 14 - ->render() renders a select tag for the minute ok 15 - ->render() renders a select tag for the second ok 16 - ->render() renders a select tag for the hour ok 17 - ->render() renders a select tag for the minute ok 18 - ->render() renders a select tag for the second # number of options in each select ok 19 - ->render() renders a select tag for the 24 hours in a day ok 20 - ->render() renders a select tag for the 60 minutes in an hour ok 21 - ->render() renders a select tag for the 60 seconds in a minute # can_be_empty option ok 22 - ->render() renders a select tag for the 24 hours around in a day ok 23 - ->render() renders a select tag for the 60 minutes in an hour ok 24 - ->render() renders a select tag for the 60 seconds in a minute # empty_values option ok 25 - ->configure() can change the empty values ok 26 - ->configure() can change the empty values ok 27 - ->configure() can change the empty values # format option ok 28 - ->render() renders 3 selects with a default : as a separator ok 29 - ->render() renders 3 selects with a default : as a separator ok 30 - __construct() can change the default format ok 31 - __construct() can change the default format ok 32 - __construct() can change the default time format # hours / minutes / seconds options ok 33 - __construct() can change the default array used for hours ok 34 - __construct() can change the default array used for minutes ok 35 - __construct() can change the default array used for seconds # with_seconds option ok 36 - __construct() can enable or disable the seconds select box with the with_seconds option ok 37 - __construct() can change the default format ok 38 - __construct() can change the default format # attributes ok 39 - ->render() takes the attributes into account for all the three embedded widgets ok 40 - ->render() takes the attributes into account for all the three embedded widgets # id_format ok 41 - ->render() uses id_format for hour ok 42 - ->render() uses id_format for minute ok 43 - ->render() uses id_format for second # Looks like everything went fine.