kind: pipeline
name: default
steps:
- name: install
image: composer
commands:
- composer install
- name: test
image: php:7
- vendor/bin/phpunit --configuration phpunit.xml