We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to author it does not follow psr-4 so should it be defined in composer.json?
sebastianbergmann/phpunit#4168
Rendered warnings when used with ""optimize-autoloader": true," config.
The text was updated successfully, but these errors were encountered:
I would propose maybe adding them as such to autoload-dev? Not tested yet
"classmap": [ "tools/01_phpunit/vendor/phpunit/phpunit/src", "tools/08_rector/vendor/rector/rector/src" ]
Sorry, something went wrong.
Please do not use optimize-autoloader for the dev environment, see recommendations here - https://getcomposer.org/doc/articles/autoloader-optimization.md#autoloader-optimization and pay your attention to the notes. Regarding classmap you can try but I'm not sure that it will help in your case.
No branches or pull requests
According to author it does not follow psr-4 so should it be defined in composer.json?
sebastianbergmann/phpunit#4168
Rendered warnings when used with ""optimize-autoloader": true," config.
The text was updated successfully, but these errors were encountered: