Add comprehensive testing framework for both single site and multisite WordPress environments
This commit is contained in:
16
.wp-env.json
Normal file
16
.wp-env.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"core": null,
|
||||
"plugins": [
|
||||
"."
|
||||
],
|
||||
"themes": [],
|
||||
"config": {
|
||||
"WP_DEBUG": true,
|
||||
"WP_DEBUG_LOG": true,
|
||||
"WP_DEBUG_DISPLAY": false
|
||||
},
|
||||
"mappings": {
|
||||
"wp-content/mu-plugins": "./mu-plugins",
|
||||
"wp-content/plugins/wp-plugin-starter-template-for-ai-coding": "."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user