You are here

protected function MoveActionsToCoreTest::setDatabaseDumpFiles in Drupal 8

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/system/tests/src/Functional/Update/MoveActionsToCoreTest.php, line 24

Class

MoveActionsToCoreTest
Tests moving email, goto, and message actions to core namespace.

Namespace

Drupal\Tests\system\Functional\Update

Code

protected function setDatabaseDumpFiles() {
  $this->databaseDumpFiles = [
    __DIR__ . '/../../../../tests/fixtures/update/drupal-8.4.0.bare.standard.php.gz',
    __DIR__ . '/../../../../tests/fixtures/update/drupal-8.actions-2815379.php',
  ];
}