/**
  * test setClient and getClient
  */
 public function testSetClient()
 {
     $this->emarsysConnection->setClient($this->clientMock);
     $this->assertEquals($this->clientMock, $this->emarsysConnection->getClient());
 }