public function CommentAdminViewUpdateTest::setDatabaseDumpFiles in Drupal 8
Set database dump files to be used.
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
- core/
modules/ comment/ tests/ src/ Functional/ Update/ CommentAdminViewUpdateTest.php, line 25
Class
- CommentAdminViewUpdateTest
- Tests that comment admin view is enabled after update.
Namespace
Drupal\Tests\comment\Functional\UpdateCode
public function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz',
];
}