diff options
author | Dave Long <dave@longwaveconsulting.com> | 2024-08-13 21:51:24 +0100 |
---|---|---|
committer | Dave Long <dave@longwaveconsulting.com> | 2024-08-13 21:51:24 +0100 |
commit | ccca0abb83bc09ebbd091cea64a3aca1296a865c (patch) | |
tree | 3153440e950945e785e3f58e80f15cd16e5e5c6a /core/recipes/basic_shortcuts | |
parent | 576253ca19d96cda036c84e17147cced6fc27374 (diff) | |
download | drupal-ccca0abb83bc09ebbd091cea64a3aca1296a865c.tar.gz drupal-ccca0abb83bc09ebbd091cea64a3aca1296a865c.zip |
Issue #3462383 follow-up by catch: CoreRecipesTest is slow
Diffstat (limited to 'core/recipes/basic_shortcuts')
-rw-r--r-- | core/recipes/basic_shortcuts/tests/src/Functional/GenericTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/recipes/basic_shortcuts/tests/src/Functional/GenericTest.php b/core/recipes/basic_shortcuts/tests/src/Functional/GenericTest.php index 64e0e1d5334..f6a774d4759 100644 --- a/core/recipes/basic_shortcuts/tests/src/Functional/GenericTest.php +++ b/core/recipes/basic_shortcuts/tests/src/Functional/GenericTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Drupal\Tests\Recipe\Core\basic_shortcuts\Functional; +namespace Drupal\FunctionalTests\Recipe\Core\basic_shortcuts; use Drupal\Tests\system\Functional\Recipe\GenericRecipeTestBase; |