Some tests are failing for D8.8 and above:

  • \Drupal\Tests\feeds\Functional\FeedTypeListBuilderTest
  • \Drupal\Tests\feeds\Functional\FeedListBuilderTest
  • \Drupal\Tests\feeds\Unit\Feeds\Fetcher\HttpFetcherTest
  • \Drupal\Tests\feeds\Unit\Feeds\Parser\SyndicationParserTest

Let's try to fix these.

Comments

MegaChriz created an issue. See original summary.

megachriz’s picture

Status: Active » Needs review
StatusFileSize
new3.09 KB

Some of the tests were fixed. However, the error in SyndicationParserTest seems to be caused by #3039611-55: Update core PHP dependencies for 8.8.x.

megachriz’s picture

Okay, the Syndication parser test mimics the service 'feed.bridge.reader' themselves and the requirements for constructing and configuring \Drupal\Component\Bridge\ZfExtensionManagerSfContainer (whatever this thing does) appears to have changed.

New patch.

  • MegaChriz committed ed5285f on 8.x-3.x
    Issue #3087672 by MegaChriz: Fixed tests for D8.8.
    
megachriz’s picture

Status: Needs review » Fixed

Cool. Tests are passing again. Committed #3.

Status: Fixed » Closed (fixed)

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