From: Nikita Popov Date: Wed, 4 Nov 2020 10:11:14 +0000 (+0100) Subject: Don't disable opcache for generic tests X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ed2f4898bc0d53c57b2ebd5871d68e74811a46d;p=php Don't disable opcache for generic tests Even if the original issue only reproduces without opcache, we should still allow running them with and without opcache. --- diff --git a/Zend/tests/bug69871.phpt b/Zend/tests/bug69871.phpt index 705d12e488..937cee796a 100644 --- a/Zend/tests/bug69871.phpt +++ b/Zend/tests/bug69871.phpt @@ -1,7 +1,5 @@ --TEST-- Bug #69871 (Short-circuiting failure with smart_branch) ---INI-- -opcache.enable=0 --FILE--