#!/bin/sh

set -eu

# Setup the autoload
phpab --output Tests/autoload.php --template debian/autoload-dep-8-tests.php.tpl Tests/

# Run the tests
phpunit Tests/ --no-coverage --do-not-cache-result --bootstrap ./Tests/autoload.php
