From 8fe965bb2411992956cc9fca58ac07490cc1581d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 May 2018 11:05:39 +0200 Subject: update to 3.1.0 use range dependencies on F27+ switch to phpunit6 or phpunit7 --- php-zendframework-zendservice-recaptcha-pr12.patch | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 php-zendframework-zendservice-recaptcha-pr12.patch (limited to 'php-zendframework-zendservice-recaptcha-pr12.patch') diff --git a/php-zendframework-zendservice-recaptcha-pr12.patch b/php-zendframework-zendservice-recaptcha-pr12.patch deleted file mode 100644 index 9d8d668..0000000 --- a/php-zendframework-zendservice-recaptcha-pr12.patch +++ /dev/null @@ -1,33 +0,0 @@ -From a72b6a337c7567fd8825e3b3fcd571a117dfc4f8 Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Thu, 2 Mar 2017 08:44:42 +0100 -Subject: [PATCH] tag online tests to be able to easily skip them - ---- - test/ReCaptchaTest.php | 6 ++++++ - 1 file changed, 6 insertions(+) - -diff --git a/test/ReCaptchaTest.php b/test/ReCaptchaTest.php -index f79937d..8fd4032 100644 ---- a/test/ReCaptchaTest.php -+++ b/test/ReCaptchaTest.php -@@ -268,6 +268,9 @@ public function testVerifyWithMissingIp() - $this->reCaptcha->verify('challenge', 'response'); - } - -+ /** -+ * @group online -+ */ - public function testVerifyWithMissingChallengeField() - { - $this->reCaptcha->setSecretKey($this->secretKey); -@@ -276,6 +279,9 @@ public function testVerifyWithMissingChallengeField() - $this->assertFalse($response->getStatus()); - } - -+ /** -+ * @group online -+ */ - public function testVerifyWithMissingResponseField() - { - $this->reCaptcha->setSecretKey($this->secretKey); -- cgit