Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / tracker / src / Tests / Views / TrackerTestBase.php
index 53c21f906c12da7dee457273d3c4fff452ec6431..9746a22a51d1ff6bc75774800dab3515ae586171 100644 (file)
@@ -2,6 +2,8 @@
 
 namespace Drupal\tracker\Tests\Views;
 
+@trigger_error(__NAMESPACE__ . '\TrackerTestBase is deprecated in Drupal 8.4.0 and will be removed before Drupal 9.0.0. Instead, use \Drupal\Tests\tracker\Functional\Views\TrackerTestBase', E_USER_DEPRECATED);
+
 use Drupal\comment\Tests\CommentTestTrait;
 use Drupal\Core\Language\LanguageInterface;
 use Drupal\views\Tests\ViewTestBase;
@@ -10,6 +12,9 @@ use Drupal\comment\Entity\Comment;
 
 /**
  * Base class for all tracker tests.
+ *
+ * @deprecated Scheduled for removal in Drupal 9.0.0.
+ *   Use \Drupal\Tests\tracker\Functional\Views\TrackerTestBase instead.
  */
 abstract class TrackerTestBase extends ViewTestBase {