diff --git a/core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php b/core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php index bc51d87251b95c604c11fa57c5a0639c98c57440..f922a666268ccac02e0e13fcb4faa82acfd44c74 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');