diff options
author | Remi Collet <remi@remirepo.net> | 2018-05-14 11:07:13 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-05-14 11:07:13 +0200 |
commit | 1e528d9e33c29d627fac4640f210c0f500030ea9 (patch) | |
tree | 745962b10a5d7820f01cbad5f2bd110912e85c00 /php-zendframework-zendservice-recaptcha-pr12.patch | |
parent | 73b22f52b38bf6974f16d627a5a925292efa4b65 (diff) |
v3.1.0zend-loader
Diffstat (limited to 'php-zendframework-zendservice-recaptcha-pr12.patch')
-rw-r--r-- | php-zendframework-zendservice-recaptcha-pr12.patch | 33 |
1 files changed, 0 insertions, 33 deletions
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 <fedora@famillecollet.com> -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); |