Problem/Motivation

Drupal\Tests\UnitTestCase::assertArrayEquals was deprecated in drupal:9.1.0 and is removed from drupal:10.0.0.

Steps to reproduce

Runs ctools tests

Proposed resolution

Use ::assertEquals, ::assertEqualsCanonicalizing, or ::assertSame instead

CommentFileSizeAuthor
#2 3191233-2-D9.patch626 bytesthalles

Comments

thalles created an issue. See original summary.

thalles’s picture

Status: Needs work » Needs review
StatusFileSize
new626 bytes

Follow a patch

joelpittet’s picture

Status: Needs review » Fixed

Thanks @thalles, I've committed it to the dev release

  • joelpittet committed bc96c6b on 8.x-3.x authored by thalles
    Issue #3191233 by thalles: Drupal\Tests\UnitTestCase::assertArrayEquals...

Status: Fixed » Closed (fixed)

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