#4153·YOURLS

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 cacheResult attribute is deprecated and will be removed in PHPUnit 14. Use "recordTestRunHistory" instead."
  • core : "Function spl_object_hash() is deprecated since 8.6, consider using spl_object_id() instead"