Problem/Motivation

drupal-check on version:
https://drupal.org/project/geofield 8.x-1.8

 ------ -------------------------------------------------------------------
  Line   tests/src/Functional/GeofieldWidgetTest.php
 ------ -------------------------------------------------------------------
         Class Drupal\feeds\Plugin\Type\Target\FieldTargetBase not found and could not be autoloaded.
 ------ -------------------------------------------------------------------

  ------ -------------------------------------------------------------------
  Line   tests/src/Functional/GeofieldWidgetTest.php
 ------ -------------------------------------------------------------------
         Class Behat\Mink\WebAssert not found and could not be autoloaded.
 ------ -------------------------------------------------------------------

Proposed resolution

Add feeds module dependency
Add behat/mink dependency
Update drupal_set_message() function

Remaining tasks

None

User interface changes

API changes

Data model changes

Release notes snippet

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pgrandeg created an issue. See original summary.

pgrandeg’s picture

FileSize
897 bytes
pgrandeg’s picture

Issue tags: +#ContributionWeekend2020
pgrandeg’s picture

pgrandeg’s picture

Issue summary: View changes
Status: Needs work » Needs review
miro_dietiker’s picture

Issue tags: -#ContributionWeekend2020 +ContributionWeekend2020
itamair’s picture

Status: Needs review » Fixed
FileSize
2.93 KB

The attached patch fixes the really meaningful drupal-check errors (for Drupal 9 compatibility).
All the other proposed fixes are not needed (IMHO).
Going to commit into dev ...

itamair’s picture

  • itamair committed b892c3a on 8.x-1.x
    Issue #3108806 by pgrandeg, itamair: Drupal 9 Deprecated Code Report.
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.