Skip to content

Commit 58f16a1

Browse files
committed
Update wording in unit test from 7.4 to 8.2
1 parent 7047ad3 commit 58f16a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Zendesk/API/UnitTests/HttpTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class HttpTest extends BasicTest
1616
{
1717
public function testOriginalRequestExceptionIsPreserved()
1818
{
19-
$this->markTestSkipped('Broken in PHP 7.4 (mocking)');
19+
$this->markTestSkipped('Broken in PHP 8.2 (mocking)');
2020
$faker = Factory::create();
2121

2222
$exceptionMessage = $faker->sentence;

0 commit comments

Comments
 (0)