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;