1#!/bin/sh 2 3cd "$(dirname "$0")/.." 4 5export APP_URL=http://localhost 6 7exec vendor/bin/phpunit "$@"