passman/launch_phpunit.sh
Marcos Zuriaga 1f30ccc963
Added Database testing base class
Added VaultMapper unit tests
Edited some VaultMapper docs and changed a function to use the Utils implementation
Added coverage phpunit annotations
2016-10-11 01:41:32 +02:00

8 lines
240 B
Bash
Executable file

#!/bin/bash
# Setup your testing environment paths
export NEXTCLOUD_BASE_DIR=/var/www/html/nextcloud/
export NEXTCLOUD_CONFIG_DIR=/var/www/html/nextcloud/config/
export NEXTCLOUD_CONFIG_FILE=config.php
# Lanuch the actual tests
phpunit $@