protected function DrupalRemoteTestCase::refreshVariables in SimpleTest 7.2
Override to ensure not database activity.
Overrides DrupalWebTestCase::refreshVariables
File
- ./
drupal_web_test_case.php, line 3717 - Provides DrupalTestCase, DrupalUnitTestCase, and DrupalWebTestCase classes.
Class
- DrupalRemoteTestCase
- Base class used for writing atomic remote tests.
Code
protected function refreshVariables() {
// Do nothing.
}