From 3553d1ab0a926f06f759b94c9ef86c1c113e7251 Mon Sep 17 00:00:00 2001 From: Santeri Hurnanen Date: Mon, 18 Mar 2024 09:31:44 +0200 Subject: [PATCH] UHF-9712: Move test to helfi_tpr_config --- .../tests}/src/Functional/EntityOgImageTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {tests => modules/helfi_tpr_config/tests}/src/Functional/EntityOgImageTest.php (97%) diff --git a/tests/src/Functional/EntityOgImageTest.php b/modules/helfi_tpr_config/tests/src/Functional/EntityOgImageTest.php similarity index 97% rename from tests/src/Functional/EntityOgImageTest.php rename to modules/helfi_tpr_config/tests/src/Functional/EntityOgImageTest.php index ecdc7e8bc..2c10b1308 100644 --- a/tests/src/Functional/EntityOgImageTest.php +++ b/modules/helfi_tpr_config/tests/src/Functional/EntityOgImageTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Drupal\Tests\helfi_platform_config\Functional; +namespace Drupal\Tests\helfi_tpr_config\Functional; use Drupal\file\Entity\File; use Drupal\helfi_tpr\Entity\Unit;