Skip to content

Commit 57688ad

Browse files
committed
Add missing SKIPIFs
All these tests are meant to run with OPcache available, and some will even fail inevitably without it, so we add OPcache as SKIPIF requirement.
1 parent 75bc344 commit 57688ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/opcache/tests/bug75729.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
Bug #75729: opcache segfault when installing Bitrix
33
--SKIPIF--
4+
<?php require_once('skipif.inc'); ?>
45
<?php if (!extension_loaded('mbstring')) die('skip mbstring not loaded'); ?>
56
--INI--
67
opcache.enable_cli=1

0 commit comments

Comments
 (0)