summaryrefslogtreecommitdiffstatshomepage
path: root/core/recipes/basic_shortcuts
diff options
context:
space:
mode:
authorDave Long <dave@longwaveconsulting.com>2024-08-13 21:51:24 +0100
committerDave Long <dave@longwaveconsulting.com>2024-08-13 21:51:24 +0100
commitccca0abb83bc09ebbd091cea64a3aca1296a865c (patch)
tree3153440e950945e785e3f58e80f15cd16e5e5c6a /core/recipes/basic_shortcuts
parent576253ca19d96cda036c84e17147cced6fc27374 (diff)
downloaddrupal-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.php2
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;