#!/bin/sh

cd $WEBROOT

export XDEBUG_SESSION=haze

phpunit --configuration $WEBROOT/tests/phpunit-autotest.xml $@
