passman/launch_phpunit.sh
Phil Davis d95ec29f34 Top level typos
Just a few things noticed while I start to look at this app.
2017-01-06 17:06:54 +05:45

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
# Launch the actual tests
phpunit -v $@