Page MenuHomeDevCentral

Update tests to PHPUnit 11
ClosedPublic

Authored by dereckson on Oct 16 2024, 23:07.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 24, 17:24
Unknown Object (File)
Tue, Feb 24, 17:17
Unknown Object (File)
Sat, Feb 21, 17:16
Unknown Object (File)
Sat, Feb 21, 17:11
Unknown Object (File)
Wed, Feb 18, 16:52
Unknown Object (File)
Sat, Feb 14, 19:29
Unknown Object (File)
Sat, Feb 14, 19:13
Unknown Object (File)
Thu, Feb 12, 22:53
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