Page MenuHomeDevCentral

Update tests to PHPUnit 11
ClosedPublic

Authored by dereckson on Oct 16 2024, 23:07.
Tags
None
Referenced Files
F12078709: D3528.diff
Fri, Oct 3, 11:44
F12078187: D3528.id9143.diff
Fri, Oct 3, 08:04
F12075350: D3528.id9068.diff
Thu, Oct 2, 10:11
F12074280: D3528.diff
Thu, Oct 2, 05:10
Unknown Object (File)
Wed, Oct 1, 08:38
Unknown Object (File)
Sun, Sep 28, 23:34
Unknown Object (File)
Sun, Sep 28, 10:54
Unknown Object (File)
Wed, Sep 24, 18:28
Subscribers
None

Details

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/

Diff Detail

Repository
rKGH Keruald GitHub
Lint
Lint Not Applicable
Unit
Tests Not Applicable