image: phpunit/phpunit:4.6.10 pipelines: default: - step: script: - pecl install xdebug && echo "zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)" > /usr/local/etc/php/conf.d/xdebug.ini - composer --version - composer install - vendor/bin/phpunit --version - vendor/bin/phpunit --coverage-text --configuration phpunit.xml - vendor/bin/phpcs --standard=PSR2 src/