Closed (fixed)
Project:
Feeds
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
8 Sep 2019 at 11:16 UTC
Updated:
22 Sep 2019 at 11:39 UTC
Jump to comment: Most recent, Most recent file
The test \Drupal\Tests\feeds\Unit\Plugin\QueueWorker\FeedRefreshTest is currently failing. This is because since Drupal 8.8 \Drupal\Core\Session\AccountProxy now requires an event dispatcher to be passed to the constructor.
In \Drupal\feeds\Plugin\QueueWorker\FeedQueueWorkerBase::switchAccount(), pass an event dispatcher as parameter when constructing an AccountProxy object.
None.
None.
None.
Patch will follow.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | feeds-fix-tests-for-d8-8-3079932-2.patch | 700 bytes | megachriz |
Comments
Comment #2
megachrizComment #3
megachrizGreat, tests are passing for all three major supported branches of Drupal. Committed #2.
Comment #5
megachriz