(t *testing.T)
| 377 | } |
| 378 | |
| 379 | func TestCookies_module(t *testing.T) { testCookies(t, nil) } |
| 380 | func TestCookies_worker(t *testing.T) { testCookies(t, &testOptions{workerScript: "cookies.php"}) } |
| 381 | func testCookies(t *testing.T, opts *testOptions) { |
| 382 | runTest(t, func(handler func(http.ResponseWriter, *http.Request), _ *httptest.Server, i int) { |
nothing calls this directly
no test coverage detected