image: phpunit/phpunit:5.0.3
pipelines:
default:
- step:
script:
- composer --version
- phpunit --version
- composer install
- phpunit --configuration tests/phpunit.xml
This repository has been archived by the owner on May 29, 2020. It is now read-only.