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

launch_phpunit.sh.sample - github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 949113d7e438989c66507ed016182b5454118a43 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
# Setup your testing environment paths
export SERVER_BASE_DIR=/var/www/html/
export SERVER_CONFIG_DIR=/var/www/html/config/
export SERVER_CONFIG_FILE=config.php

# Launch the actual tests
phpunit -v $@