1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix borked test

This commit is contained in:
Ilija Tovilo
2025-08-06 22:25:14 +02:00
parent aa9694bdd0
commit c69f04dbab

View File

@@ -1,7 +1,5 @@
--TEST--
opcache_preloading() api 002
--EXTENSIONS--
zend_test
--INI--
opcache.enable=1
opcache.enable_cli=1
@@ -9,6 +7,7 @@ opcache.preload={PWD}/opcache_preloading.inc
opcache.preload_user={ENV:TEST_NON_ROOT_USER}
--EXTENSIONS--
posix
zend_test
--SKIPIF--
<?php
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');