You are here

protected function UpdatePathTest::setDatabaseDumpFiles in Entity Reference Hierarchy 8.2

Same name and namespace in other branches
  1. 3.x modules/entity_hierarchy_workbench_access/tests/src/Functional/UpdatePathTest.php \Drupal\Tests\entity_hierarchy_workbench_access\Functional\UpdatePathTest::setDatabaseDumpFiles()

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

modules/entity_hierarchy_workbench_access/tests/src/Functional/UpdatePathTest.php, line 18

Class

UpdatePathTest
Defines a class for testing the update path to scheme based access.

Namespace

Drupal\Tests\entity_hierarchy_workbench_access\Functional

Code

protected function setDatabaseDumpFiles() {
  $this->databaseDumpFiles = [
    __DIR__ . '/../../fixtures/eh_wba-update-path-test.php.gz',
  ];
}