function FilledMinimalUpdatePath::setUp
Overrides UpgradePathTestCase::setUp
File
-
modules/
simpletest/ tests/ upgrade/ upgrade.test, line 710
Class
- FilledMinimalUpdatePath
- Performs point release update tests on a populated database.
Code
public function setUp() {
// Path to the database dump files.
$this->databaseDumpFiles = array(
drupal_get_path('module', 'simpletest') . '/tests/upgrade/drupal-7.filled.minimal.database.php.gz',
);
parent::setUp();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.