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

Function TestSession_worker

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

Source from the content-addressed store, hash-verified

413
414func TestSession_module(t *testing.T) { testSession(t, nil) }
415func TestSession_worker(t *testing.T) {
416 testSession(t, &testOptions{workerScript: "session.php"})
417}
418func testSession(t *testing.T, opts *testOptions) {
419 if opts == nil {
420 opts = &testOptions{}

Callers

nothing calls this directly

Calls 1

testSessionFunction · 0.85

Tested by

no test coverage detected