function testNumSpam()
 {
     $comm = new CommentAdmin();
     $resp = $comm->NumSpam();
     $this->assertEquals(0, $resp);
 }
 /**
  * @param $num int
  */
 function set_comments_per_page($num)
 {
     self::$comments_per_page = $num;
 }