/**
  * Tests refresh method behavior.
  */
 public function testRefresh()
 {
     $connection = new Connection($this->getClient(['refresh']), []);
     $connection->refresh();
 }