MCPcopy Index your code
hub / github.com/php/frankenphp / TestLargeRequest_worker

Function TestLargeRequest_worker

frankenphp_test.go:643–645  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

641 testLargeRequest(t, &testOptions{})
642}
643func TestLargeRequest_worker(t *testing.T) {
644 testLargeRequest(t, &testOptions{workerScript: "large-request.php"})
645}
646func testLargeRequest(t *testing.T, opts *testOptions) {
647 runTest(t, func(handler func(http.ResponseWriter, *http.Request), _ *httptest.Server, i int) {
648 body, _ := testPost(

Callers

nothing calls this directly

Calls 1

testLargeRequestFunction · 0.85

Tested by

no test coverage detected