mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-10 17:27:40 +08:00
d95ec29f34
Just a few things noticed while I start to look at this app.
8 lines
234 B
Bash
Executable file
8 lines
234 B
Bash
Executable file
#!/bin/bash
|
|
# Setup your testing environment paths
|
|
export SERVER_BASE_DIR=/var/www/html/nextcloud/
|
|
export SERVER_CONFIG_DIR=/var/www/html/nextcloud/config/
|
|
export SERVER_CONFIG_FILE=config.php
|
|
|
|
# Launch the actual tests
|
|
phpunit -v $@
|