(t *testing.T)
| 558 | } |
| 559 | |
| 560 | func TestException_module(t *testing.T) { testException(t, &testOptions{}) } |
| 561 | func TestException_worker(t *testing.T) { |
| 562 | testException(t, &testOptions{workerScript: "exception.php"}) |
| 563 | } |
nothing calls this directly
no test coverage detected