I'm seeing this a lot in PHP 8.5 when running all tests:
Deprecated: Method ReflectionProperty::setAccessible() is deprecated since 8.5, as it has no effect since PHP 8.1 in /processwire-dev/wire/core/WireInput/WireInput.test.php on line 372
Example:
-----------------------------------
TEST: WireInput:
Deprecated: Method ReflectionProperty::setAccessible() is deprecated since 8.5, as it has no effect since PHP 8.1 in processwire-dev/wire/core/WireInput/WireInput.test.php on line 372
Deprecated: Method ReflectionProperty::setAccessible() is deprecated since 8.5, as it has no effect since PHP 8.1 in /processwire-dev/wire/core/WireInput/WireInput.test.php on line 372
Deprecated: Method ReflectionProperty::setAccessible() is deprecated since 8.5, as it has no effect since PHP 8.1 in /processwire-dev/wire/core/WireInput/WireInput.test.php on line 372
- OK: $input->get is WireInputData
- OK: $input->post is WireInputData
- OK: $input->cookie is WireInputDataCookie
- OK: $input->whitelist is WireInputData
- OK: $input->pageNum defaults to 1
- OK: $input->scheme returns http or https
I'm seeing this a lot in PHP 8.5 when running all tests:
Example: