We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb8cfe commit 9a98b04Copy full SHA for 9a98b04
1 file changed
tests/src/SimpleSAML/XHTML/TemplateTranslationTest.php
@@ -51,6 +51,7 @@ public function testCoreLoginUserPassTemplate(): void
51
$t->data['rememberUsernameEnabled'] = false;
52
$t->data['rememberMeEnabled'] = false;
53
$t->data['AuthState'] = '_abc123';
54
+ $t->data['formURL'] = Module::getModuleURL('core/loginuserpass');
55
56
$getContent = function (): string {
57
/** @var \SimpleSAML\XHTML\Template $this */
0 commit comments