function BlockItemsPerPageUpdateTest::setDatabaseDumpFiles
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ views/ tests/ src/ Functional/ Update/ BlockItemsPerPageUpdateTest.php, line 19
Class
- BlockItemsPerPageUpdateTest
- @group Update @covers views_post_update_block_items_per_page
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__ . '/../../../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.