{ "$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/wp-env.json", "phpVersion": "8.0", "core": "WordPress/WordPress#6.6.4", "testsEnvironment": false, "phpmyadmin": true, "phpmyadminPort": 9013, "port": 8891, "config": { "MEDIAPAPA_API_URL": "https://mediapapa-api.ddev.site", "SCRIPT_DEBUG": true, "WP_DEBUG": true }, "lifecycleScripts": { "afterStart": "./tests/bin/initialize.sh --config=./.wp-env.test.json" }, "plugins": [ "." ], "mappings": { "wp-cli.yml": "./tests/bin/wp-cli.yml", ".htaccess": "./tests/bin/.htaccess", "wp-content/mu-plugins": "./scaffold" } }