Skip to content

Commit f80891f

Browse files
committed
Fix tests
1 parent 7725547 commit f80891f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/src/Controller/AdfsControllerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ protected function setup(): void
3636

3737
$this->config = Configuration::loadFromArray(
3838
[
39+
'enable.saml20-idp' => true,
3940
'enable.adfs-idp' => true,
4041
'module.enable' => ['adfs' => true, 'exampleauth' => true],
4142
'metadata.sources' => [

0 commit comments

Comments
 (0)