22 lines
345 B
JSON
22 lines
345 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|