Fixed few test failures if php.ini contains zend.assertions=-1

This commit is contained in:
Dmitry Stogov 2017-06-21 18:50:08 +03:00
parent 06e41cadd9
commit c7a75b7112

View File

@ -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';