You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the autoload registration is responsibility of the Bootstrap. It should be moved to an independent file and integrate it in the phpunit.xml file so all testing works without including every file.
<phpunit bootstrap="bootstrap.php">
</phpunit>
The text was updated successfully, but these errors were encountered:
Currently the autoload registration is responsibility of the
Bootstrap
. It should be moved to an independent file and integrate it in the phpunit.xml file so all testing works without including every file.The text was updated successfully, but these errors were encountered: