From b63fe9691fc35160572a173dbf290ca0b347b20c Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole <catch@35733.no-reply.drupal.org> Date: Thu, 9 Nov 2017 14:13:23 +0000 Subject: [PATCH] Issue #2921931 by dravenk: \Drupal\simpletest\UserCreationTrait @deprecated references new class in the incorrect namespace --- core/modules/simpletest/src/UserCreationTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/simpletest/src/UserCreationTrait.php b/core/modules/simpletest/src/UserCreationTrait.php index f97ec5ccc226..7049ca4332b9 100644 --- a/core/modules/simpletest/src/UserCreationTrait.php +++ b/core/modules/simpletest/src/UserCreationTrait.php @@ -12,7 +12,7 @@ * \Drupal\simpletest\TestBase. * * @deprecated in Drupal 8.4.x. Will be removed before Drupal 9.0.0. Use - * Drupal\Tests\UserCreationTrait instead. + * Drupal\Tests\user\Traits\UserCreationTrait instead. * * @see https://www.drupal.org/node/2884454 */ -- GitLab