protected function UpdatePathWithBrokenRoutingTest::setDatabaseDumpFiles in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Update/UpdatePathWithBrokenRoutingTest.php \Drupal\system\Tests\Update\UpdatePathWithBrokenRoutingTest::setDatabaseDumpFiles()
Set database dump files to be used.
Overrides UpdatePathTestBase::setDatabaseDumpFiles
1 call to UpdatePathWithBrokenRoutingTest::setDatabaseDumpFiles()
- UpdatePathWithBrokenRoutingFilledTest::setDatabaseDumpFiles in core/
modules/ system/ src/ Tests/ Update/ UpdatePathWithBrokenRoutingFilledTest.php - Set database dump files to be used.
1 method overrides UpdatePathWithBrokenRoutingTest::setDatabaseDumpFiles()
- UpdatePathWithBrokenRoutingFilledTest::setDatabaseDumpFiles in core/
modules/ system/ src/ Tests/ Update/ UpdatePathWithBrokenRoutingFilledTest.php - Set database dump files to be used.
File
- core/
modules/ system/ src/ Tests/ Update/ UpdatePathWithBrokenRoutingTest.php, line 20 - Contains \Drupal\system\Tests\Update\UpdatePathWithBrokenRoutingTest.
Class
- UpdatePathWithBrokenRoutingTest
- Tests the update path with a broken router.
Namespace
Drupal\system\Tests\UpdateCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../tests/fixtures/update/drupal-8.bare.standard.php.gz',
__DIR__ . '/../../../tests/fixtures/update/drupal-8.broken_routing.php',
];
}