#!/bin/bash

cd "$(dirname "$0")"

../vendor/phpunit/phpunit/phpunit ../tests "$@"