Welcome to mirror list, hosted at ThFree Co, Russian Federation.

launch_phpunit.sh - github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fee45b01b1b86d187763eec1ef3c9188ee96e249 (plain)
1
2
3
4
5
6
7
8
#!/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 $@