Ejemplo n.º 1
0
 public function testgetBoardCatalog()
 {
     $fc = new fourChan();
     $json = $fc->getBoardCatalog();
     $this->assertEquals(is_array($json), true);
 }