mirror of
https://github.com/friendica/friendica-docker-ci
synced 2025-04-20 14:59:13 +02:00
PHP.ini enhancement for PHPUnit tests
This commit is contained in:
parent
b1cc9b3463
commit
8e41daf977
3 changed files with 15 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue