(t *testing.T)
| 1314 | } |
| 1315 | |
| 1316 | func TestOpcachePreload_module(t *testing.T) { |
| 1317 | testOpcachePreload(t, &testOptions{env: map[string]string{"TEST": "123"}, realServer: true}) |
| 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}) |
nothing calls this directly
no test coverage detected