/**
  * @before
  */
 protected function createSession()
 {
     $client = new GoutteClient();
     $client->setClient(new GuzzleClient(['allow_redirects' => false, 'cookies' => true, 'verify' => false]));
     $this->session = new Session(new GoutteDriver($client));
 }