(t *testing.T)
| 276 | } |
| 277 | |
| 278 | func TestResponseHeaders_module(t *testing.T) { testResponseHeaders(t, nil) } |
| 279 | func TestResponseHeaders_worker(t *testing.T) { |
| 280 | testResponseHeaders(t, &testOptions{workerScript: "response-headers.php"}) |
| 281 | } |
nothing calls this directly
no test coverage detected