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

Function TestPathInfo_module

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

Source from the content-addressed store, hash-verified

226}
227
228func TestPathInfo_module(t *testing.T) { testPathInfo(t, nil) }
229func TestPathInfo_worker(t *testing.T) {
230 testPathInfo(t, &testOptions{workerScript: "server-variable.php"})
231}

Callers

nothing calls this directly

Calls 1

testPathInfoFunction · 0.85

Tested by

no test coverage detected