#!/bin/bash

# Execute PHPUnit

DIR=`dirname "$0"`

$DIR/vendor/phpunit/phpunit/phpunit tests --configuration $DIR/phpunit.xml "$@"
