Problem/Motivation

As title

Proposed resolution

Example:

-    $this->assertTrue(is_array($component));
+    $this->assertIsArray($component);

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

deulenko created an issue. See original summary.

deulenko’s picture

  • Dave Reid committed a216072 on 8.x-1.x authored by deulenko
    Issue #3136480 by deulenko: Replace is_array() assertion with...
Dave Reid’s picture

Status: Active » Fixed

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

Status: Fixed » Closed (fixed)

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