#!/bin/sh

set -x
set -e

cd Horde_Controller*/test/./Horde/Controller
phpunit -v .
