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