mirror of
https://gh.wpcy.net/https://github.com/WordPress/wordpress.org.git
synced 2026-04-29 06:32:52 +08:00
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
10 lines
242 B
JSON
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"
|
|
}
|
|
}
|