(t *testing.T)
| 487 | |
| 488 | func TestLog_error_log_module(t *testing.T) { testLog_error_log(t, &testOptions{}) } |
| 489 | func TestLog_error_log_worker(t *testing.T) { |
| 490 | testLog_error_log(t, &testOptions{workerScript: "log-error_log.php"}) |
| 491 | } |
| 492 | func testLog_error_log(t *testing.T, opts *testOptions) { |
| 493 | var buf fmt.Stringer |
| 494 | opts.logger, buf = newTestLogger(t) |
nothing calls this directly
no test coverage detected