Exemplo n.º 1
0
 public function testConstructor()
 {
     $entry = new BasicLeaderBoardEntry();
     $this->assertNull($entry->getPlayer());
     $this->assertNull($entry->getPoints());
     $this->assertNull($entry->isFinal());
 }