1..8 # ->__construct() ok 1 - ->__construct() notifies one event ok 2 - ->__construct() notifies the form.post_configure event # ->bind() ok 3 - ->bind() notifies one event when validation is successful ok 4 - ->bind() notifies the form.filter_values event ok 5 - ->bind() filters the tainted values ok 6 - ->bind() notifies two events when validation fails ok 7 - ->bind() notifies the form.validation_error event ok 8 - ->bind() notifies the error schema # Looks like everything went fine.