Skip to content

Commit c7a75b7

Browse files
committed
Fixed few test failures if php.ini contains zend.assertions=-1
1 parent 06e41ca commit c7a75b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run-tests.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ function verify_config()
254254
'log_errors_max_len=0',
255255
'opcache.fast_shutdown=0',
256256
'opcache.file_update_protection=0',
257+
'zend.assertions=1',
257258
);
258259

259260
$no_file_cache = '-d opcache.file_cache= -d opcache.file_cache_only=0';

0 commit comments

Comments
 (0)