(t *testing.T)
| 503 | } |
| 504 | |
| 505 | func TestLog_frankenphp_log_module(t *testing.T) { testLog_frankenphp_log(t, &testOptions{}) } |
| 506 | func TestLog_frankenphp_log_worker(t *testing.T) { |
| 507 | testLog_frankenphp_log(t, &testOptions{workerScript: "log-frankenphp_log.php"}) |
| 508 | } |
nothing calls this directly
no test coverage detected