From d2462e3d0138d26aea113147482758bf7925743a Mon Sep 17 00:00:00 2001 From: Lee Rowlands <lee.rowlands@previousnext.com.au> Date: Wed, 28 Jul 2021 16:45:06 +1000 Subject: [PATCH] Issue #3225351 by mglaman: bootstrap.php has incorrect comment about test trait namespace --- core/tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tests/bootstrap.php b/core/tests/bootstrap.php index 4e25592f712f..a14339d56288 100644 --- a/core/tests/bootstrap.php +++ b/core/tests/bootstrap.php @@ -96,7 +96,7 @@ function drupal_phpunit_get_extension_namespaces($dirs) { $namespaces['Drupal\\Tests\\' . $extension . '\\' . $suite_name . '\\'][] = $suite_dir; } } - // Extensions can have a \Drupal\extension\Traits namespace for + // Extensions can have a \Drupal\Tests\extension\Traits namespace for // cross-suite trait code. $trait_dir = $test_dir . '/Traits'; if (is_dir($trait_dir)) { -- GitLab