woocommerce/plugins/woocommerce-docs/.wp-env.json

22 lines
345 B
JSON
Raw Normal View History

{
"phpVersion": "7.4",
"plugins": [ "." ],
"config": {
"WP_DEBUG_LOG": true,
"WP_DEBUG_DISPLAY": true
},
"env": {
"development": {},
"tests": {
"port": 8086,
"plugins": [ "." ],
"themes": [
"https://downloads.wordpress.org/theme/twentynineteen.zip"
],
"config": {
"WP_TESTS_DOMAIN": "localhost"
}
}
}
}