#!/bin/bash

# CD to script folder
cd "$(dirname "$0")"

# One level up
cd ..

# Descending to tests folder
cd tests

./../vendor/bin/phpunit $@