function TextWithSummaryUnusedStorageUpdatePathTest::setDatabaseDumpFiles
File
-
core/
modules/ text/ tests/ src/ Functional/ Update/ TextWithSummaryUnusedStorageUpdatePathTest.php, line 23
Class
- TextWithSummaryUnusedStorageUpdatePathTest
- Tests installing text_with_summary for an unused field storage.
Namespace
Drupal\Tests\text\Functional\UpdateCode
protected function setDatabaseDumpFiles() : void {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../../system/tests/fixtures/update/drupal-11.3.0.bare.standard.php.gz',
__DIR__ . '/../../../fixtures/update/add-unused-text-with-summary-storage.php',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.