An update to version 2.4 broke all my API integration tests with code coverage enabled.
PS: I have a development index-dev.php file which first setup C3 and then includes the normal index.php. Means in this case the application auto-loading happens in index.phpafter C3.
An update to version 2.4 broke all my API integration tests with code coverage enabled.
PS: I have a development
index-dev.php
file which first setup C3 and then includes the normalindex.php
. Means in this case the application auto-loading happens inindex.php
after C3.This PR fixes my issue