You are here

global $drupal_test_info in SimpleTest 7.2

Same name and namespace in other branches
  1. 6.2 drupal_web_test_case.php \drupal_test_info

Global variable that holds information about the tests being run.

An array, with the following keys:

  • 'test_run_id': the ID of the test being run, in the form 'simpletest_%"
  • 'in_child_site': TRUE if the current request is a cURL request from the parent site.

File

./drupal_web_test_case.php, line 13
Provides DrupalTestCase, DrupalUnitTestCase, and DrupalWebTestCase classes.

Code

global $drupal_test_info;