public function testExchangeArray()
 {
     $this->entity->exchangeArray(array('id' => 5, 'foo' => 'bar'));
 }