(t *testing.T)
| 412 | } |
| 413 | |
| 414 | func TestSession_module(t *testing.T) { testSession(t, nil) } |
| 415 | func TestSession_worker(t *testing.T) { |
| 416 | testSession(t, &testOptions{workerScript: "session.php"}) |
| 417 | } |
nothing calls this directly
no test coverage detected