(t *testing.T)
| 529 | } |
| 530 | |
| 531 | func TestConnectionAbort_module(t *testing.T) { testConnectionAbort(t, &testOptions{}) } |
| 532 | func TestConnectionAbort_worker(t *testing.T) { |
| 533 | testConnectionAbort(t, &testOptions{workerScript: "connection_status.php"}) |
| 534 | } |
nothing calls this directly
no test coverage detected