We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3c0d2 commit 19bb434Copy full SHA for 19bb434
test/lib/Elastica/Test/Transport/GuzzleTest.php
@@ -12,7 +12,7 @@ class GuzzleTest extends BaseTest
12
{
13
public static function setUpBeforeClass()
14
15
- if (!class_exists('GuzzleHttp\\Client')) {
+ if (!class_exists('GuzzleHttp\\Client') || version_compare(phpversion(), '7', '>=')) {
16
self::markTestSkipped('guzzlehttp/guzzle package should be installed to run guzzle transport tests');
17
}
18
0 commit comments