the browser-facing portion of osu!
at master 98 B view raw
1#!/bin/sh 2 3cd "$(dirname "$0")/.." 4 5export APP_URL=http://localhost 6 7exec vendor/bin/phpunit "$@"