{
	"phpVersion": "8.0",
	"plugins": [
		"."
	],
	"themes": [
	],
	"mappings": {
		"wp-content/db.sql": "./tests/e2e/default/db.sql"
	},
	"env": {
		"tests": {
			"config": {
				"WP_DEBUG": true,
				"WP_DEBUG_LOG": true,
				"WP_DEBUG_DISPLAY": true
			}
		}
	}
}
