(t *testing.T)
| 486 | } |
| 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 | } |
nothing calls this directly
no test coverage detected