(t *testing.T)
| 309 | } |
| 310 | |
| 311 | func TestPostSuperGlobals_module(t *testing.T) { testPostSuperGlobals(t, nil) } |
| 312 | func TestPostSuperGlobals_worker(t *testing.T) { |
| 313 | testPostSuperGlobals(t, &testOptions{workerScript: "super-globals.php"}) |
| 314 | } |
nothing calls this directly
no test coverage detected