forked from friendica/friendica-docker-ci
Merge pull request #6 from nupplaphil/master
PHP.ini enhancement for PHPUnit tests
This commit is contained in:
commit
d1e2602700
|
@ -10,3 +10,8 @@ opcache.save_comments=1
|
||||||
opcache.revalidate_freq=1
|
opcache.revalidate_freq=1
|
||||||
apc.enabled=1
|
apc.enabled=1
|
||||||
apc.enable_cli=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
|
opcache.revalidate_freq=1
|
||||||
apc.enabled=1
|
apc.enabled=1
|
||||||
apc.enable_cli=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
|
opcache.revalidate_freq=1
|
||||||
apc.enabled=1
|
apc.enabled=1
|
||||||
apc.enable_cli=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