Skip to content

Commit 12e2610

Browse files
committed
[skip ci] Skip preloading test on Windows
1 parent 0bfdd56 commit 12e2610

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/zend_test/tests/observer_preload.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Observer: Test with basic preloading
33
--EXTENSIONS--
44
zend_test
55
opcache
6+
--SKIPIF--
7+
<?php
8+
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
9+
?>
610
--INI--
711
opcache.enable=1
812
opcache.enable_cli=1

0 commit comments

Comments
 (0)