소스 검색

[svn r22168] Commented the var_dump()

Arthur Portugal 15 년 전
부모
커밋
16bf4ad138
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {
 			} else {
 				$this->assertTrue(is_string($res));	
 				$this->assertTrue(is_string($res));	
 			}
 			}
-			var_dump($res);
+			//var_dump($res);
 	}
 	}
 }
 }
 ?>
 ?>