Convert use of TestCase::getName() to forward compatible TestCase::name()

Created on 30 November 2023, 7 months ago
Updated 28 February 2024, 4 months ago

Problem/Motivation

PHPunit renamed its internal method "getName" on test classes to "name" which breaks a couple of features in our test suite.

Steps to reproduce

When trying to run tests in PHPUnit 10 see errors.

https://github.com/sebastianbergmann/phpunit/commit/2ba8b7fded44a1a75cf5...

Proposed resolution

Arguably we shouldn't be using an internal method on TestCase but it does seem to be valuable so we can support this change with our forward compatibility.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

🐛 Bug report
Status

Fixed

Version

11.0 🔥

Component
PHPUnit 

Last updated about 22 hours ago

Created by

🇺🇸United States neclimdul Houston, TX

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