summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorin Peter <github@florin-peter.de>2013-05-13 21:22:59 +0200
committerFlorin Peter <github@florin-peter.de>2013-05-13 21:22:59 +0200
commitd92f6b887d99a24b2bda1503f328c698c682d60e (patch)
tree6e0cca5609524c2bff636906bd3d7919801b120e
parentaa3eb6bb5be9979c31f402201241cf127573541e (diff)
downloadnextcloud-server-d92f6b887d99a24b2bda1503f328c698c682d60e.tar.gz
nextcloud-server-d92f6b887d99a24b2bda1503f328c698c682d60e.zip
removed var_dump
-rwxr-xr-xapps/files_encryption/tests/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/tests/util.php b/apps/files_encryption/tests/util.php
index d0a988f96b9..efd3f03bc62 100755
--- a/apps/files_encryption/tests/util.php
+++ b/apps/files_encryption/tests/util.php
@@ -172,7 +172,7 @@ class Test_Enc_Util extends \PHPUnit_Framework_TestCase {
$files = $util->findEncFiles( '/', 'encrypted' );
- var_dump( $files );
+ //var_dump( $files );
# TODO: Add more tests here to check that if any of the dirs are
# then false will be returned. Use strict ordering?