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:
- PHP Coding Standards Fixer.
- PHPLint.
- Psalm.
- Run phpunit with defined AMQP connection string in
phpunit.xml.
./lint
After running . /lint, push new created and committed branch.