Prepare for PHPUnit 10

Created on 2 May 2024, about 2 months ago
Updated 5 June 2024, 21 days ago

Problem/Motivation

Drupal 11 will likely ship with PHPUnit 10, and new arguments will need to be passed when running the "vendor/bin/phpunit" binary (concurrency off). The "run-tests.sh" (concurrency on) already takes care of this.

It seems like we'll need to add --process-isolation and --fail-on-deprecation options as it might otherwise fail.

Proposed resolution

See if we can add the options now without PHPUnit 9 erroring, otherwise detect PHPUnit version and adapt parameters accordingly.

๐Ÿ“Œ Task
Status

Fixed

Component

gitlab-ci

Created by

๐Ÿ‡ช๐Ÿ‡ธSpain fjgarlin

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

Merge Requests

Comments & Activities

Production build 0.69.0 2024