X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsimpletest%2Fsrc%2FUserCreationTrait.php;h=7049ca4332b934ab45ff8988c3992347d1849b11;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=663c67c91a79301b8cbe7df837118e012403d976;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/web/core/modules/simpletest/src/UserCreationTrait.php b/web/core/modules/simpletest/src/UserCreationTrait.php index 663c67c91..7049ca433 100644 --- a/web/core/modules/simpletest/src/UserCreationTrait.php +++ b/web/core/modules/simpletest/src/UserCreationTrait.php @@ -12,7 +12,7 @@ use Drupal\Tests\user\Traits\UserCreationTrait as BaseUserCreationTrait; * \Drupal\simpletest\TestBase. * * @deprecated in Drupal 8.4.x. Will be removed before Drupal 9.0.0. Use - * \Drupal\Tests\user\Traits\UserCreationTrait instead. + * Drupal\Tests\user\Traits\UserCreationTrait instead. * * @see https://www.drupal.org/node/2884454 */