wordpress.org/environments/plugin-directory/.wp-env.test.json
Konstantin Obenland 3622a12391 Improve PHPUnit test infrastructure for the Plugin Directory.
Add a dedicated wp-env test configuration so Plugin Directory tests
run in the tests-cli container with PHPUnit 11 and Yoast Polyfills.

Props dd32, obenland.
Closes https://github.com/WordPress/wordpress.org/pull/588


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14810 74240141-8908-4e6f-9713-ba540dce6ec7
2026-04-13 17:39:15 +00:00

10 lines
242 B
JSON

{
"core": "WordPress/WordPress#master",
"phpVersion": "8.4",
"plugins": [
"../wordpress.org/public_html/wp-content/plugins/plugin-directory"
],
"lifecycleScripts": {
"afterStart": "bash plugin-directory/bin/after-start-test.sh"
}
}