Attempt to run a PHPUnit batch
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Abel Hoogeveen 2020-05-15 18:35:15 +02:00
parent 9fa7145593
commit f1aef62615
No known key found for this signature in database
GPG Key ID: 96C2234920BF4292
1 changed files with 6 additions and 1 deletions

View File

@ -6,4 +6,9 @@ steps:
- name: composer
image: composer:latest
commands:
- composer install
- composer install
- name: base
image: phpunit:7.3
commands:
- vendor/bin/phpunit -c test/phpunit.xml