mirror of
git://develop.git.wordpress.org/
synced 2025-02-21 07:02:30 +01:00
14 lines
292 B
JSON
14 lines
292 B
JSON
|
{
|
||
|
"core": "{WP_PATH}",
|
||
|
"mappings": {
|
||
|
"wp-content/mu-plugins": "{MU_PlUGINS_PATH}",
|
||
|
"wp-content/plugins/test-plugins": "{TEST_PlUGINS_PATH}"
|
||
|
},
|
||
|
"config": {
|
||
|
"SCRIPT_DEBUG": false,
|
||
|
"WP_PHP_BINARY": "php",
|
||
|
"WP_TESTS_EMAIL": "admin@example.org",
|
||
|
"WP_TESTS_TITLE": "Test Blog"
|
||
|
}
|
||
|
}
|