From 4b58966440767d503d73d9da1f0e10b216fb6329 Mon Sep 17 00:00:00 2001
From: xjm <xjm@65776.no-reply.drupal.org>
Date: Mon, 2 Jan 2023 16:21:21 -0600
Subject: [PATCH] Issue #3307310 by Spokje: Restructure
 core/modules/editor/tests/modules test modules

---
 .../config/install/editor.editor.private_images.yml               | 0
 .../config/install/filter.format.private_images.yml               | 0
 .../editor_private_test/editor_private_test.info.yml              | 0
 .../{ => editor_test}/config/schema/editor_test.schema.yml        | 0
 .../editor/tests/modules/{ => editor_test}/editor_test.info.yml   | 0
 .../tests/modules/{ => editor_test}/editor_test.libraries.yml     | 0
 .../editor/tests/modules/{ => editor_test}/editor_test.module     | 0
 .../modules/{ => editor_test}/src/EditorXssFilter/Insecure.php    | 0
 .../modules/{ => editor_test}/src/Plugin/Editor/TRexEditor.php    | 0
 .../modules/{ => editor_test}/src/Plugin/Editor/UnicornEditor.php | 0
 .../src/Plugin/Field/FieldType/EditorTestTextLongItem.php         | 0
 11 files changed, 0 insertions(+), 0 deletions(-)
 rename core/modules/editor/tests/{ => modules}/editor_private_test/config/install/editor.editor.private_images.yml (100%)
 rename core/modules/editor/tests/{ => modules}/editor_private_test/config/install/filter.format.private_images.yml (100%)
 rename core/modules/editor/tests/{ => modules}/editor_private_test/editor_private_test.info.yml (100%)
 rename core/modules/editor/tests/modules/{ => editor_test}/config/schema/editor_test.schema.yml (100%)
 rename core/modules/editor/tests/modules/{ => editor_test}/editor_test.info.yml (100%)
 rename core/modules/editor/tests/modules/{ => editor_test}/editor_test.libraries.yml (100%)
 rename core/modules/editor/tests/modules/{ => editor_test}/editor_test.module (100%)
 rename core/modules/editor/tests/modules/{ => editor_test}/src/EditorXssFilter/Insecure.php (100%)
 rename core/modules/editor/tests/modules/{ => editor_test}/src/Plugin/Editor/TRexEditor.php (100%)
 rename core/modules/editor/tests/modules/{ => editor_test}/src/Plugin/Editor/UnicornEditor.php (100%)
 rename core/modules/editor/tests/modules/{ => editor_test}/src/Plugin/Field/FieldType/EditorTestTextLongItem.php (100%)

diff --git a/core/modules/editor/tests/editor_private_test/config/install/editor.editor.private_images.yml b/core/modules/editor/tests/modules/editor_private_test/config/install/editor.editor.private_images.yml
similarity index 100%
rename from core/modules/editor/tests/editor_private_test/config/install/editor.editor.private_images.yml
rename to core/modules/editor/tests/modules/editor_private_test/config/install/editor.editor.private_images.yml
diff --git a/core/modules/editor/tests/editor_private_test/config/install/filter.format.private_images.yml b/core/modules/editor/tests/modules/editor_private_test/config/install/filter.format.private_images.yml
similarity index 100%
rename from core/modules/editor/tests/editor_private_test/config/install/filter.format.private_images.yml
rename to core/modules/editor/tests/modules/editor_private_test/config/install/filter.format.private_images.yml
diff --git a/core/modules/editor/tests/editor_private_test/editor_private_test.info.yml b/core/modules/editor/tests/modules/editor_private_test/editor_private_test.info.yml
similarity index 100%
rename from core/modules/editor/tests/editor_private_test/editor_private_test.info.yml
rename to core/modules/editor/tests/modules/editor_private_test/editor_private_test.info.yml
diff --git a/core/modules/editor/tests/modules/config/schema/editor_test.schema.yml b/core/modules/editor/tests/modules/editor_test/config/schema/editor_test.schema.yml
similarity index 100%
rename from core/modules/editor/tests/modules/config/schema/editor_test.schema.yml
rename to core/modules/editor/tests/modules/editor_test/config/schema/editor_test.schema.yml
diff --git a/core/modules/editor/tests/modules/editor_test.info.yml b/core/modules/editor/tests/modules/editor_test/editor_test.info.yml
similarity index 100%
rename from core/modules/editor/tests/modules/editor_test.info.yml
rename to core/modules/editor/tests/modules/editor_test/editor_test.info.yml
diff --git a/core/modules/editor/tests/modules/editor_test.libraries.yml b/core/modules/editor/tests/modules/editor_test/editor_test.libraries.yml
similarity index 100%
rename from core/modules/editor/tests/modules/editor_test.libraries.yml
rename to core/modules/editor/tests/modules/editor_test/editor_test.libraries.yml
diff --git a/core/modules/editor/tests/modules/editor_test.module b/core/modules/editor/tests/modules/editor_test/editor_test.module
similarity index 100%
rename from core/modules/editor/tests/modules/editor_test.module
rename to core/modules/editor/tests/modules/editor_test/editor_test.module
diff --git a/core/modules/editor/tests/modules/src/EditorXssFilter/Insecure.php b/core/modules/editor/tests/modules/editor_test/src/EditorXssFilter/Insecure.php
similarity index 100%
rename from core/modules/editor/tests/modules/src/EditorXssFilter/Insecure.php
rename to core/modules/editor/tests/modules/editor_test/src/EditorXssFilter/Insecure.php
diff --git a/core/modules/editor/tests/modules/src/Plugin/Editor/TRexEditor.php b/core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/TRexEditor.php
similarity index 100%
rename from core/modules/editor/tests/modules/src/Plugin/Editor/TRexEditor.php
rename to core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/TRexEditor.php
diff --git a/core/modules/editor/tests/modules/src/Plugin/Editor/UnicornEditor.php b/core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/UnicornEditor.php
similarity index 100%
rename from core/modules/editor/tests/modules/src/Plugin/Editor/UnicornEditor.php
rename to core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/UnicornEditor.php
diff --git a/core/modules/editor/tests/modules/src/Plugin/Field/FieldType/EditorTestTextLongItem.php b/core/modules/editor/tests/modules/editor_test/src/Plugin/Field/FieldType/EditorTestTextLongItem.php
similarity index 100%
rename from core/modules/editor/tests/modules/src/Plugin/Field/FieldType/EditorTestTextLongItem.php
rename to core/modules/editor/tests/modules/editor_test/src/Plugin/Field/FieldType/EditorTestTextLongItem.php
-- 
GitLab