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

Function TestLog_frankenphp_log_worker

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

Source from the content-addressed store, hash-verified

504
505func TestLog_frankenphp_log_module(t *testing.T) { testLog_frankenphp_log(t, &testOptions{}) }
506func TestLog_frankenphp_log_worker(t *testing.T) {
507 testLog_frankenphp_log(t, &testOptions{workerScript: "log-frankenphp_log.php"})
508}
509func testLog_frankenphp_log(t *testing.T, opts *testOptions) {
510 var buf fmt.Stringer
511 opts.logger, buf = newTestLogger(t)

Callers

nothing calls this directly

Calls 1

testLog_frankenphp_logFunction · 0.85

Tested by

no test coverage detected