#!/bin/sh # Runs `./vendor/bin/phpunit tests` from any path cd "$(dirname "$(dirname "$0")")" ./vendor/bin/phpunit tests