PHP.ini enhancement for PHPUnit tests
This commit is contained in:
parent
b1cc9b3463
commit
8e41daf977
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue