Page MenuHomeDevCentral

Update tests to PHPUnit 11
ClosedPublic

Authored by dereckson on Oct 16 2024, 23:07.
Tags
None
Referenced Files
F25266815: D3528.diff
Wed, Apr 8, 03:14
Unknown Object (File)
Sat, Apr 4, 10:25
Unknown Object (File)
Sat, Apr 4, 05:45
Unknown Object (File)
Sat, Apr 4, 05:45
Unknown Object (File)
Sun, Mar 29, 13:35
Unknown Object (File)
Sat, Mar 28, 21:08
Unknown Object (File)
Sat, Mar 28, 05:16
Unknown Object (File)
Sat, Mar 28, 04:56
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