protected function LingotekUpgrade9401AddUploadedAndUpdatedFieldTest::setDatabaseDumpFiles in Lingotek Translation 3.8.x
Same name and namespace in other branches
- 4.0.x tests/src/Functional/Update/LingotekUpgrade9401AddUploadedAndUpdatedFieldTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekUpgrade9401AddUploadedAndUpdatedFieldTest::setDatabaseDumpFiles()
- 3.4.x tests/src/Functional/Update/LingotekUpgrade9401AddUploadedAndUpdatedFieldTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekUpgrade9401AddUploadedAndUpdatedFieldTest::setDatabaseDumpFiles()
- 3.5.x tests/src/Functional/Update/LingotekUpgrade9401AddUploadedAndUpdatedFieldTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekUpgrade9401AddUploadedAndUpdatedFieldTest::setDatabaseDumpFiles()
- 3.6.x tests/src/Functional/Update/LingotekUpgrade9401AddUploadedAndUpdatedFieldTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekUpgrade9401AddUploadedAndUpdatedFieldTest::setDatabaseDumpFiles()
- 3.7.x tests/src/Functional/Update/LingotekUpgrade9401AddUploadedAndUpdatedFieldTest.php \Drupal\Tests\lingotek\Functional\Update\LingotekUpgrade9401AddUploadedAndUpdatedFieldTest::setDatabaseDumpFiles()
Set database dump files to be used.
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
- tests/
src/ Functional/ Update/ LingotekUpgrade9401AddUploadedAndUpdatedFieldTest.php, line 19
Class
- LingotekUpgrade9401AddUploadedAndUpdatedFieldTest
- Tests the upgrade path for adding 'updated date' and 'last uploaded' fields.
Namespace
Drupal\Tests\lingotek\Functional\UpdateCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../fixtures/update/drupal-88x.lingotek-2x20.standard.php.gz',
];
}