public function testGetClientAfterBeingSet()
 {
     $client = $this->_getClientMock();
     $this->_flow->setClient($client);
     $this->assertSame($client, $this->_flow->getClient());
 }