removed var_dump

This commit is contained in:
Florin Peter 2013-05-13 21:22:59 +02:00
parent aa3eb6bb5b
commit d92f6b887d
1 changed files with 1 additions and 1 deletions

View File

@ -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?