summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-07-01 18:11:13 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-07-01 18:11:13 +0200
commit57688ad7bff7e769078d1e670a65853635d31a71 (patch)
treec287ecd1e2e3c72749b2d630b6a34127534cf2ed
parent75bc3446f815b602ab6821c18fb0a1b05b61580f (diff)
downloadphp-git-57688ad7bff7e769078d1e670a65853635d31a71.tar.gz
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.
-rw-r--r--ext/opcache/tests/bug75729.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/opcache/tests/bug75729.phpt b/ext/opcache/tests/bug75729.phpt
index 81d8f4264b..52b004c75a 100644
--- a/ext/opcache/tests/bug75729.phpt
+++ b/ext/opcache/tests/bug75729.phpt
@@ -1,6 +1,7 @@
--TEST--
Bug #75729: opcache segfault when installing Bitrix
--SKIPIF--
+<?php require_once('skipif.inc'); ?>
<?php if (!extension_loaded('mbstring')) die('skip mbstring not loaded'); ?>
--INI--
opcache.enable_cli=1