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
assert.match(diagnostic,/TESTS:[1-9][0-9]*ASSERTIONS:[1-9][0-9]*FAILURES:0ERRORS:0/,"managed multisite regression must execute nonzero tests and assertions")
218
231
console.log("disposable MySQL and MariaDB mysqli E2E passed")
assert.ok(managedModeCode.includes("global $argv, $pg_stage_output_buffering, $wp_rewrite;"),"managed WordPress installation must expose the rewrite global required by multisite setup")
796
-
assert.ok(managedModeCode.includes("foreach ($multisite_defines as $name => $value)"),"managed multisite must establish network constants before the WordPress test installer runs")
796
+
assert.ok(managedModeCode.includes("foreach ($multisite_defines as $name => $value)"),"managed multisite establishes network constants for the post-install test bootstrap")
797
797
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")
assert.ok(dependencyRecipe.workflow.steps[0].args.includes('dependency-plugins-json=[{"path":"/wordpress/wp-content/plugins/dependency","activate":false}]'),"dependency activation intent is carried into managed PHPUnit")
829
+
assert.ok(managedModeCode.includes("dirname($dep_real) !== $plugin_root"),"dependency loading rejects paths outside a direct WP_PLUGIN_DIR child")
830
+
assert.ok(managedModeCode.includes("managed PHPUnit dependency path is not canonical"),"dependency loading rejects non-canonical sandbox paths")
assert.equal(calls.some((call)=>call.includes("activation-recipe-plugin")),false,"managed MySQL multisite defers requested dependency activation until after network installation")
0 commit comments