#!/bin/sh

set -e

export CRYPT_TEST_CONFIG='{"crypt":{"keyserver":false}}'

cd Horde_Crypt*/test/./Horde/Crypt
phpunit -v .
