mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-27 23:34:31 +08:00
Release passman 2.1.3 - Fix font awesome not found. (Fixes #286) - Export urls of credentials - Check if variable exists before comparing. Fixes #316 - Remove password generator from change vault key. Solves #313 - Add padlock importer - Remove log message on cron run - Signed-off-by: brantje <brantje@gmail.com> Signed-off-by: Passman Bot <info@passman.cc>
8 lines
214 B
Bash
8 lines
214 B
Bash
#!/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 $@
|