Closed (fixed)
Project:
Entity API
Version:
7.x-1.x-dev
Component:
Code - misc
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
5 Jul 2021 at 06:15 UTC
Updated:
2 Aug 2021 at 08:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
tr commentedComment #3
jonathan1055 commentedI've manually started a test at PHP 8 to see what happens now that you have fixed the missing tests.
Comment #4
tr commentedNeeds the composer.json from #3222097: EntityAPIRulesIntegrationTestCase fails with PHP 8.0 in order to use the -dev version of Rules where PHP 8.0 fixes have been made.
Here's a new patch.
Comment #5
tr commentedTo summarize:
The patch in #2 fixes the problems with entity.features.inc and allows Entity API to work with PHP 8.0 provided that Rules 7.x-2.x-dev is used. The patch in #4 just forces the testbot to use the -dev version of Rules.
What needs to be done now:
Comment #7
tr commentedCommitted #2.
Comment #8
jonathan1055 commentedThanks, that's good.