passman/launch_phpunit.sh.sample
Passman Bot bd7b066f1c
Passman 2.1.3
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>
2017-07-29 12:03:47 +02:00

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 $@