Exemple #1
0
 public function testExchangeArrayWithEmptyArray()
 {
     $this->player->exchangeArray(array());
     $this->assertThat($this->player, new PlayerConstraint(null, null));
 }