function BlockItemsPerPageUpdateTest::setDatabaseDumpFiles
Same name and namespace in other branches
- 11.x core/modules/views/tests/src/Functional/Update/BlockItemsPerPageUpdateTest.php \Drupal\Tests\views\Functional\Update\BlockItemsPerPageUpdateTest::setDatabaseDumpFiles()
Set database dump files to be used.
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ views/ tests/ src/ Functional/ Update/ BlockItemsPerPageUpdateTest.php, line 24
Class
- BlockItemsPerPageUpdateTest
- Tests Block Items Per Page Update.
Namespace
Drupal\Tests\views\Functional\UpdateCode
protected function setDatabaseDumpFiles() : void {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../../system/tests/fixtures/update/drupal-10.3.0.filled.standard.php.gz',
__DIR__ . '/../../../../../system/tests/fixtures/update/uninstall-history.php',
__DIR__ . '/../../../fixtures/update/views-block-items-per-page.php',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.