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
Copy file name to clipboardExpand all lines: tests/phpunit-project-autoload.test.ts
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -770,6 +770,14 @@ assert.deepEqual((multisiteRecipe.runtime.blueprint as { steps: unknown[] }).ste
770
770
assert.equal(multisiteRecipe.runtime.preview?.siteUrl,"http://localhost","multisite PHPUnit recipes need a canonical site URL without the dynamic Playground port")
assert.deepEqual((externalMysqlMultisiteRecipe.runtime.blueprintas{steps: unknown[]}).steps,[],"external MySQL must boot single-site until the managed PHPUnit installer creates network tables")
779
+
assert.ok(externalMysqlMultisiteRecipe.workflow.steps[0].args.includes("multisite=1"),"managed PHPUnit still receives the declared multisite contract")
0 commit comments