Issue #2921860 by laughnan, tedbow: \Drupal\simpletest\NodeCreationTrait @deprecated references new class in the incorrect namespace
parent
75dcf9af44
commit
ab172aa608
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue