From 9aaca6b3b5b66002bb047721e06cf29ceb494563 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 12 Jun 2025 02:10:09 +0100 Subject: [PATCH] Refactor --- .../tests/src/Functional/{Entity => }/PresentationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename modules/opd_presentations/tests/src/Functional/{Entity => }/PresentationTest.php (94%) diff --git a/modules/opd_presentations/tests/src/Functional/Entity/PresentationTest.php b/modules/opd_presentations/tests/src/Functional/PresentationTest.php similarity index 94% rename from modules/opd_presentations/tests/src/Functional/Entity/PresentationTest.php rename to modules/opd_presentations/tests/src/Functional/PresentationTest.php index 0bc319957..045e71f6c 100644 --- a/modules/opd_presentations/tests/src/Functional/Entity/PresentationTest.php +++ b/modules/opd_presentations/tests/src/Functional/PresentationTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Drupal\opd_presentations\Functional\Entity; +namespace Drupal\opd_presentations\Functional; use Drupal\Tests\opd_presentations\Traits\PresentationCreationTrait; use weitzman\DrupalTestTraits\ExistingSiteBase;