e16565b2d4
The script is not part of CI yet because the job takes 40mn to run and it's not useful in all PRs/commits. Fixes #50469. git-svn-id: https://develop.svn.wordpress.org/trunk@48382 602fd350-edb4-49c9-b593-d223f7449a82
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"
|
|
}
|
|
}
|