Skip to content

Commit 58b2e9f

Browse files
Merge pull request php-vcr#325 from php-vcr/1.5-removing-unused-guzzle-4-test
Removed Guzzle 4 test as Guzzle 4 is not compatible with PHP >= 7.1
2 parents 8e92a4b + 82eb7d5 commit 58b2e9f

File tree

5 files changed

+0
-203
lines changed

5 files changed

+0
-203
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ matrix:
1919
- docker
2020
- env: TEST_DIR=tests/integration/guzzle/3
2121
php: 7.2
22-
# Guzzle 4 is not compatible with PHP >= 7.1 due to an error in the code that was only fixed in Guzzle 5.
23-
# See: https://github.com/guzzle/guzzle/pull/1393
24-
# - env: TEST_DIR=tests/integration/guzzle/4
25-
# php: 7.2
2622
- env: TEST_DIR=tests/integration/guzzle/5
2723
php: 7.2
2824
- env: TEST_DIR=tests/integration/guzzle/6
@@ -52,7 +48,6 @@ cache:
5248
directories:
5349
- vendor
5450
- tests/integration/guzzle/3/vendor
55-
# - tests/integration/guzzle/4/vendor
5651
- tests/integration/guzzle/5/vendor
5752
- tests/integration/guzzle/6/vendor
5853
- tests/integration/soap/vendor

tests/integration/guzzle/4/ExampleHttpClient.php

Lines changed: 0 additions & 43 deletions
This file was deleted.

tests/integration/guzzle/4/composer.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/integration/guzzle/4/composer.lock

Lines changed: 0 additions & 136 deletions
This file was deleted.

tests/integration/guzzle/4/phpunit.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)