mpoiriert / draw

1 stars 4 forks source link

Clean update test helper from DrawTesterBundle #268

Closed mpoiriert closed 6 months ago

mpoiriert commented 6 months ago

The trait ServiceTesterTrait need to be deleted.

The AutowiredInterface is a better solution and if a service is deleted it's because it's not injected anywhere.

Also remove DrawTesterBundle::addServicesToTest and related code.