1 drupal.inc | drupal_valid_test_ua() |
Returns the test prefix if this is an internal request from SimpleTest.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 377 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_valid_test_ua() {
return backdrop_valid_test_ua();
}