HomeDevCentral

Update tests to PHPUnit 11

Description

Update tests to PHPUnit 11

Summary:
Minimum version of PHP to run tests needs to be bumped to:

  • 7.1.O to use void
  • 8.0.0 to use attributes
  • 8.2.0 to use PHPUnit 11

Ref T2035

Test Plan: composer install && vendor/bin/phpunit tests/

Reviewers: aceppaluni

Reviewed By: aceppaluni

Maniphest Tasks: T2035

Differential Revision: https://devcentral.nasqueron.org/D3528

Details

Provenance
derecksonAuthored on Oct 23 2024, 15:20
aceppaluniCommitted on Oct 23 2024, 15:31
aceppaluniPushed on Oct 23 2024, 15:31
Reviewer
aceppaluni
Differential Revision
D3528: Update tests to PHPUnit 11
Parents
rKGH5a5f82940bfb: Define src/ as source code root
Branches
Unknown
Tags
Unknown
Tasks
T2035: Tidy up Keruald\GitHub package repository