function SystemRssDeleteTest::setDatabaseDumpFiles

File

core/modules/system/tests/src/Functional/Update/SystemRssDeleteTest.php, line 23

Class

SystemRssDeleteTest
Tests that system.rss config is deleted.

Namespace

Drupal\Tests\system\Functional\Update

Code

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

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