#!/bin/sh
set -x

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

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