Add comprehensive testing framework for both single site and multisite WordPress environments

This commit is contained in:
2025-04-21 17:32:01 +01:00
parent 136f07d9c4
commit 8ed22642e2
11 changed files with 422 additions and 7 deletions

16
.wp-env.json Normal file
View 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": "."
}
}