fair-plugin/.wp-env.json
Colin Stewart c8b8af77de
Add initial PHPUnit test infrastructure. (#60)
Signed-off-by: costdev <79332690+costdev@users.noreply.github.com>
2025-06-16 19:56:25 +01:00

13 lines
251 B
JSON

{
"phpVersion": "7.4",
"plugins": [
"norcross/airplane-mode",
"johnbillion/query-monitor#3.17.2"
],
"mappings": {
"wp-content/plugins/plugin": "."
},
"config": {
"WP_TESTS_PHPUNIT_POLYFILLS_PATH": "./vendor/yoast/phpunit-polyfills"
}
}