diff --git a/core/modules/comment/src/Tests/Update/CommentAdminViewUpdateTest.php b/core/modules/comment/src/Tests/Update/CommentAdminViewUpdateTest.php index 247ceda..c3f5756 100644 --- a/core/modules/comment/src/Tests/Update/CommentAdminViewUpdateTest.php +++ b/core/modules/comment/src/Tests/Update/CommentAdminViewUpdateTest.php @@ -26,11 +26,10 @@ class CommentAdminViewUpdateTest extends UpdatePathTestBase { /** * {@inheritdoc} */ - protected function setUp() { + public function setDatabaseDumpFiles() { $this->databaseDumpFiles = [ __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz', ]; - parent::setUp(); } /**