#!/bin/bash

bin/phpunit -v -c phpunit.mysql.xml

if [ "${DISABLE_MONGODB}" != "true" ]; then
    bin/phpunit -v -c phpunit.mongodb.xml
fi
