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

Function TestRequestSuperGlobal_module

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

Source from the content-addressed store, hash-verified

327}
328
329func TestRequestSuperGlobal_module(t *testing.T) { testRequestSuperGlobal(t, nil) }
330func TestRequestSuperGlobal_worker(t *testing.T) {
331 phpIni := make(map[string]string)
332 phpIni["auto_globals_jit"] = "1"

Callers

nothing calls this directly

Calls 1

testRequestSuperGlobalFunction · 0.85

Tested by

no test coverage detected