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.ok(decodedCanonicalHarnessCode.includes('putenv("TC_MYSQL_PORT=3306");'),"runtime service environment is passed to the PHP executed by wordpress.phpunit")
574
-
assert.ok(decodedCanonicalHarnessCode.indexOf('putenv("TC_MYSQL_PORT=3306");')<decodedCanonicalHarnessCode.indexOf("require_once '/wordpress/wp-load.php';"),"runtime environment is available to project bootstrap code")
569
+
assert.ok(!decodedCanonicalHarnessCode.includes("require_once '/wordpress/wp-load.php';"),"project bootstrap mode does not load the managed WordPress runtime first")
0 commit comments