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