see https://www.drupal.org/project/drupal/issues/2677990 a new key was added and the test needs to be updated

 $this->assertIdentical(array_keys($conf_form), array('description'));

test fail

Comments

oknate created an issue. See original summary.

oknate’s picture

StatusFileSize
new818 bytes
oknate’s picture

StatusFileSize
new154.25 KB
oknate’s picture

Issue summary: View changes
oknate’s picture

Hmm, that didn't work:

Fail: [Other] Line 65 of modules/contrib/entity_embed/src/Tests/FileFieldFormatterTest.php:
Value array (
  0 => 'description',
) is identical to value array (
  0 => 'use_description_as_link_text',
  1 => 'description',
).

Now it's just description.

oknate’s picture

StatusFileSize
new781 bytes

Looking more closely, it's looking at a form and just needs to verify that the description key is there in the form.

oknate’s picture

StatusFileSize
new780 bytes
oknate’s picture

Status: Active » Needs review

OK, the last patch (#7) fixes this one assertion.

wim leers’s picture

Status: Needs review » Reviewed & tested by the community

LGTM! Thanks! 🙏

wim leers’s picture

Priority: Minor » Critical

This should land first, and ASAP.

wim leers’s picture

Status: Reviewed & tested by the community » Fixed

@phenaproxima went ahead and committed this! 🎉

Thanks!

oknate’s picture

Awesome, thanks!

Status: Fixed » Closed (fixed)

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