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