passman/launch_phpunit.sh
2016-10-16 19:57:20 +02:00

9 lines
234 B
Bash
Executable file

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