#!/bin/sh

set -e

export IMAGE_EXIF_TEST_CONFIG='{"image":{"exiftool":"/usr/bin/exiftool"}}'

cd Horde_Image*/test/./Horde/Image
phpunit -v .
