try phpunit 9, remove dbunit (not compatible and abandoned), re-enable xdebug

This commit is contained in:
Mario
2020-11-26 09:26:37 +00:00
parent 175b45d1ed
commit de054026f2
11 changed files with 11838 additions and 514 deletions

View File

@@ -34,8 +34,8 @@ before_script:
# pecl and composer do not work with PHP production restrictions (from Hubzilla Docker image)
- if [ -f /usr/local/etc/php/conf.d/z_prod.ini ]; then mv /usr/local/etc/php/conf.d/z_prod.ini /usr/local/etc/php/conf.d/z_prod.ini.off; fi
# Install & enable Xdebug for code coverage reports
#- pecl install xdebug
#- docker-php-ext-enable xdebug
- pecl install xdebug
- docker-php-ext-enable xdebug
# Install composer
- curl -sS https://getcomposer.org/installer | php
# Install dev libraries from composer