#!/usr/bin/env bash [ -z "$1" ] && echo "Please specify test type (ex. integration)" && exit TEST_TYPE="$1" shift bin/clinotty bash -c "cd dev/tests/${TEST_TYPE} && ../../../vendor/bin/phpunit -c phpunit.xml.dist $*"