passman/launch_phpunit.sh

9 lines
226 B
Bash
Raw Normal View History

#!/bin/bash
# Setup your testing environment paths
2016-10-16 04:18:44 +08:00
export SERVER_BASE_DIR=/var/www/html/ncdev/
export SERVER_CONFIG_DIR=/var/www/html/ncdev/config/
2016-10-12 04:33:48 +08:00
export SERVER_CONFIG_FILE=config.php
# Lanuch the actual tests
2016-10-16 04:18:44 +08:00
phpunit -v $@