function UserUpgradePathNoPasswordTokenTestCase::setUp
Overrides UpgradePathTestCase::setUp
File
-
modules/
simpletest/ tests/ upgrade/ upgrade.user.test, line 50
Class
- UserUpgradePathNoPasswordTokenTestCase
- Upgrade test for user.module (password token not involved).
Code
public function setUp() {
// Path to the database dump files.
$this->databaseDumpFiles = array(
drupal_get_path('module', 'simpletest') . '/tests/upgrade/drupal-6.bare.database.php',
drupal_get_path('module', 'simpletest') . '/tests/upgrade/drupal-6.user-no-password-token.database.php',
);
parent::setUp();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.