Skip to content

Commit 12948aa

Browse files
committed
Remove extra spaces
1 parent 1b2a413 commit 12948aa

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

tests/src/OneLogin/Saml2/SettingsTest.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -446,49 +446,49 @@ public function testGetSPMetadataWithX509CertNewDataProvider()
446446
{
447447
return [
448448
'settings do not require encryption' => [
449-
'alwaysIncludeEncryption' => false,
449+
'alwaysIncludeEncryption' => false,
450450
'wantNameIdEncrypted' => false,
451451
'wantAssertionsEncrypted' => false,
452452
'expectEncryptionKeyDescriptor' => false,
453453
],
454454
'wantNameIdEncrypted setting enabled' => [
455-
'alwaysIncludeEncryption' => false,
455+
'alwaysIncludeEncryption' => false,
456456
'wantNameIdEncrypted' => true,
457457
'wantAssertionsEncrypted' => false,
458458
'expectEncryptionKeyDescriptor' => true,
459459
],
460460
'wantAssertionsEncrypted setting enabled' => [
461-
'alwaysIncludeEncryption' => false,
461+
'alwaysIncludeEncryption' => false,
462462
'wantNameIdEncrypted' => false,
463463
'wantAssertionsEncrypted' => true,
464464
'expectEncryptionKeyDescriptor' => true,
465465
],
466466
'both settings enabled'=> [
467-
'alwaysIncludeEncryption' => false,
467+
'alwaysIncludeEncryption' => false,
468468
'wantNameIdEncrypted' => true,
469469
'wantAssertionsEncrypted' => true,
470470
'expectEncryptionKeyDescriptor' => true,
471471
],
472472
'metadata requested with encryption' => [
473-
'alwaysIncludeEncryption' => true,
473+
'alwaysIncludeEncryption' => true,
474474
'wantNameIdEncrypted' => false,
475475
'wantAssertionsEncrypted' => false,
476476
'expectEncryptionKeyDescriptor' => true,
477477
],
478-
'metadata requested with encryption and wantNameIdEncrypted setting enabled' => [
479-
'alwaysIncludeEncryption' => true,
478+
'metadata requested with encryption and wantNameIdEncrypted setting enabled' => [
479+
'alwaysIncludeEncryption' => true,
480480
'wantNameIdEncrypted' => true,
481481
'wantAssertionsEncrypted' => false,
482482
'expectEncryptionKeyDescriptor' => true,
483483
],
484484
'metadata requested with encryption and wantAssertionsEncrypted setting enabled' => [
485-
'alwaysIncludeEncryption' => true,
485+
'alwaysIncludeEncryption' => true,
486486
'wantNameIdEncrypted' => false,
487487
'wantAssertionsEncrypted' => true,
488488
'expectEncryptionKeyDescriptor' => true,
489489
],
490490
'metadata requested with encryption and both settings enabled' => [
491-
'alwaysIncludeEncryption' => true,
491+
'alwaysIncludeEncryption' => true,
492492
'wantNameIdEncrypted' => true,
493493
'wantAssertionsEncrypted' => true,
494494
'expectEncryptionKeyDescriptor' => true,

0 commit comments

Comments
 (0)