Issue #2921931 by dravenk: \Drupal\simpletest\UserCreationTrait @deprecated references new class in the incorrect namespace
parent
3fd58b8619
commit
b63fe9691f
|
|
@ -12,7 +12,7 @@ use Drupal\Tests\user\Traits\UserCreationTrait as BaseUserCreationTrait;
|
||||||
* \Drupal\simpletest\TestBase.
|
* \Drupal\simpletest\TestBase.
|
||||||
*
|
*
|
||||||
* @deprecated in Drupal 8.4.x. Will be removed before Drupal 9.0.0. Use
|
* @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
|
* @see https://www.drupal.org/node/2884454
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue