From 6aa0e6d5eeeab0aed30b58a256bc17a2acb0c15b Mon Sep 17 00:00:00 2001 From: Anatoly Nekhay Date: Fri, 4 Dec 2020 15:07:03 +0500 Subject: [PATCH] integration tests don't support php 7.1 --- composer.json | 3 +-- tests/StreamIntegrationTest.php | 14 -------------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 tests/StreamIntegrationTest.php diff --git a/composer.json b/composer.json index 0797588..f1db1aa 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,7 @@ "psr/http-message": "^1.0" }, "require-dev": { - "phpunit/phpunit": ">=7.5.6", - "php-http/psr7-integration-tests": "dev-master" + "phpunit/phpunit": ">=7.5.6" }, "provide": { "psr/http-message-implementation": "1.0" diff --git a/tests/StreamIntegrationTest.php b/tests/StreamIntegrationTest.php deleted file mode 100644 index 0c1061a..0000000 --- a/tests/StreamIntegrationTest.php +++ /dev/null @@ -1,14 +0,0 @@ -