passman/launch_phpunit.sh
2016-10-15 22:18:44 +02:00

9 lines
226 B
Bash
Executable file

#!/bin/bash
# Setup your testing environment paths
export SERVER_BASE_DIR=/var/www/html/ncdev/
export SERVER_CONFIG_DIR=/var/www/html/ncdev/config/
export SERVER_CONFIG_FILE=config.php
# Lanuch the actual tests
phpunit -v $@