1.20.x 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

backdrop_generate_test_ua()

Related topics

File

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);
}