#!/bin/sh
set -x

mkdir -p vendor
cp debian/autoload.test.php vendor/autoload.php

SYMFONY_DEPRECATIONS_HELPER=weak phpunit \
	--include-path /usr/share/php/Swift \
	--do-not-cache-result \
	--display-deprecations \
	--display-phpunit-deprecations
