You are here

protected function SqlContentEntityStorageSchemaIndexTest::setDatabaseDumpFiles in Drupal 8

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

1 call to SqlContentEntityStorageSchemaIndexTest::setDatabaseDumpFiles()
SqlContentEntityStorageSchemaIndexFilledTest::setDatabaseDumpFiles in core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php
Set database dump files to be used.
1 method overrides SqlContentEntityStorageSchemaIndexTest::setDatabaseDumpFiles()
SqlContentEntityStorageSchemaIndexFilledTest::setDatabaseDumpFiles in core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php
Set database dump files to be used.

File

core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexTest.php, line 19

Class

SqlContentEntityStorageSchemaIndexTest
Tests that a newly-added index is properly created during database updates.

Namespace

Drupal\Tests\system\Functional\Entity\Update

Code

protected function setDatabaseDumpFiles() {
  $this->databaseDumpFiles = [
    __DIR__ . '/../../../../fixtures/update/drupal-8.bare.standard.php.gz',
  ];
}