You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{name: "project-bootstrap",description: "Plugin-relative PHPUnit bootstrap path used when bootstrap-mode=project. If omitted, the phpunit.xml bootstrap attribute is used.",format: "relative path"},
957
957
{name: "multisite",description: "Run as multisite.",format: "boolean"},
958
+
{name: "database-type",description: "Required WordPress database backend. MySQL requires a managed external database service; omitted defaults to SQLite.",format: "sqlite|mysql"},
958
959
],
959
960
outputShape: "Raw PHPUnit runner JSON/log output plus normalized test-results artifact when artifacts are collected.",
960
961
policyRequirement: "Runtime policy commands must include wordpress.phpunit.",
assert.ok(managedModeCode.includes("global $argv, $pg_stage_output_buffering, $wp_rewrite;"),"managed WordPress installation must expose the rewrite global required by multisite setup")
636
670
assert.ok(managedModeCode.includes('$dep_mounts = "/wordpress/wp-content/plugins/demo-plugin\\n/wordpress/wp-content/plugins/dependency";'),"dependency mounts must be newline-delimited for the generated PHP runner")
0 commit comments