function FilledStandardUpdatePath::setUp

Overrides UpgradePathTestCase::setUp

File

modules/simpletest/tests/upgrade/upgrade.test, line 634

Class

FilledStandardUpdatePath
Performs point release update tests on a 'filled' database.

Code

public function setUp() {
    // Path to the database dump files.
    $this->databaseDumpFiles = array(
        drupal_get_path('module', 'simpletest') . '/tests/upgrade/drupal-7.filled.standard_all.database.php.gz',
    );
    parent::setUp();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.