From 3d8a6969234b478a8eeb485a471bd0d505f7fc61 Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Tue, 2 Feb 2021 09:57:14 +0000 Subject: [PATCH] Issue #3195628 by Matroskeen, Kristen Pol: CreateSampleEntityTest installs file entity scheme twice --- .../Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php b/core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php index bc51d87251b9..f922a666268c 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php @@ -48,7 +48,6 @@ protected function setUp(): void { $this->installEntitySchema('user'); $this->installEntitySchema('node'); $this->installEntitySchema('node_type'); - $this->installEntitySchema('file'); $this->installEntitySchema('comment'); $this->installEntitySchema('comment_type'); $this->installEntitySchema('path_alias'); -- GitLab