#!/usr/bin/env bash

set -ex

$PHP_BINARY -c php.ini vendor/bin/phpunit tests --debug
