Skip to content
Snippets Groups Projects
Commit 09b079d8 authored by Liam Morland's avatar Liam Morland
Browse files

Issue #3430593: Replace deprecated EntityReferenceTestTrait with EntityReferenceFieldCreationTrait

parent 1c637f69
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ namespace Drupal\Tests\fillpdf\Functional; ...@@ -4,7 +4,7 @@ namespace Drupal\Tests\fillpdf\Functional;
use Drupal\Core\Url; use Drupal\Core\Url;
use Drupal\fillpdf\Entity\FillPdfForm; use Drupal\fillpdf\Entity\FillPdfForm;
use Drupal\Tests\field\Traits\EntityReferenceTestTrait; use Drupal\Tests\field\Traits\EntityReferenceFieldCreationTrait;
use Drupal\user\Entity\Role; use Drupal\user\Entity\Role;
/** /**
...@@ -13,7 +13,7 @@ use Drupal\user\Entity\Role; ...@@ -13,7 +13,7 @@ use Drupal\user\Entity\Role;
*/ */
class FillPdfOverviewFormTest extends FillPdfUploadTestBase { class FillPdfOverviewFormTest extends FillPdfUploadTestBase {
use EntityReferenceTestTrait; use EntityReferenceFieldCreationTrait;
/** /**
* Tests the overview form is accessible. * Tests the overview form is accessible.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment