Problem/Motivation

As title.

Proposed resolution

For example:

-    $this->assertFalse(array_key_exists("data-entity-uuid", $htmlRestrictions['allowed']['a']));
+    $this->assertArrayNotHasKey("data-entity-uuid", $htmlRestrictions['allowed']['a']);

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mero.S created an issue. See original summary.

mero.S’s picture

Issue summary: View changes
mero.S’s picture

mero.S’s picture

Assigned: mero.S » Unassigned
Status: Needs work » Needs review
novchuk.v’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me!

phenaproxima’s picture

+1 for RTBC, looks right to me.

  • Dave Reid committed 29e5e9d on 8.x-1.x authored by mero.S
    Issue #3135896 by mero.S: Replace assertions using array_key_exists()...
Dave Reid’s picture

Status: Reviewed & tested by the community » Fixed

Committed #3 to 8.x-1.x.

Status: Fixed » Closed (fixed)

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