We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7047ad3 commit 58f16a1Copy full SHA for 58f16a1
tests/Zendesk/API/UnitTests/HttpTest.php
@@ -16,7 +16,7 @@ class HttpTest extends BasicTest
16
{
17
public function testOriginalRequestExceptionIsPreserved()
18
19
- $this->markTestSkipped('Broken in PHP 7.4 (mocking)');
+ $this->markTestSkipped('Broken in PHP 8.2 (mocking)');
20
$faker = Factory::create();
21
22
$exceptionMessage = $faker->sentence;
0 commit comments