protected static property DrupalRemoteTestCase::$URL_VARIABLES in SimpleTest 7.2
URL variables that need to be changed when running against remote server.
Type: array
File
- ./
drupal_web_test_case.php, line 3526 - Provides DrupalTestCase, DrupalUnitTestCase, and DrupalWebTestCase classes.
Class
- DrupalRemoteTestCase
- Base class used for writing atomic remote tests.
Code
protected static $URL_VARIABLES = array(
'base_url',
'base_secure_url',
'base_insecure_url',
);