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

Function TestPathInfo_worker

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

Source from the content-addressed store, hash-verified

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}
232func testPathInfo(t *testing.T, opts *testOptions) {
233 cwd, _ := os.Getwd()
234 testDataDir := cwd + strings.Clone("/testdata/")

Callers

nothing calls this directly

Calls 1

testPathInfoFunction · 0.85

Tested by

no test coverage detected