public function BasicUpgradePath::setUp
Overrides DrupalWebTestCase::setUp() for upgrade testing.
Overrides UpgradePathTestCase::setUp
See also
DrupalWebTestCase::prepareDatabasePrefix()
DrupalWebTestCase::changeDatabasePrefix()
DrupalWebTestCase::prepareEnvironment()
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ upgrade/ upgrade.test, line 346
Class
- BasicUpgradePath
- Perform basic upgrade tests.
Código
public function setUp() {
// Path to the database dump files.
$this->databaseDumpFiles = array(
drupal_get_path('module', 'simpletest') . '/tests/upgrade/drupal-6.bare.database.php',
);
parent::setUp();
}