#!/bin/bash
php ./../vendor/bin/phpunit --configuration ./testsConfig.xml $@

exit $?
