(t *testing.T)
| 226 | } |
| 227 | |
| 228 | func TestPathInfo_module(t *testing.T) { testPathInfo(t, nil) } |
| 229 | func TestPathInfo_worker(t *testing.T) { |
| 230 | testPathInfo(t, &testOptions{workerScript: "server-variable.php"}) |
| 231 | } |
nothing calls this directly
no test coverage detected