function ActionConfigTest::setDatabaseDumpFiles
Same name in other branches
- 8.9.x core/modules/action/tests/src/Functional/Update/ActionConfigTest.php \Drupal\Tests\action\Functional\Update\ActionConfigTest::setDatabaseDumpFiles()
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ action/ tests/ src/ Functional/ Update/ ActionConfigTest.php, line 22
Class
- ActionConfigTest
- Tests removing action module's configuration.
Namespace
Drupal\Tests\action\Functional\UpdateCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.8.0.bare.standard.php.gz',
__DIR__ . '/../../../../tests/fixtures/update/drupal-8.action-3022401.php',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.