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