diff --git a/core/modules/tour/src/Tests/TourTestBase.php b/core/modules/tour/src/Tests/TourTestBase.php index 798c4ea..e4f1c4c 100644 --- a/core/modules/tour/src/Tests/TourTestBase.php +++ b/core/modules/tour/src/Tests/TourTestBase.php @@ -6,10 +6,9 @@ /** * Base class for testing Tour functionality. - * @deprecated in Drupal 8.4.0 and will be removed before Drupal 9.0.0. Use - * \Drupal\Tests\tour\Functional\TourTestBase instead. * - * @see https://www.drupal.org/node/2767275 + * @deprecated Scheduled for removal in Drupal 9.0.0. + * Use \Drupal\Tests\tour\Functional\TourTestBase instead. */ abstract class TourTestBase extends WebTestBase {