Hi guys, I'm starting with DI and tests and I have some doubts about the override modules.
Do I need to create a new module for the test environment or can I just make another bind flagging him with
allowOverride = true
? And if I need to create another module should I also create another Injector class?