public function LocalActionsAndTasksConvertedIntoBlocksUpdateTest::setDatabaseDumpFiles in Drupal 8
Set database dump files to be used.
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
- core/
modules/ system/ tests/ src/ Functional/ Update/ LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php, line 26
Class
- LocalActionsAndTasksConvertedIntoBlocksUpdateTest
- Tests the upgrade path for local actions/tasks being converted into blocks.
Namespace
Drupal\Tests\system\Functional\UpdateCode
public function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz',
__DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.local-actions-tasks-into-blocks-507488.php',
];
}