#!/bin/sh
php artisan cache:clear
php artisan config:clear

APP_ENV=testing

./vendor/bin/phpunit "$@"

