diff core/modules/field_ui/src/Tests/FieldUiTestTrait.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
line wrap: on
line diff
--- a/core/modules/field_ui/src/Tests/FieldUiTestTrait.php	Thu Feb 28 13:11:55 2019 +0000
+++ b/core/modules/field_ui/src/Tests/FieldUiTestTrait.php	Thu May 09 15:34:47 2019 +0100
@@ -2,8 +2,14 @@
 
 namespace Drupal\field_ui\Tests;
 
+@trigger_error(__NAMESPACE__ . '\FieldUiTestTrait is deprecated in Drupal 8.7.x and will be removed before Drupal 9.0.0. Instead, use \Drupal\Tests\field_ui\Traits\FieldUiTestTrait. See https://www.drupal.org/node/3001664', E_USER_DEPRECATED);
+
 /**
  * Provides common functionality for the Field UI test classes.
+ *
+ * @deprecated in Drupal 8.7.x and will be removed before Drupal 9.0.0.
+ *   Use \Drupal\Tests\field_ui\Traits\FieldUiTestTrait. See
+ *   https://www.drupal.org/node/3001664
  */
 trait FieldUiTestTrait {