MCPcopy Create free account
hub / github.com/php/frankenphp / TestPersistentObject_module

Function TestPersistentObject_module

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

Source from the content-addressed store, hash-verified

458}
459
460func TestPersistentObject_module(t *testing.T) { testPersistentObject(t, nil) }
461func TestPersistentObject_worker(t *testing.T) {
462 testPersistentObject(t, &testOptions{workerScript: "persistent-object.php"})
463}

Callers

nothing calls this directly

Calls 1

testPersistentObjectFunction · 0.85

Tested by

no test coverage detected