protected function Update8001Test::setDatabaseDumpFiles in Field collection 8.3
Set database dump files to be used.
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
- src/
Tests/ Update/ Update8001Test.php, line 17
Class
- Update8001Test
- Provides tests for converting field collections to entity references.
Namespace
Drupal\field_collection\Tests\UpdateCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../tests/fixtures/update/test_update_8001.php.gz',
];
}