diff --git a/core/modules/contact/src/Tests/Views/ContactFieldsTest.php b/core/modules/contact/tests/src/Functional/Views/ContactFieldsTest.php similarity index 88% rename from core/modules/contact/src/Tests/Views/ContactFieldsTest.php rename to core/modules/contact/tests/src/Functional/Views/ContactFieldsTest.php index fafe451be5..c66b5ad5d4 100644 --- a/core/modules/contact/src/Tests/Views/ContactFieldsTest.php +++ b/core/modules/contact/tests/src/Functional/Views/ContactFieldsTest.php @@ -1,9 +1,9 @@ fieldStorage = FieldStorageConfig::create([ 'field_name' => strtolower($this->randomMachineName()), diff --git a/core/modules/contact/src/Tests/Views/ContactLinkTest.php b/core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php similarity index 94% rename from core/modules/contact/src/Tests/Views/ContactLinkTest.php rename to core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php index f6b6013b43..c3b68f067a 100644 --- a/core/modules/contact/src/Tests/Views/ContactLinkTest.php +++ b/core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php @@ -1,9 +1,9 @@