Moving the choice of site template into RecipesForm, and submitting it without a default value supplied in submitForm(), might have broken installation via Drush in some situations. It doesn't seem to be happening consistently, but I think it's worth having test coverage about this.
Moving the choice of site template into
RecipesForm
, and submitting it without a default value supplied insubmitForm()
, might have broken installation via Drush in some situations. It doesn't seem to be happening consistently, but I think it's worth having test coverage about this.