You are here

protected function SqlContentEntityStorageSchemaIndexFilledTest::setDatabaseDumpFiles in Drupal 8

Set database dump files to be used.

Overrides SqlContentEntityStorageSchemaIndexTest::setDatabaseDumpFiles

File

core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php, line 16

Class

SqlContentEntityStorageSchemaIndexFilledTest
Runs SqlContentEntityStorageSchemaIndexTest with a dump filled with content.

Namespace

Drupal\Tests\system\Functional\Entity\Update

Code

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