version: 2 jobs: build: working_directory : ~/tmp docker: - image : circleci/php:7.3.8 steps: - checkout - run: composer install - run: vendor/bin/phpunit --testdox