function PathAliasToEntityUpdateTest::setDatabaseDumpFiles
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ system/ tests/ src/ Functional/ Update/ PathAliasToEntityUpdateTest.php, line 24
Class
- PathAliasToEntityUpdateTest
- Tests the conversion of path aliases to entities.
Namespace
Drupal\Tests\system\Functional\UpdateCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../tests/fixtures/update/drupal-8.filled.standard.php.gz',
__DIR__ . '/../../../../tests/fixtures/update/drupal-8.convert-path-aliases-to-entities-2336597.php',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.