#!/bin/sh
set -x

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

phpunit --include-path /usr/share/php/Swift
