mirror of
https://github.com/nextcloud/passman.git
synced 2025-01-19 05:37:44 +08:00
1f30ccc963
Added VaultMapper unit tests Edited some VaultMapper docs and changed a function to use the Utils implementation Added coverage phpunit annotations
8 lines
240 B
Bash
Executable file
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 $@
|