예제 #1
0
파일: PlayerTest.php 프로젝트: 0ida/fussi
 public function testExchangeArrayWithEmptyArray()
 {
     $this->player->exchangeArray(array());
     $this->assertThat($this->player, new PlayerConstraint(null, null));
 }