protected function SqlContentEntityStorageSchemaConverterNonTranslatableTest::setDatabaseDumpFiles in Drupal 8
Set database dump files to be used.
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
- core/
modules/ system/ tests/ src/ Functional/ Entity/ Update/ SqlContentEntityStorageSchemaConverterNonTranslatableTest.php, line 17
Class
- SqlContentEntityStorageSchemaConverterNonTranslatableTest
- Tests converting a non-translatable entity type with data to revisionable.
Namespace
Drupal\Tests\system\Functional\Entity\UpdateCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../fixtures/update/drupal-8.0.0-rc1-filled.standard.entity_test_update.php.gz',
__DIR__ . '/../../../../fixtures/update/drupal-8.entity-test-schema-converter-enabled.php',
];
}