Skip to content

Commit

Permalink
[TASK] Provide encryptionKey for spamcheck unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
derhansen committed Feb 27, 2024
1 parent e3be3d2 commit 798bcf6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tests/Unit/SpamChecks/ChallengeResponseSpamCheckTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
*/
class ChallengeResponseSpamCheckTest extends UnitTestCase
{
public function setUp(): void
{
parent::setUp();
$GLOBALS['TYPO3_CONF_VARS']['SYS']['encryptionKey'] = 'foo';
}

/**
* @test
*/
Expand Down

0 comments on commit 798bcf6

Please sign in to comment.