From ab172aa608f0487b8a906d91c539eace0139395e Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Thu, 9 Nov 2017 14:11:11 +0000 Subject: [PATCH] Issue #2921860 by laughnan, tedbow: \Drupal\simpletest\NodeCreationTrait @deprecated references new class in the incorrect namespace --- core/modules/simpletest/src/NodeCreationTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/simpletest/src/NodeCreationTrait.php b/core/modules/simpletest/src/NodeCreationTrait.php index 19351a2e2ab..d5b34d781c1 100644 --- a/core/modules/simpletest/src/NodeCreationTrait.php +++ b/core/modules/simpletest/src/NodeCreationTrait.php @@ -10,7 +10,7 @@ use Drupal\Tests\node\Traits\NodeCreationTrait as BaseNodeCreationTrait; * This trait is meant to be used only by test classes. * * @deprecated in Drupal 8.4.x. Will be removed before Drupal 9.0.0. Use - * Drupal\Tests\NodeCreationTrait instead. + * \Drupal\Tests\node\Traits\NodeCreationTrait instead. * * @see https://www.drupal.org/node/2884454 */