Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / menu_ui / src / Tests / MenuWebTestBase.php
index e0ee98fbf066565d489f8aeac8c9e49135f4ed23..a8b9862223dff93feaa4fb9bda1f3945eff76a17 100644 (file)
@@ -2,10 +2,17 @@
 
 namespace Drupal\menu_ui\Tests;
 
+@trigger_error(__NAMESPACE__ . '\MenuWebTestBase is deprecated in Drupal 8.5.x and will be removed before Drupal 9.0.0. Use the \Drupal\Tests\BrowserTestBase base class and the \Drupal\Tests\menu_ui\Traits\MenuUiTrait trait instead. See https://www.drupal.org/node/2917910.', E_USER_DEPRECATED);
+
 use Drupal\simpletest\WebTestBase;
 
 /**
  * Base class for menu web tests.
+ *
+ * @deprecated in Drupal 8.5.x, will be removed before Drupal 9.0.x. Use
+ *   \Drupal\Tests\menu_ui\Traits\MenuUiTrait methods, instead.
+ *
+ * @see https://www.drupal.org/node/2917910
  */
 abstract class MenuWebTestBase extends WebTestBase {