Replace assertions involving calls to is_array() with assertIsArray()/assertIsNotArray()

Created on 19 May 2020, almost 5 years ago
Updated 13 February 2025, about 2 months ago

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

πŸ“Œ Task
Status

Needs review

Version

3.0

Component

Code

Created by

πŸ‡ΊπŸ‡¦Ukraine alexshipilov

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024