#!/bin/sh

# Runs phpunit tests before pushing

./vendor/bin/phpunit --no-configuration ./test
