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

Function TestPostSuperGlobals_module

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

Source from the content-addressed store, hash-verified

309}
310
311func TestPostSuperGlobals_module(t *testing.T) { testPostSuperGlobals(t, nil) }
312func TestPostSuperGlobals_worker(t *testing.T) {
313 testPostSuperGlobals(t, &testOptions{workerScript: "super-globals.php"})
314}

Callers

nothing calls this directly

Calls 1

testPostSuperGlobalsFunction · 0.85

Tested by

no test coverage detected