t('core','No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a href="{docLink}">documentation</a>.',{docLink:data.memcacheDocs})
);
}
if(!data.isUrandomAvailable){
messages.push(
t('core','/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a href="{docLink}">documentation</a>.',{docLink:data.securityDocs})
);
}
}else{
messages.push(t('core','Error occurred while checking server setup'));
expect(data).toEqual(['/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a href="https://docs.owncloud.org/myDocs.html">documentation</a>.']);
done();
});
});
it('should return an error if the response has no statuscode 200',function(done){