function PasswordCompatibilityUpdateTest::setDatabaseDumpFiles
Same name in other branches
- 10 core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php \Drupal\Tests\system\Functional\Update\PasswordCompatibilityUpdateTest::setDatabaseDumpFiles()
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ system/ tests/ src/ Functional/ Update/ PasswordCompatibilityUpdateTest.php, line 26
Class
- PasswordCompatibilityUpdateTest
- Tests that users created with Drupal prior to version 10.1.x can still login.
Namespace
Drupal\Tests\system\Functional\UpdateCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../tests/fixtures/update/drupal-9.4.0.phpass.standard.php.gz',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.