Ejemplo n.º 1
0
 public function testsetBoard()
 {
     $fc = new fourChan();
     $fc->setBoard('s');
     $this->assertEquals($fc->board, 's');
 }