(t *testing.T)
| 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 | } |
| 509 | func testLog_frankenphp_log(t *testing.T, opts *testOptions) { |
| 510 | var buf fmt.Stringer |
| 511 | opts.logger, buf = newTestLogger(t) |
nothing calls this directly
no test coverage detected