File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -655,7 +655,7 @@ public function getNameIdData()
655
655
$ spEntityId = $ spData ['entityId ' ];
656
656
if ($ spEntityId != $ nameId ->getAttribute ($ attr )) {
657
657
throw new ValidationError (
658
- "The SPNameQualifier value mistmatch the SP entityID value. " ,
658
+ "The SPNameQualifier value mismatch the SP entityID value. " ,
659
659
ValidationError::SP_NAME_QUALIFIER_NAME_MISMATCH
660
660
);
661
661
}
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ public function testReturnNameId()
199
199
$ nameId10 = $ response10 ->getNameId ();
200
200
$ this ->fail ('ValidationError was not raised ' );
201
201
} catch (ValidationError $ e ) {
202
- $ this ->assertStringContainsString ('The SPNameQualifier value mistmatch the SP entityID value. ' , $ e ->getMessage ());
202
+ $ this ->assertStringContainsString ('The SPNameQualifier value mismatch the SP entityID value. ' , $ e ->getMessage ());
203
203
}
204
204
205
205
$ response11 = new Response ($ settings , $ xml6 );
@@ -405,7 +405,7 @@ public function testGetNameIdData()
405
405
$ nameIdData10 = $ response10 ->getNameIdData ();
406
406
$ this ->fail ('ValidationError was not raised ' );
407
407
} catch (ValidationError $ e ) {
408
- $ this ->assertStringContainsString ('The SPNameQualifier value mistmatch the SP entityID value. ' , $ e ->getMessage ());
408
+ $ this ->assertStringContainsString ('The SPNameQualifier value mismatch the SP entityID value. ' , $ e ->getMessage ());
409
409
}
410
410
411
411
$ response11 = new Response ($ settings , $ xml6 );
You can’t perform that action at this time.
0 commit comments