MCPcopy Index your code
hub / github.com/php/frankenphp / TestLog_error_log_worker

Function TestLog_error_log_worker

frankenphp_test.go:489–491  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

testLog_error_logFunction · 0.85

Tested by

no test coverage detected