From c7a75b7112b12fb7a62bd7cc67d2ef70d3a1280c Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 21 Jun 2017 18:50:08 +0300 Subject: [PATCH] Fixed few test failures if php.ini contains zend.assertions=-1 --- run-tests.php | 1 + 1 file changed, 1 insertion(+) diff --git a/run-tests.php b/run-tests.php index ed7f4c9e1a..93d8722063 100755 --- a/run-tests.php +++ b/run-tests.php @@ -254,6 +254,7 @@ $ini_overwrites = array( 'log_errors_max_len=0', 'opcache.fast_shutdown=0', 'opcache.file_update_protection=0', + 'zend.assertions=1', ); $no_file_cache = '-d opcache.file_cache= -d opcache.file_cache_only=0'; -- 2.50.1