You are here

protected function GlossaryStatusFilterTest::setDatabaseDumpFiles in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/tests/src/Functional/Update/GlossaryStatusFilterTest.php \Drupal\Tests\views\Functional\Update\GlossaryStatusFilterTest::setDatabaseDumpFiles()

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

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

Class

GlossaryStatusFilterTest
Tests that the status filter is added to the glossary view.

Namespace

Drupal\Tests\views\Functional\Update

Code

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