Skip to content

Commit 10adb6d

Browse files
tvdijenmonkeyiq
authored andcommitted
Style
1 parent 1a9af74 commit 10adb6d

1 file changed

Lines changed: 14 additions & 10 deletions

File tree

tests/src/SimpleSAML/ConfigurationTest.php

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -817,18 +817,22 @@ public function testGetDefaultEndpoint(): void
817817

818818
$a = [
819819
'metadata-set' => 'saml20-sp-remote',
820-
'ArtifactResolutionService' =>
821-
[[
820+
'ArtifactResolutionService' => [
821+
[
822822
'Location' => 'https://example.com/ars',
823-
]],
824-
'SingleSignOnService' =>
825-
[[
823+
],
824+
].
825+
'SingleSignOnService' => [
826+
[
826827
'Location' => 'https://example.com/sso',
827-
]],
828-
'SingleLogoutService' => [[
829-
'Location' => 'https://example.com/slo',
830-
'Binding' => 'valid_binding', // test unknown bindings if we don't specify a list of valid ones
831-
]],
828+
],
829+
],
830+
'SingleLogoutService' => [
831+
[
832+
'Location' => 'https://example.com/slo',
833+
'Binding' => 'valid_binding', // test unknown bindings if we don't specify a list of valid ones
834+
],
835+
],
832836
];
833837

834838

0 commit comments

Comments
 (0)