Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / src / Tests / System / SystemConfigFormTestBase.php
index a14fd3107e0f1867833dd7817b6c25fd7e2f9ba0..0abbfd3f19bd7b765573c6c722314aeb1b5d16b6 100644 (file)
@@ -2,6 +2,8 @@
 
 namespace Drupal\system\Tests\System;
 
+@trigger_error('\Drupal\system\Tests\System\SystemConfigFormTestBase is deprecated in Drupal 8.6.0 and will be removed before Drupal 9.0.0. Use \Drupal\KernelTests\ConfigFormTestBase instead.', E_USER_DEPRECATED);
+
 use Drupal\Core\Form\FormState;
 use Drupal\simpletest\WebTestBase;
 
@@ -10,12 +12,17 @@ use Drupal\simpletest\WebTestBase;
  *
  * @see UserAdminSettingsFormTest
  *   For a full working implementation.
+ *
+ * @deprecated in Drupal 8.6.x and will be removed before Drupal 9.0.0. Use
+ *   \Drupal\KernelTests\ConfigFormTestBase instead.
+ *
+ * @see https://www.drupal.org/node/2941907
  */
 abstract class SystemConfigFormTestBase extends WebTestBase {
   /**
    * Form ID to use for testing.
    *
-   * @var \Drupal\Core\Form\FormInterface.
+   * @var \Drupal\Core\Form\FormInterface
    */
   protected $form;