Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aynsix committed Feb 22, 2024
1 parent 4b5eb72 commit 02aff8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Alchemy/Tests/Phrasea/ApplicationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 02aff8f

Please sign in to comment.