#!/bin/sh
phpab --output test-autoload.php --template debian/tests/test-autoload.php.tpl tests/LoggerTestsUtils.php
phpunit --do-not-cache-result --bootstrap test-autoload.php tests
