Skip to content
Snippets Groups Projects
Commit d92f6b88 authored by Florin Peter's avatar Florin Peter
Browse files

removed var_dump

parent aa3eb6bb
No related branches found
No related tags found
No related merge requests found
...@@ -172,7 +172,7 @@ class Test_Enc_Util extends \PHPUnit_Framework_TestCase { ...@@ -172,7 +172,7 @@ class Test_Enc_Util extends \PHPUnit_Framework_TestCase {
$files = $util->findEncFiles( '/', 'encrypted' ); $files = $util->findEncFiles( '/', 'encrypted' );
var_dump( $files ); //var_dump( $files );
# TODO: Add more tests here to check that if any of the dirs are # TODO: Add more tests here to check that if any of the dirs are
# then false will be returned. Use strict ordering? # then false will be returned. Use strict ordering?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment