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