You are here

public function TaxonomyVocabularyHierarchyUpdateTest::setDatabaseDumpFiles in Drupal 8

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/taxonomy/tests/src/Functional/Update/TaxonomyVocabularyHierarchyUpdateTest.php, line 22

Class

TaxonomyVocabularyHierarchyUpdateTest
Tests that the 'hierarchy' property is removed from vocabularies.

Namespace

Drupal\Tests\taxonomy\Functional\Update

Code

public function setDatabaseDumpFiles() {
  $this->databaseDumpFiles = [
    __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8-rc1.filled.standard.php.gz',
  ];
}