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

Function TestOpcachePreload_worker

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

Source from the content-addressed store, hash-verified

1318}
1319
1320func TestOpcachePreload_worker(t *testing.T) {
1321 testOpcachePreload(t, &testOptions{workerScript: "preload-check.php", env: map[string]string{"TEST": "123"}, realServer: true})
1322}
1323
1324func testOpcachePreload(t *testing.T, opts *testOptions) {
1325 if frankenphp.Version().VersionID <= 80300 {

Callers

nothing calls this directly

Calls 1

testOpcachePreloadFunction · 0.85

Tested by

no test coverage detected