public function testGetEmailNotInResponse()
 {
     $paths = array('email' => 'email');
     $this->responseObject->setPaths($paths);
     $this->responseObject->setResponse(json_encode(array('no_email' => '*****@*****.**')));
     $this->assertNull($this->responseObject->getEmail());
 }