(t *testing.T)
| 638 | } |
| 639 | |
| 640 | func TestLargeRequest_module(t *testing.T) { |
| 641 | testLargeRequest(t, &testOptions{}) |
| 642 | } |
| 643 | func TestLargeRequest_worker(t *testing.T) { |
| 644 | testLargeRequest(t, &testOptions{workerScript: "large-request.php"}) |
| 645 | } |
nothing calls this directly
no test coverage detected