diff --git a/modules/opd_presentations/tests/src/DrupalTestTraits/Entity/PresentationTest.php b/modules/opd_presentations/tests/src/Functional/Entity/PresentationTest.php similarity index 93% rename from modules/opd_presentations/tests/src/DrupalTestTraits/Entity/PresentationTest.php rename to modules/opd_presentations/tests/src/Functional/Entity/PresentationTest.php index 47c8f679f..7e9dcf5ec 100644 --- a/modules/opd_presentations/tests/src/DrupalTestTraits/Entity/PresentationTest.php +++ b/modules/opd_presentations/tests/src/Functional/Entity/PresentationTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Drupal\opd_presentations\DrupalTestTraits\Entity; +namespace Drupal\opd_presentations\Functional\Entity; use Drupal\Core\Datetime\DrupalDateTime; use Drupal\Tests\opd_presentations\Traits\PresentationCreationTrait;