Setup

composer install

Run in Docker

If you don't have php or composer on your local machine, you can use Docker and Docker Compose

user@host: docker-compose up -d
user@host: docker-compose exec php bash
root@62c554c1fd7c:/app# composer install

PHPUnit

vendor/bin/phpunit