Skip to content

Commit 9a98b04

Browse files
committed
Fix test for loginuserpass
1 parent fbb8cfe commit 9a98b04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/src/SimpleSAML/XHTML/TemplateTranslationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public function testCoreLoginUserPassTemplate(): void
5151
$t->data['rememberUsernameEnabled'] = false;
5252
$t->data['rememberMeEnabled'] = false;
5353
$t->data['AuthState'] = '_abc123';
54+
$t->data['formURL'] = Module::getModuleURL('core/loginuserpass');
5455

5556
$getContent = function (): string {
5657
/** @var \SimpleSAML\XHTML\Template $this */

0 commit comments

Comments
 (0)