Exemple #1
0
 public function testgetBoardArchive()
 {
     $fc = new fourChan();
     $json = $fc->getBoardArchive();
     $this->assertEquals(is_array($json), true);
 }