-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
Switch to Composer autoloader #985
Conversation
As noted in the description - we may want to add further enhancements/changes before we close the original issue. |
@GaryJones, thank you very much for the contribution. Would you have any suspicion about why E2E tests fail the way they do? |
All failures seem to stop at |
I went ahead in order to make tests pass and apply some autoload file optimizations for E2E tests and the deployment workflow. I think that as things stand, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Description
Switch to Composer autoloader
Built plugin (i.e. a Zip on GitHub, or what is pushed to WordPress.org, will need to ensure that
composer install --no-dev -a
is run, so that Authoritative class maps are created.Motivation and Context
Fixes #961.
How Has This Been Tested?