#!/bin/bash

# php artisan test --coverage-html=public/coverage --stop-on-failure
php artisan test --coverage-html=public/coverage
