summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2017-06-21 18:50:08 +0300
committerDmitry Stogov <dmitry@zend.com>2017-06-21 18:50:08 +0300
commitc7a75b7112b12fb7a62bd7cc67d2ef70d3a1280c (patch)
treee28e035e9275eab1e8476617904f57b871d0316b /run-tests.php
parent06e41cadd95faa5662cb385ace128793b5533ed9 (diff)
downloadphp-git-c7a75b7112b12fb7a62bd7cc67d2ef70d3a1280c.tar.gz
Fixed few test failures if php.ini contains zend.assertions=-1
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php1
1 files changed, 1 insertions, 0 deletions
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';