From 02aff8f0d1fdffaeb0325cf5fe339a8dfe5c9ff9 Mon Sep 17 00:00:00 2001 From: aynsix Date: Thu, 22 Feb 2024 18:24:37 +0300 Subject: [PATCH] test --- tests/Alchemy/Tests/Phrasea/ApplicationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Alchemy/Tests/Phrasea/ApplicationTest.php b/tests/Alchemy/Tests/Phrasea/ApplicationTest.php index 8e38fcfd24..df53ae7b39 100644 --- a/tests/Alchemy/Tests/Phrasea/ApplicationTest.php +++ b/tests/Alchemy/Tests/Phrasea/ApplicationTest.php @@ -241,7 +241,7 @@ public function testAddCaptcha() ->expects($this->any()) ->method('get') ->with(['registry', 'webservices', 'captcha-provider']) - ->will($this->returnValue(true)); + ->will($this->returnValue('reCaptcha')); $this->assertFalse($app->isCaptchaRequired()); $app->requireCaptcha();