From c9a186ec9fe6b71edf02f5caa5e75da005b03ef1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Feb 2019 08:26:09 +0100 Subject: clean --- 46.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 46.patch diff --git a/46.patch b/46.patch deleted file mode 100644 index 53ef673..0000000 --- a/46.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 90304944c400db475f686945abac9b6dad4c9385 Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Tue, 5 Feb 2019 09:22:44 +0100 -Subject: [PATCH] fix test for zend-validator 1.11 - ---- - test/Transfer/Adapter/HttpTest.php | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/test/Transfer/Adapter/HttpTest.php b/test/Transfer/Adapter/HttpTest.php -index 6af43f0..34ec79a 100644 ---- a/test/Transfer/Adapter/HttpTest.php -+++ b/test/Transfer/Adapter/HttpTest.php -@@ -334,6 +334,6 @@ public function testValidationOfPhpExtendsFormError() - $_FILES = []; - $adapter = new HttpTestMockAdapter(); - $this->assertFalse($adapter->isValidParent()); -- $this->assertContains('exceeds the defined ini size', current($adapter->getMessages())); -+ $this->assertContains('exceeds', current($adapter->getMessages())); - } - } -- cgit