Skip to content

Commit c69f04d

Browse files
committed
Fix borked test
1 parent aa9694b commit c69f04d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/opcache/tests/api/opcache_preloading_002.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
--TEST--
22
opcache_preloading() api 002
3-
--EXTENSIONS--
4-
zend_test
53
--INI--
64
opcache.enable=1
75
opcache.enable_cli=1
86
opcache.preload={PWD}/opcache_preloading.inc
97
opcache.preload_user={ENV:TEST_NON_ROOT_USER}
108
--EXTENSIONS--
119
posix
10+
zend_test
1211
--SKIPIF--
1312
<?php
1413
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');

0 commit comments

Comments
 (0)