8000 Fix test extension requirements · symfony/symfony@508d08d · GitHub
[go: up one dir, main page]

Skip to content

Commit 508d08d

Browse files
Fix test extension requirements
1 parent 590f629 commit 508d08d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/Symfony/Component/HttpClient/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
}

src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
use Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler;
1717

1818
/**
19-
* @requires extension redis
20-
*
2119
* @group time-sensitive
2220
*/
2321
abstract class AbstractRedisSessionHandlerTestCase extends TestCase

0 commit comments

Comments
 (0)
0