We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e900a65 commit 80e0206Copy full SHA for 80e0206
1 file changed
tests/modules/core/src/Controller/LoginTest.php
@@ -41,6 +41,7 @@ protected function setUp(): void
41
[
42
'baseurlpath' => 'https://example.org/simplesaml',
43
'module.enable' => ['exampleauth' => true],
44
+ 'trusted.url.domains' => [],
45
],
46
'[ARRAY]',
47
'simplesaml',
@@ -67,7 +68,7 @@ public function testWelcome(): void
67
68
69
/**
70
*/
- public function disabledTestClearDiscoChoicesReturnToDisallowedUrlRejected(): void
71
+ public function testClearDiscoChoicesReturnToDisallowedUrlRejected(): void
72
{
73
$request = Request::create(
74
'/cleardiscochoices',
0 commit comments