function GlossaryStatusFilterTest::setDatabaseDumpFiles

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

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

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