Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 567 Bytes

File metadata and controls

18 lines (11 loc) · 567 Bytes

Contributing

For running tests, copy phpunit.xml.dist to phpunit.xml and change configuration for AMQP DSN connection. This can be automatically copied with composer install command.

Before commit and pull request, use this command for apply:

./lint

After running . /lint, push new created and committed branch.