MCPcopy Index your code
hub / github.com/php/frankenphp / TestServerVariable_module

Function TestServerVariable_module

frankenphp_test.go:187–189  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

185}
186
187func TestServerVariable_module(t *testing.T) {
188 testServerVariable(t, nil)
189}
190func TestServerVariable_worker(t *testing.T) {
191 testServerVariable(t, &testOptions{workerScript: "server-variable.php"})
192}

Callers

nothing calls this directly

Calls 1

testServerVariableFunction · 0.85

Tested by

no test coverage detected