You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// PHPUnit 10 compatible way to test trigger_error().
80
+
set_error_handler(
81
+
function ($errno, $errstr): bool {
82
+
$this->assertSame(
83
+
'`Redmine\Client\NativeCurlClient::getLastResponseStatusCode()` is deprecated since v2.8.0, use `\Redmine\Api\AbstractApi::getLastResponse()` instead.',
// PHPUnit 10 compatible way to test trigger_error().
114
+
set_error_handler(
115
+
function ($errno, $errstr): bool {
116
+
$this->assertSame(
117
+
'`Redmine\Client\NativeCurlClient::getLastResponseContentType()` is deprecated since v2.8.0, use `\Redmine\Api\AbstractApi::getLastResponse()` instead.',
0 commit comments