Exemple #1
0
 public function testNameProperty()
 {
     $this->player->setName("Foo");
     $this->assertEquals("Foo", $this->player->getName());
 }