Support from Acquia helps fund testing for Drupal Acquia logo

Comments

MustangGB created an issue. See original summary.

MustangGB’s picture

Looks like the testMultiUserTimezone() failures are due to 'cardinality' => 3,, this results in empty date values on the node/add page, which seems to be resolved by #2843367: String Offset errors on edit page using PHP 7.1.0.

So trying a combined patch.

MustangGB’s picture

Well green sheets on PHP7 is a start, at least we know where the issue lies now.

MustangGB’s picture

MustangGB’s picture

And in-case that passes cleanly here is the kitty friendly version, i.e. non-combined.

MustangGB’s picture

MustangGB’s picture

Title: Fix PHP 7.0/7.1 tests » Fix PHP 7 tests
Priority: Normal » Major
Status: Active » Needs review

Great, looking good for PHP 7.0, there should still be a handful of failures for PHP 7.1 that will be resolved by #2843367: String Offset errors on edit page using PHP 7.1.0.

Stevel’s picture

Status: Needs review » Reviewed & tested by the community

Looks good, this solves the test errors in local testing as well.

ikeigenwijs’s picture

Looks good, would be nice to get this committed to dev

ikeigenwijs’s picture

DamienMcKenna’s picture

Status: Reviewed & tested by the community » Fixed

Committed. Thanks!

Status: Fixed » Closed (fixed)

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