Hello!
There was a need to get a module or access to the actor in the dataProvider-method. Unfortunately, since 2014, it will never be fixed that all test initializations take place before the bootstrap, as a result, neither the actor nor the modules can be obtained in the dataProvider. I need this to initialize a module (read helper) with methods for generating fake data (and an instance of a Faker generator).
Are there really no sane ways to get what you want, except how to use the treit with the necessary initializations and methods or a layer in the form of the parent class for the test?