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

Function TestInput_module

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

Source from the content-addressed store, hash-verified

298}
299
300func TestInput_module(t *testing.T) { testInput(t, nil) }
301func TestInput_worker(t *testing.T) { testInput(t, &testOptions{workerScript: "input.php"}) }
302func testInput(t *testing.T, opts *testOptions) {
303 runTest(t, func(handler func(http.ResponseWriter, *http.Request), _ *httptest.Server, i int) {

Callers

nothing calls this directly

Calls 1

testInputFunction · 0.85

Tested by

no test coverage detected