Deprecations in code & unit tests
Author: ozhCreated Aug 23, 2026Updated Aug 23, 2026
There is currently one deprecation with PHP 8.5 tests and one in core code with 8.6.
- tests : "The
cacheResultattribute is deprecated and will be removed in PHPUnit 14. Use "recordTestRunHistory" instead." - core : "Function
spl_object_hash()is deprecated since 8.6, consider usingspl_object_id()instead"
Source: YOURLS/YOURLS