Skip to content

Commit bd4e277

Browse files
Fix test extension requirements
1 parent 7f38766 commit bd4e277

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/HttpClientTraitTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,6 @@ public function testNormalizeBodyMultipartForwardStream($stream)
153153

154154
public static function provideNormalizeBodyMultipartForwardStream()
155155
{
156-
if (!\extension_loaded('openssl')) {
157-
throw self::markTestSkipped('Extension openssl required.');
158-
}
159-
160156
yield 'native' => [fopen('https://github.githubassets.com/images/icons/emoji/unicode/1f44d.png', 'r')];
161157
yield 'symfony' => [HttpClient::create()->request('GET', 'https://github.githubassets.com/images/icons/emoji/unicode/1f44d.png')->toStream()];
162158
}

0 commit comments

Comments
 (0)