Changes for core/modules/tracker/tests/src/Functional/Views/TrackerTestBase.php: 7 added lines, 0 removed lines.
Original line number
Diff line number
Diff line
@@ -2,6 +2,8 @@
namespaceDrupal\Tests\tracker\Functional\Views;
@trigger_error('The '.__NAMESPACE__.'\TrackerTestBase is deprecated in Drupal 8.8.0 and will be removed before Drupal 9.0.0. Instead, use Kernel tests to test tracker module views plugins integration. https://www.drupal.org/node/3046938',E_USER_DEPRECATED);
useDrupal\comment\Tests\CommentTestTrait;
useDrupal\Core\Language\LanguageInterface;
useDrupal\Tests\views\Functional\ViewTestBase;
@@ -10,6 +12,11 @@
/**
* Base class for all tracker tests.
*
* @deprecated in Drupal 8.8.0 and will be removed before Drupal 9.0.0. Instead,
* use Kernel tests to test tracker module views plugins integration.