Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / tour / src / Tests / TourTestBase.php
index 198051d3702fe83c97a1a5a371ee9b79539fb13f..e13965070678647069f2496e87126ef19f18b6cb 100644 (file)
@@ -4,8 +4,13 @@ namespace Drupal\tour\Tests;
 
 use Drupal\simpletest\WebTestBase;
 
+@trigger_error('\Drupal\tour\Tests\TourTestBase is deprecated in 8.4.0 and will be removed before Drupal 9.0.0. Instead, use \Drupal\Tests\tour\Functional\TourTestBase.', E_USER_DEPRECATED);
+
 /**
  * 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.
  */
 abstract class TourTestBase extends WebTestBase {