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
if(!/^(host|port|username|password|database)$/.test(output))addIssue("unknown-runtime-service-output",`${path}.outputs.${output}`,`Unsupported ${service.kind} service output: ${output}`)
748
-
if(!/^[A-Z_][A-Z0-9_]*$/.test(name))addIssue("invalid-runtime-service-env",`${path}.outputs.${output}`,"Runtime service environment variable names must match /^[A-Z_][A-Z0-9_]*$/.")
749
-
if(environment.has(name))addIssue("duplicate-runtime-service-env",`${path}.outputs.${output}`,`Runtime service output environment variable is already declared: ${name}`)
if(!/^[A-Z_][A-Z0-9_]*$/.test(name))addIssue("invalid-runtime-service-env",`${path}.outputs.${output}`,"Runtime service environment variable names must match /^[A-Z_][A-Z0-9_]*$/.")
750
+
if(environment.has(name))addIssue("duplicate-runtime-service-env",`${path}.outputs.${output}`,`Runtime service output environment variable is already declared: ${name}`)
assert.ok(projectModeCode.includes("NOTICE:project bootstrap not declared; continuing without one"),"project mode permits PHPUnit configurations that do not declare a bootstrap")
487
-
assert.ok(projectModeCode.includes("foreach ($xml->xpath('//testsuite/file') ?: array() as $file)"))
508
+
assert.ok(projectModeCode.includes("foreach ($suite->xpath('./file') ?: array() as $file)"))
assert.ok(preBootstrapRecorder>=0&&preBootstrapRecorder<wordpressBootstrap,"fatal diagnostics must be recorded before the WordPress bootstrap boundary")
0 commit comments