PHP.ini enhancement for PHPUnit tests #6

Merged
nupplaphil merged 1 commit from master into stable 2021-12-13 03:33:34 +01:00
3 changed files with 15 additions and 0 deletions

View file

@ -10,3 +10,8 @@ opcache.save_comments=1
opcache.revalidate_freq=1
apc.enabled=1
apc.enable_cli=1
error_reporting=-1
log_errors_max_len=0
zend.assertions=1
assert.exception=1
xdebug.show_exception_trace=0

View file

@ -10,3 +10,8 @@ opcache.save_comments=1
opcache.revalidate_freq=1
apc.enabled=1
apc.enable_cli=1
error_reporting=-1
log_errors_max_len=0
zend.assertions=1
assert.exception=1
xdebug.show_exception_trace=0

View file

@ -10,3 +10,8 @@ opcache.save_comments=1
opcache.revalidate_freq=1
apc.enabled=1
apc.enable_cli=1
error_reporting=-1
log_errors_max_len=0
zend.assertions=1
assert.exception=1
xdebug.show_exception_trace=0