(t *testing.T)
| 1033 | } |
| 1034 | |
| 1035 | func TestRejectInvalidHeaders_module(t *testing.T) { testRejectInvalidHeaders(t, &testOptions{}) } |
| 1036 | func TestRejectInvalidHeaders_worker(t *testing.T) { |
| 1037 | testRejectInvalidHeaders(t, &testOptions{workerScript: "headers.php"}) |
| 1038 | } |
nothing calls this directly
no test coverage detected