Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / block / src / Tests / Update / BlockContextMappingUpdateFilledTest.php
diff --git a/web/core/modules/block/src/Tests/Update/BlockContextMappingUpdateFilledTest.php b/web/core/modules/block/src/Tests/Update/BlockContextMappingUpdateFilledTest.php
deleted file mode 100644 (file)
index dafd538..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-
-namespace Drupal\block\Tests\Update;
-
-/**
- * Runs BlockContextMappingUpdateTest with a dump filled with content.
- *
- * @group Update
- */
-class BlockContextMappingUpdateFilledTest extends BlockContextMappingUpdateTest {
-
-  /**
-   * {@inheritdoc}
-   */
-  protected function setDatabaseDumpFiles() {
-    parent::setDatabaseDumpFiles();
-    $this->databaseDumpFiles[0] = __DIR__ . '/../../../../system/tests/fixtures/update/drupal-8.filled.standard.php.gz';
-  }
-
-}