diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-10-15 17:36:52 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-10-15 17:36:52 +0200 |
commit | beaed2195d49751443d73b40bbb51fa257d0e2a5 (patch) | |
tree | 0b6fda2efbd544f0ef89eb0ee2e1a1c56ef7a926 /apps | |
parent | 0d4117f6d58c40d9d7f659e5ce2308151d068185 (diff) | |
download | nextcloud-server-beaed2195d49751443d73b40bbb51fa257d0e2a5.tar.gz nextcloud-server-beaed2195d49751443d73b40bbb51fa257d0e2a5.zip |
fix comment
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_encryption/tests/proxy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/tests/proxy.php b/apps/files_encryption/tests/proxy.php index 740b3219efd..a22f12411f4 100644 --- a/apps/files_encryption/tests/proxy.php +++ b/apps/files_encryption/tests/proxy.php @@ -86,7 +86,7 @@ class Test_Encryption_Proxy extends \PHPUnit_Framework_TestCase { /** * @medium - * @brief test delete file + * @brief test if postFileSize returns the unencrypted file size */ function testPostFileSize() { |