Closed danny-waughman closed 4 years ago
Injection shouldn't be used in unit tests. Any test class with injection is ignored. I've added comments on a couple of them, but it is extended to any test class with injection. Currently only 73 out of 174 suits (666/1851 tests)
are being executed.
DL-3885
This service had over 300 warnings and required a lot of minor changes. This included:
Removing various imports & parameters
Using dependency injections in the twirl templates to refer so certain layouts, which in turn required some changes to be made to the controllers and unit tests
Checklist