Issue #2921942 by caseylau: \Drupal\simpletest\ContentTypeCreationTrait @deprecated references new class in the incorrect namespace

8.5.x
Nathaniel Catchpole 2017-11-09 14:11:58 +00:00
parent ab172aa608
commit 3fd58b8619
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ use Drupal\Tests\node\Traits\ContentTypeCreationTrait as BaseContentTypeCreation
* 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
*/