Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 665 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (20 loc) · 665 Bytes

Testing

The only thing you need to have for testing is Docker.

Use Docker images to test and collect coverage (as it requires composer and xdebug).

It is more convenient to use included makefile scripts:

$ make docker-build-7
$ make docker-login-7

And then inside docker console:

$ composer update
$ composer install --prefer-dist --no-interaction
$ composer test
$ composer phar         # this is only for CI
$ composer coveralls    # this is only for CI

Links