MCPcopy Create free account
hub / github.com/php/frankenphp / TestAutoloader_module

Function TestAutoloader_module

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

Source from the content-addressed store, hash-verified

473}
474
475func TestAutoloader_module(t *testing.T) { testAutoloader(t, nil) }
476func TestAutoloader_worker(t *testing.T) {
477 testAutoloader(t, &testOptions{workerScript: "autoloader.php"})
478}

Callers

nothing calls this directly

Calls 1

testAutoloaderFunction · 0.85

Tested by

no test coverage detected