summaryrefslogtreecommitdiffstats
path: root/php-nette-http-upstream.patch
diff options
context:
space:
mode:
Diffstat (limited to 'php-nette-http-upstream.patch')
-rw-r--r--php-nette-http-upstream.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/php-nette-http-upstream.patch b/php-nette-http-upstream.patch
deleted file mode 100644
index 8ecdfac..0000000
--- a/php-nette-http-upstream.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From 3fb64f5ae5d1e161cb8ab12de1fb9958cea8a50b Mon Sep 17 00:00:00 2001
-From: David Grudl <david@grudl.com>
-Date: Thu, 14 Jul 2016 16:56:39 +0200
-Subject: [PATCH] travis: added PHP 7.1
-
----
- .travis.yml | 4 ++++
- tests/Http/Session.start.error.phpt | 2 +-
- 2 files changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/tests/Http/Session.start.error.phpt b/tests/Http/Session.start.error.phpt
-index 9bf7e87..ebd213f 100644
---- a/tests/Http/Session.start.error.phpt
-+++ b/tests/Http/Session.start.error.phpt
-@@ -20,4 +20,4 @@ $session = new Session(new Nette\Http\Request(new Nette\Http\UrlScript), new Net
-
- Assert::exception(function () use ($session) {
- $session->start();
--}, Nette\InvalidStateException::class, '%a?%open(%A%) failed: %a%');
-+}, Nette\InvalidStateException::class);