diff core/modules/block_content/src/Tests/BlockContentTestBase.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
line wrap: on
line diff
--- a/core/modules/block_content/src/Tests/BlockContentTestBase.php	Thu Feb 28 13:11:55 2019 +0000
+++ b/core/modules/block_content/src/Tests/BlockContentTestBase.php	Thu May 09 15:34:47 2019 +0100
@@ -2,6 +2,8 @@
 
 namespace Drupal\block_content\Tests;
 
+@trigger_error(__NAMESPACE__ . '\BlockContentTestBase is deprecated for removal before Drupal 9.0.0. Use Drupal\Tests\block_content\Functional\BlockContentTestBase instead. See https://www.drupal.org/node/2999939', E_USER_DEPRECATED);
+
 use Drupal\block_content\Entity\BlockContent;
 use Drupal\block_content\Entity\BlockContentType;
 use Drupal\simpletest\WebTestBase;
@@ -11,6 +13,8 @@
  *
  * @deprecated Scheduled for removal in Drupal 9.0.0.
  *   Use \Drupal\Tests\block_content\Functional\BlockContentTestBase instead.
+ *
+ * @see https://www.drupal.org/node/2999939
  */
 abstract class BlockContentTestBase extends WebTestBase {