Browse Source

[svn r22168] Commented the var_dump()

Arthur Portugal 15 years ago
parent
commit
16bf4ad138
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/main/inc/lib/security.lib.test.php

+ 1 - 1
tests/main/inc/lib/security.lib.test.php

@@ -92,7 +92,7 @@ class TestSecurity extends UnitTestCase {
 			} else {
 				$this->assertTrue(is_string($res));	
 			}
-			var_dump($res);
+			//var_dump($res);
 	}
 }
 ?>