(t *testing.T)
| 185 | } |
| 186 | |
| 187 | func TestServerVariable_module(t *testing.T) { |
| 188 | testServerVariable(t, nil) |
| 189 | } |
| 190 | func TestServerVariable_worker(t *testing.T) { |
| 191 | testServerVariable(t, &testOptions{workerScript: "server-variable.php"}) |
| 192 | } |
nothing calls this directly
no test coverage detected