(t *testing.T)
| 174 | } |
| 175 | |
| 176 | func TestFinishRequest_module(t *testing.T) { testFinishRequest(t, nil) } |
| 177 | func TestFinishRequest_worker(t *testing.T) { |
| 178 | testFinishRequest(t, &testOptions{workerScript: "finish-request.php"}) |
| 179 | } |
nothing calls this directly
no test coverage detected