(t *testing.T)
| 458 | } |
| 459 | |
| 460 | func TestPersistentObject_module(t *testing.T) { testPersistentObject(t, nil) } |
| 461 | func TestPersistentObject_worker(t *testing.T) { |
| 462 | testPersistentObject(t, &testOptions{workerScript: "persistent-object.php"}) |
| 463 | } |
nothing calls this directly
no test coverage detected