When generating code coverage there is fatal errors about non existent parent classes. Dirty workaround: Add `loadOXID()` to `bootstrap.php` in tests folder. SrUnit\Bootstrap::create(**DIR**)->loadOXID()->bootstrap();
When generating code coverage there is fatal errors about non existent parent classes.
Dirty workaround:
Add
loadOXID()tobootstrap.phpin tests folder.SrUnit\Bootstrap::create(DIR)->loadOXID()->bootstrap();