Page MenuHomeDevCentral

Use typed properties in OmniTools tests
ClosedPublic

Authored by dereckson on Nov 10 2024, 11:30.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 21, 09:12
Unknown Object (File)
Sun, Feb 16, 11:43
Unknown Object (File)
Sun, Feb 16, 11:37
Unknown Object (File)
Sat, Feb 15, 13:32
Unknown Object (File)
Sat, Feb 15, 13:32
Unknown Object (File)
Sat, Feb 15, 10:22
Unknown Object (File)
Sat, Feb 15, 08:16
Unknown Object (File)
Thu, Feb 13, 21:14
Subscribers
None

Details

Summary

PHP 7.4 introduced typed properties. As we run tests under PHPUnit 10,
tests suite requires PHP 8.1+. As such, we can use typed properties.

Test Plan

phpunit omnitools/tests/

Diff Detail

Repository
rKERUALD Keruald libraries development repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable