Skip to content

Commit b0a1f30

Browse files
committed
AC-3179: "Can not resolve reCAPTCHA parameter" entries in exception.log for Google reCAPTCHA Admin Panel
Fix cyclometric complexity
1 parent 3271513 commit b0a1f30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ReCaptchaUi/Test/Unit/Model/RequestHandlerTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
use PHPUnit\Framework\TestCase;
2727
use Psr\Log\LoggerInterface;
2828

29+
/**
30+
* Request Handler Test
31+
*
32+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
33+
*/
2934
class RequestHandlerTest extends TestCase
3035
{
3136
/**

0 commit comments

Comments
 (0)