Compare commits

..

2 commits

Author SHA1 Message Date
2a0af653cb
fix unit test
All checks were successful
continuous-integration/drone/push Build is passing
2020-06-28 17:29:34 +02:00
30670338ce
drone pipeline: install dev dependencies for unit tests 2020-06-28 17:29:28 +02:00

View file

@ -19,7 +19,7 @@ steps:
commands: commands:
- vendor/bin/phpunit -c phpunit.xml - vendor/bin/phpunit -c phpunit.xml
- name: install dependencies (without dev) - name: remove dev dependencies
image: composer image: composer
volumes: volumes:
- name: composer-cache - name: composer-cache