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 7f38766 commit bd4e277Copy full SHA for bd4e277
Tests/HttpClientTraitTest.php
@@ -153,10 +153,6 @@ public function testNormalizeBodyMultipartForwardStream($stream)
153
154
public static function provideNormalizeBodyMultipartForwardStream()
155
{
156
- if (!\extension_loaded('openssl')) {
157
- throw self::markTestSkipped('Extension openssl required.');
158
- }
159
-
160
yield 'native' => [fopen('https://github.githubassets.com/images/icons/emoji/unicode/1f44d.png', 'r')];
161
yield 'symfony' => [HttpClient::create()->request('GET', 'https://github.githubassets.com/images/icons/emoji/unicode/1f44d.png')->toStream()];
162
}
0 commit comments