- Issue created by @klausi
- Status changed to Needs review
9 months ago 3:10pm 21 February 2024 - Status changed to RTBC
9 months ago 7:30am 22 February 2024
When executing Simpletests all test files are scanned and then this PHP warnings shows up:
Warning: Private methods cannot be final as they are never overridden by other classes in redis/lib/Redis/Tests/AbstractUnitTestCase.php on line 56
Execute any Simpletest.
Remove final keyword.
Patch