(t *testing.T)
| 781 | } |
| 782 | |
| 783 | func TestFileUpload_module(t *testing.T) { testFileUpload(t, &testOptions{}) } |
| 784 | func TestFileUpload_worker(t *testing.T) { |
| 785 | testFileUpload(t, &testOptions{workerScript: "file-upload.php"}) |
| 786 | } |
nothing calls this directly
no test coverage detected