(t *testing.T)
| 152 | } |
| 153 | |
| 154 | func TestHelloWorld_module(t *testing.T) { testHelloWorld(t, nil) } |
| 155 | func TestHelloWorld_worker(t *testing.T) { |
| 156 | testHelloWorld(t, &testOptions{workerScript: "index.php"}) |
| 157 | } |
nothing calls this directly
no test coverage detected