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

Function TestConnectionAbort_worker

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

Source from the content-addressed store, hash-verified

530
531func TestConnectionAbort_module(t *testing.T) { testConnectionAbort(t, &testOptions{}) }
532func TestConnectionAbort_worker(t *testing.T) {
533 testConnectionAbort(t, &testOptions{workerScript: "connection_status.php"})
534}
535func testConnectionAbort(t *testing.T, opts *testOptions) {
536 testFinish := func(finish string) {
537 t.Run(fmt.Sprintf("finish=%s", finish), func(t *testing.T) {

Callers

nothing calls this directly

Calls 1

testConnectionAbortFunction · 0.85

Tested by

no test coverage detected