#!/bin/sh
#
# Run project's phpunit version to avoid frameworks conflicts/uncompatibility
#
./vendor/phpunit/phpunit/phpunit

