removed var_dump

remotes/origin/stable6
Florin Peter 13 years ago
parent aa3eb6bb5b
commit d92f6b887d
  1. 2
      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?

Loading…
Cancel
Save