diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2014-01-21 12:10:24 +0100 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-01-21 16:22:08 +0100 |
commit | 85269641db8ecbe7ec8bae30877a0f72db783d23 (patch) | |
tree | 7010e5acd8ba677d99d7693b04f90f68a9451d12 /tests | |
parent | 9efd07fbabf409900982abbd48edd85de7f3b4e7 (diff) | |
download | nextcloud-server-85269641db8ecbe7ec8bae30877a0f72db783d23.tar.gz nextcloud-server-85269641db8ecbe7ec8bae30877a0f72db783d23.zip |
add first unit test for the versioning app
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'); |