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

fix phpunit job

parent 2795f0ce
No related branches found
No related tags found
No related merge requests found
Pipeline #658 failed with stages
in 1 minute and 18 seconds
...@@ -20,7 +20,11 @@ phpunit: ...@@ -20,7 +20,11 @@ phpunit:
- echo zend_extension=xdebug.so > /etc/php*/conf.d/51_xdebug.ini - echo zend_extension=xdebug.so > /etc/php*/conf.d/51_xdebug.ini
- echo xdebug.mode=coverage >> /etc/php*/conf.d/51_xdebug.ini - echo xdebug.mode=coverage >> /etc/php*/conf.d/51_xdebug.ini
script: script:
- php -dzend_extension=phpbin/phpunit -c phpunit.xml --color=always --coverage-text --coverage-clover=build/logs/clover.xml - |
php -dzend_extension=xdebug.so -dxdebug.mode=coverage
bin/phpunit -c phpunit.xml --color=always
--coverage-text
--coverage-clover=build/logs/clover.xml
packagist: packagist:
stage: publish stage: publish
......
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