#!/bin/bash

dir=`dirname $0`

(
  cd "$dir/.."
  vendor/bin/tester tests/ -c tests/php.ini
)