PHP.ini enhancement for PHPUnit tests

This commit is contained in:
Philipp Holzer 2021-06-03 00:08:51 +02:00
parent b1cc9b3463
commit 8e41daf977
No known key found for this signature in database
GPG Key ID: 9A28B7D4FF5667BD
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