(t *testing.T)
| 571 | } |
| 572 | |
| 573 | func TestEarlyHints_module(t *testing.T) { testEarlyHints(t, &testOptions{}) } |
| 574 | func TestEarlyHints_worker(t *testing.T) { |
| 575 | testEarlyHints(t, &testOptions{workerScript: "early-hints.php"}) |
| 576 | } |
nothing calls this directly
no test coverage detected