Page MenuHomeDevCentral

Update tests to PHPUnit 11
ClosedPublic

Authored by dereckson on Oct 16 2024, 23:07.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 16, 21:27
Unknown Object (File)
Wed, Apr 16, 10:32
Unknown Object (File)
Tue, Apr 15, 21:09
Unknown Object (File)
Tue, Apr 15, 08:27
Unknown Object (File)
Mon, Apr 14, 05:56
Unknown Object (File)
Tue, Apr 8, 12:26
Unknown Object (File)
Tue, Apr 8, 09:50
Unknown Object (File)
Sat, Apr 5, 17:35
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