summaryrefslogtreecommitdiffstats
path: root/test.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-25 10:26:59 +0100
committerRemi Collet <remi@remirepo.net>2020-01-25 10:26:59 +0100
commitb45297334da2be5286d5c4a02875dd8384500229 (patch)
treeb2ab70dc5ddc09dfd70b0c754777f91ec630922d /test.patch
parent4ca84fbb5e56a9063a5afcd0b4b5798fa475aaf7 (diff)
update to 1.2.1
switch to phpunit7
Diffstat (limited to 'test.patch')
-rw-r--r--test.patch24
1 files changed, 0 insertions, 24 deletions
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