-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Wp-env: Add phpunit support #20090
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
Wp-env: Add phpunit support #20090
Changes from all commits
8c8777d
f3ff266
66651c5
5d10814
4027a0a
1670045
cab20b1
1da33f0
1c62809
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -128,7 +128,12 @@ module.exports = { | |||||||||||||||||||||||||||||||||||||
| themes: [], | ||||||||||||||||||||||||||||||||||||||
| port: 8888, | ||||||||||||||||||||||||||||||||||||||
| testsPort: 8889, | ||||||||||||||||||||||||||||||||||||||
| config: { WP_DEBUG: true, SCRIPT_DEBUG: true }, | ||||||||||||||||||||||||||||||||||||||
| config: { | ||||||||||||||||||||||||||||||||||||||
| WP_DEBUG: true, | ||||||||||||||||||||||||||||||||||||||
| SCRIPT_DEBUG: true, | ||||||||||||||||||||||||||||||||||||||
| WP_TESTS_DOMAIN: 'example.org', | ||||||||||||||||||||||||||||||||||||||
| WP_PHP_BINARY: 'php', | ||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+134
to
+135
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure this is working 🤔 -- at least not for me 🙁 This is the
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Right, the constants are not added to the docker compose config, but set with wp-cli: gutenberg/packages/env/lib/wordpress.js Lines 95 to 112 in 066d839
This function is called during |
||||||||||||||||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||||||||||||||
| mappings: {}, | ||||||||||||||||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||||||||||||||
| config, | ||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||
Uh oh!
There was an error while loading. Please reload this page.