HTBox/allReady

Implement UnitTest builder pattern for AllReady.Areas.Admin.Controllers.EventController

Paul-Hadfield opened this issue · 1 comments

Whilst working on #2228 adding the image size validator to the constructor caused many of the unit tests to fail building. Implementing the Builder pattern for the constructor of the controller should help stop this being a problem in the future.

I'll work on this one as part of cleaning up after #2228