X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ffile%2Fsrc%2FTests%2FFileFieldTestBase.php;h=0f82af3eac67322d8c935f8801bb7dfbd650187d;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=ba34c8f42bd6435b7f1c8a5603175beae6c1179c;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/web/core/modules/file/src/Tests/FileFieldTestBase.php b/web/core/modules/file/src/Tests/FileFieldTestBase.php index ba34c8f42..0f82af3ea 100644 --- a/web/core/modules/file/src/Tests/FileFieldTestBase.php +++ b/web/core/modules/file/src/Tests/FileFieldTestBase.php @@ -2,6 +2,8 @@ namespace Drupal\file\Tests; +@trigger_error('The ' . __NAMESPACE__ . '\FileFieldTestBase is deprecated in Drupal 8.5.x and will be removed before Drupal 9.0.0. Instead, use \Drupal\Tests\file\Functional\FileFieldTestBase. See https://www.drupal.org/node/2969361.', E_USER_DEPRECATED); + use Drupal\field\Entity\FieldStorageConfig; use Drupal\field\Entity\FieldConfig; use Drupal\file\FileInterface;