#!/bin/bash
docker run --rm -it -v=$(pwd):/data -w=/data php:74 phpunit --bootstrap tests/bootstrap.php $*
