#!/usr/bin/env bash

args="$@"
bin/sh "vendor/phpunit/phpunit/phpunit $args"
