function UpdateActionsWithEntityPluginsTest::setDatabaseDumpFiles
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ system/ tests/ src/ Functional/ Update/ UpdateActionsWithEntityPluginsTest.php, line 24
Class
- UpdateActionsWithEntityPluginsTest
- Tests upgrading comment and node actions to generic entity ones.
Namespace
Drupal\Tests\system\Functional\UpdateCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../tests/fixtures/update/drupal-8.bare.standard.php.gz',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.