diff --git a/core/modules/simpletest/src/BlockCreationTrait.php b/core/modules/simpletest/src/BlockCreationTrait.php index f5dcffe46e..7012b16293 100644 --- a/core/modules/simpletest/src/BlockCreationTrait.php +++ b/core/modules/simpletest/src/BlockCreationTrait.php @@ -10,7 +10,7 @@ * 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\AssertHelperTrait instead. + * \Drupal\Tests\block\Traits\BlockCreationTrait instead. * * @see https://www.drupal.org/node/2884454 */ diff --git a/core/modules/simpletest/src/ContentTypeCreationTrait.php b/core/modules/simpletest/src/ContentTypeCreationTrait.php index b929893f0a..8184ce513c 100644 --- a/core/modules/simpletest/src/ContentTypeCreationTrait.php +++ b/core/modules/simpletest/src/ContentTypeCreationTrait.php @@ -10,7 +10,7 @@ * 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\ContentTypeCreationTrait instead. + * \Drupal\Tests\node\Traits\ContentTypeCreationTrait instead. * * @see https://www.drupal.org/node/2884454 */ diff --git a/core/modules/simpletest/src/NodeCreationTrait.php b/core/modules/simpletest/src/NodeCreationTrait.php index 19351a2e2a..d5b34d781c 100644 --- a/core/modules/simpletest/src/NodeCreationTrait.php +++ b/core/modules/simpletest/src/NodeCreationTrait.php @@ -10,7 +10,7 @@ * 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 */ diff --git a/core/modules/simpletest/src/UserCreationTrait.php b/core/modules/simpletest/src/UserCreationTrait.php index f97ec5ccc2..663c67c91a 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 */