#!/bin/sh

set +x
set -e

phpunit --do-not-cache-result --no-coverage --fail-on-empty-test-suite --bootstrap /usr/share/dmarc-srg/init.php
