Skip to content
Snippets Groups Projects
Commit 403731e1 authored by Thomas Flori's avatar Thomas Flori
Browse files

fix phpunit job

parent 7a4851bd
No related branches found
No related tags found
No related merge requests found
Pipeline #659 failed with stages
in 1 minute and 2 seconds
......@@ -17,8 +17,6 @@ phpunit:
- export COMPOSER_CACHE_DIR=$(pwd)/storage/composer
# basically we are ignoring the composer.lock in tests
- composer update --no-interaction --ansi
- echo zend_extension=xdebug.so > /etc/php*/conf.d/51_xdebug.ini
- echo xdebug.mode=coverage >> /etc/php*/conf.d/51_xdebug.ini
script:
- |
php -dzend_extension=xdebug.so -dxdebug.mode=coverage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment