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