function NullDescriptionTest::setDatabaseDumpFiles
Same name in other branches
- 11.x core/modules/taxonomy/tests/src/Functional/Update/NullDescriptionTest.php \Drupal\Tests\taxonomy\Functional\Update\NullDescriptionTest::setDatabaseDumpFiles()
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ taxonomy/ tests/ src/ Functional/ Update/ NullDescriptionTest.php, line 21
Class
- NullDescriptionTest
- Tests the upgrade path for making vocabularies' description NULL.
Namespace
Drupal\Tests\taxonomy\Functional\UpdateCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../../system/tests/fixtures/update/drupal-9.4.0.filled.standard.php.gz',
__DIR__ . '/../../../fixtures/update/remove-description-from-tags-vocabulary.php',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.