#!/bin/sh
mkdir --parents vendor
phpabtpl \
    --require arthurhoaro/web-thumbnailer \
    > debian/autoload.tests.php.tpl
phpab \
    --output vendor/autoload.php \
    --template debian/autoload.tests.php.tpl \
    tests
phpunit --do-not-cache-result --no-coverage --testsuite AllTests
