protected function UpdatePathTest::setDatabaseDumpFiles in Crop API 8
Same name and namespace in other branches
- 8.2 tests/src/Functional/UpdatePathTest.php \Drupal\Tests\crop\Functional\UpdatePathTest::setDatabaseDumpFiles()
Set database dump files to be used.
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
- tests/
src/ Functional/ UpdatePathTest.php, line 15
Class
- UpdatePathTest
- @group crop
Namespace
Drupal\Tests\crop\FunctionalCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
$this->root . '/core/modules/system/tests/fixtures/update/drupal-8.4.0.bare.standard.php.gz',
__DIR__ . '/../../fixtures/crop-1.0-alpha2-installed.php',
];
}