File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ function (AttributeConsumingService $acs) {
107107 },
108108 ),
109109 1 ,
110- 'Only one md: AttributeConsumingService can be set as default . ' ,
110+ 'At most one < AttributeConsumingService> element can have the attribute isDefault set to true . ' ,
111111 );
112112 }
113113
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ public function testUnmarshallingTwoDefaultACS(): void
287287
288288 $ this ->expectException (AssertionFailedException::class);
289289 $ this ->expectExceptionMessage (
290- 'At most one <AttributeConsumingService> element can have the attribute isDefault set to true. '
290+ 'At most one <AttributeConsumingService> element can have the attribute isDefault set to true. ' ,
291291 );
292292
293293 SPSSODescriptor::fromXML ($ xmlRepresentation ->documentElement );
You can’t perform that action at this time.
0 commit comments