protected function DrupalCloneTestCase::setUpVariables in SimpleTest 7.2
Set post-installation variables.
Overrides DrupalWebTestCase::setUpVariables
File
- ./
drupal_web_test_case.php, line 3470 - Provides DrupalTestCase, DrupalUnitTestCase, and DrupalWebTestCase classes.
Class
- DrupalCloneTestCase
- Clone an existing database and use it for testing.
Code
protected function setUpVariables($clean_url_original) {
// Do nothing.
}