File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments