Skip to content

Commit

Permalink
Merge pull request #244 from localgovdrupal/2.x
Browse files Browse the repository at this point in the history
2.1.7 release
  • Loading branch information
finnlewis authored Jan 30, 2024
2 parents 3e7a4e9 + a479f5c commit 91eb5b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
class EntityReferenceServicesAutocompleteTest extends WebDriverTestBase {

use ContentTypeCreationTrait;
// FIXME: Replace with EntityReferenceFieldCreationTrait when Drupal 10.1 is
// end of life.
// @phpstan-ignore-next-line.
use EntityReferenceTestTrait;
use NodeCreationTrait;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
class ChildReferencesTest extends KernelTestBase {

use ContentTypeCreationTrait;
// FIXME: Replace with EntityReferenceFieldCreationTrait when Drupal 10.1 is
// end of life.
// @phpstan-ignore-next-line.
use EntityReferenceTestTrait;
use NodeCreationTrait;
use PathautoTestHelperTrait;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
class ParentFieldPathautoTest extends KernelTestBase {

use ContentTypeCreationTrait;
// FIXME: Replace with EntityReferenceFieldCreationTrait when Drupal 10.1 is
// end of life.
// @phpstan-ignore-next-line.
use EntityReferenceTestTrait;
use NodeCreationTrait;
use PathautoTestHelperTrait;
Expand Down

0 comments on commit 91eb5b1

Please sign in to comment.