-
Notifications
You must be signed in to change notification settings - Fork 385
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
Revert custom GB 16.3 installation steps and add WP_DEBUG support in local-env #7602
Conversation
Plugin builds for 72656b2 are ready 🛎️!
|
8e6fded
to
dcff3ca
Compare
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.
How did you know to update this?
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.
These are the mappings for the plugin services factory, which should be the same as AmpWpPlugin::SERVICES
and enable auto-completion for SERVICES::get()
Since some of the services were misspelled and some were missing from the PHPStorm meta-file, I added them.
Ref: https://www.jetbrains.com/help/phpstorm/ide-advanced-metadata.html#passing-a-string-literal
The E2E tests seem to be timing out. I just tried to re-run the failed job but got the same result. |
842ddd2
to
9a6f0a0
Compare
@@ -50,7 +50,7 @@ describe('AMP developer tools settings', () => { | |||
'page=amp-options', | |||
'other-settings' | |||
); | |||
}); | |||
}, 400000); |
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.
Is this 400 seconds?
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.
Yes, by default we are using 300 seconds.
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.
Thank you!
Summary
In order to pass the E2E test cases, we made some temporary adjustments in #7591. The issues we had back then have been resolved upstream. This PR reverts those temporary modifications.
Checklist