diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-01-21 08:39:50 -0800 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-01-21 08:39:50 -0800 |
commit | 3b7fea25a30aa7dc590d90c5c91147ae9d94ba13 (patch) | |
tree | 8a2ca490dab38b9b353b515f1116a554af9a3013 /tests | |
parent | 91e66eeee19cc07abc45e8e50a95e08bc9463d57 (diff) | |
parent | 85269641db8ecbe7ec8bae30877a0f72db783d23 (diff) | |
download | nextcloud-server-3b7fea25a30aa7dc590d90c5c91147ae9d94ba13.tar.gz nextcloud-server-3b7fea25a30aa7dc590d90c5c91147ae9d94ba13.zip |
Merge pull request #6863 from owncloud/versioning_expire_function_tests
Versioning expire function tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/enable_all.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/enable_all.php b/tests/enable_all.php index d54418ff8e4..efb43cae508 100644 --- a/tests/enable_all.php +++ b/tests/enable_all.php @@ -20,4 +20,5 @@ enableApp('files_sharing'); enableApp('files_encryption'); //enableApp('files_external'); enableApp('user_ldap'); +enableApp('files_versions'); |