You are here

protected function ViewsSortIdentifiersUpdateTest::setDatabaseDumpFiles in Drupal 9

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/views/tests/src/Functional/Update/ViewsSortIdentifiersUpdateTest.php, line 18

Class

ViewsSortIdentifiersUpdateTest
Tests the views_post_update_sort_identifier() post update.

Namespace

Drupal\Tests\views\Functional\Update

Code

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