#!/bin/sh

set -o nounset
set -o xtrace

DIR=$(dirname $0)/..

${DIR}/vendor/bin/phpunit tests
${DIR}/vendor/bin/phpspec run --format=pretty --no-code-generation
