Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 8fdeef6

Browse files
committed
One of the tests PHP 5.5
1 parent f3b04ec commit 8fdeef6

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

tests/Guzzle5CurlHttpAdapterTest.php

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,12 @@
1414
use GuzzleHttp\Ring\Client\CurlHandler;
1515

1616
/**
17+
* @requires PHP 5.5
18+
*
1719
* @author GeLo <[email protected]>
1820
*/
1921
class Guzzle5CurlHttpAdapterTest extends Guzzle5HttpAdapterTest
2022
{
21-
/**
22-
* {@inheritdoc}
23-
*/
24-
protected function setUp()
25-
{
26-
if (PHP_VERSION_ID < 50500) {
27-
$this->markTestSkipped();
28-
}
29-
30-
parent::setUp();
31-
}
32-
3323
/**
3424
* {@inheritdoc}
3525
*/

0 commit comments

Comments
 (0)