25 lines
710 B
JSON
25 lines
710 B
JSON
{
|
|
"core": null,
|
|
"plugins": [
|
|
"https://downloads.wordpress.org/plugin/woocommerce.latest-stable.zip",
|
|
"https://github.com/WP-API/Basic-Auth/archive/master.zip",
|
|
"./tests/mocks/woo-test-helper",
|
|
"."
|
|
],
|
|
"themes": [
|
|
"https://downloads.wordpress.org/theme/storefront.latest-stable.zip",
|
|
"./tests/mocks/emptytheme",
|
|
"./tests/mocks/theme-with-woo-templates"
|
|
],
|
|
"config": {
|
|
"JETPACK_AUTOLOAD_DEV": true,
|
|
"SCRIPT_DEBUG": false,
|
|
"WP_TESTS_DOMAIN": "http://localhost:8889",
|
|
"WP_TESTS_EMAIL": "admin@example.org",
|
|
"WP_TESTS_TITLE": "Test Blog",
|
|
"WP_PHP_BINARY": "php",
|
|
"WP_TESTS_DIR": "./tests/php",
|
|
"WP_PHPUNIT__TESTS_CONFIG": "./vendor/wp-phpunit/wp-phpunit/wp-tests-config.php"
|
|
}
|
|
}
|