Skip to content

Instantly share code, notes, and snippets.

@thetwopct
Created February 17, 2023 04:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thetwopct/6661341173d9067eea80c4c3126b15a7 to your computer and use it in GitHub Desktop.
Save thetwopct/6661341173d9067eea80c4c3126b15a7 to your computer and use it in GitHub Desktop.
Theme Review wordpress@env setup
{
"$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/17c1465fa82a325b5e99a8a010e63b72c5c612e9/schemas/json/.wp-env.json",
"core": null,
"plugins": [
"https://github.com/WPTT/theme-sniffer/releases/download/1.1.2/theme-sniffer.zip",
"https://downloads.wordpress.org/plugin/query-monitor.zip",
"https://downloads.wordpress.org/plugin/log-deprecated-notices.zip",
"https://downloads.wordpress.org/plugin/theme-check.zip"
],
"themes": [
".",
],
"config": {
"WP_DEBUG": true,
"SCRIPT_DEBUG": true,
"WP_PHP_BINARY": "php",
"WP_TESTS_EMAIL": "something@wordpress.com",
"WP_TESTS_TITLE": "Something quite long as a title",
"WP_TESTS_DOMAIN": "http://localhost",
"WP_SITEURL": "http://localhost",
"WP_HOME": "http://localhost",
"WP_DEBUG_LOG": "/tmp/wp-errors.log",
"WP_ENVIRONMENT_TYPE": "local"
},
"phpVersion": "5.6",
"port": 8822,
"env": {
"development": {
"port": 8822
},
"tests": {
"port": 8823
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment