1 drupal.inc | drupal_generate_test_ua($prefix) |
Generates a user agent string with a HMAC and timestamp for simpletest.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 387 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_generate_test_ua($prefix) {
return backdrop_generate_test_ua($prefix);
}