diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-01-25 13:44:47 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-01-25 13:44:47 +0100 |
commit | 9e76577ead00471d556c4fcf3534fd17c5b21fec (patch) | |
tree | 00acb80673d20fade7079c3e34b1c79005f32112 /tests/phpunit-autotest.xml | |
parent | a5fe6a6118cac53b66dd6b210227622d10c639f6 (diff) | |
download | nextcloud-server-9e76577ead00471d556c4fcf3534fd17c5b21fec.tar.gz nextcloud-server-9e76577ead00471d556c4fcf3534fd17c5b21fec.zip |
Add tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests/phpunit-autotest.xml')
-rw-r--r-- | tests/phpunit-autotest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml index 34166a09e2e..5712838f6bd 100644 --- a/tests/phpunit-autotest.xml +++ b/tests/phpunit-autotest.xml @@ -21,6 +21,7 @@ <directory suffix=".php">..</directory> <exclude> <directory suffix=".php">../3rdparty</directory> + <directory suffix=".php">../apps/admin_audit/tests</directory> <directory suffix=".php">../apps/dav/tests</directory> <directory suffix=".php">../apps/encryption/tests</directory> <directory suffix=".php">../apps/federatedfilesharing/tests</directory> |