Skip to content

Commit

Permalink
Add missing SKIPIFs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cmb69 committed Jul 1, 2019
1 parent 75bc344 commit 57688ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/opcache/tests/bug75729.phpt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 57688ad

Please sign in to comment.