From b45297334da2be5286d5c4a02875dd8384500229 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 25 Jan 2020 10:26:59 +0100 Subject: update to 1.2.1 switch to phpunit7 --- test.patch | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 test.patch (limited to 'test.patch') diff --git a/test.patch b/test.patch deleted file mode 100644 index 380272f..0000000 --- a/test.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -up test/Psr7ResponseTest.php.old test/Psr7ResponseTest.php ---- test/Psr7ResponseTest.php.old 2020-01-10 15:11:11.847467126 +0100 -+++ test/Psr7ResponseTest.php 2020-01-10 15:11:34.953344291 +0100 -@@ -30,7 +30,7 @@ class Psr7ResponseTest extends TestCase - 'Content-Length' => [ '5' ] - ]], - [ 'Test!', 202, [ -- 'Content-Type' => [ 'text/html; level=1', 'text/html' ], -+ 'Content-Type' => [ 'text/html', 'text/html' ], - 'Content-Length' => [ '5' ] - ]], - ]; -diff -up test/Psr7ServerRequestTest.php.old test/Psr7ServerRequestTest.php ---- test/Psr7ServerRequestTest.php.old 2020-01-10 15:10:52.018572544 +0100 -+++ test/Psr7ServerRequestTest.php 2020-01-10 15:10:54.721558173 +0100 -@@ -401,7 +401,7 @@ class Psr7ServerRequestTest extends Test - 'POST', // http method - [ - 'Content-Type' => 'application/x-www-form-urlencoded', -- 'Cookie' => sprintf("PHPSESSID=%s;foo=bar", uniqid()) -+ 'Cookie' => sprintf("PHPSESSID=%s", uniqid()) - ], // headers - '', // body - [ 'foo' => 'bar' ], // query params -- cgit