function EntityLinkOutputUrlUpdateTest::setDatabaseDumpFiles
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ views/ tests/ src/ Functional/ Update/ EntityLinkOutputUrlUpdateTest.php, line 22
Class
- EntityLinkOutputUrlUpdateTest
- Tests that the additional settings are added to the entity link field.
Namespace
Drupal\Tests\views\Functional\UpdateCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz',
__DIR__ . '/../../../fixtures/update/entity-link-output-url.php',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.