Skip to content

Conversation

TomA-R
Copy link
Contributor

@TomA-R TomA-R commented Oct 21, 2025

Upgrades to PHPUnit 10

  • Specify PHPUnit 10 in composer.json. This requires PHP 8.1, but since PHP 8.1 is the oldest version that's not end-of-life, I believe that should be acceptable. From what I can tell, CI also only runs on 8.1+. Older versions of PHPUnit produce a lot of deprecation warnings when run on new versions of PHP, making the output very messy and hard to read.
  • Fixes deprecation warnings:
  • Mark PreviouslyGeneratedClassTest::testPrefixForReservedWords() explicitly as skipped when run on an unsupported version of PHP to avoid a warning: This test did not perform any assertions

@TomA-R TomA-R requested a review from a team as a code owner October 21, 2025 06:32
@TomA-R TomA-R requested review from haberman and removed request for a team October 21, 2025 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant