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

Function TestOpcachePreload_module

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

Source from the content-addressed store, hash-verified

1314}
1315
1316func TestOpcachePreload_module(t *testing.T) {
1317 testOpcachePreload(t, &testOptions{env: map[string]string{"TEST": "123"}, realServer: true})
1318}
1319
1320func TestOpcachePreload_worker(t *testing.T) {
1321 testOpcachePreload(t, &testOptions{workerScript: "preload-check.php", env: map[string]string{"TEST": "123"}, realServer: true})

Callers

nothing calls this directly

Calls 1

testOpcachePreloadFunction · 0.85

Tested by

no test coverage detected