function SqlContentEntityStorageSchemaIndexFilledTest::setDatabaseDumpFiles

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';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.