#!/usr/bin/env bash

cwd=$(pwd)

${cwd}/vendor/bin/phpunit --bootstrap ${cwd}/test/bootstrap.php --coverage-text test/Test
