Skip to content

Contributing

Davide Casiraghi edited this page Mar 21, 2019 · 1 revision

Contributing

Project follows PSR-2 standard and it's covered with PHPUnit tests. Pull requests should include tests and pass Travis CI build.

To run tests first install dependencies with composer install.

After that tests can be run with ./vendor/bin/phpunit

Clone this wiki locally