We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0964a73 commit 74684d2Copy full SHA for 74684d2
1 file changed
tests/src/Auth/Process/ExpiryDateTest.php
@@ -169,7 +169,7 @@ public function testProcessMissingExpirydate(): void
169
$initialState = ['Attributes' =>
170
[
171
'userPrincipalName' => ['test'],
172
- ]
+ ],
173
];
174
$state = $initialState;
175
$filter->process($state);
@@ -187,7 +187,7 @@ public function testProcessNoExpiry(): void
187
188
189
'accountExpires' => ['20231228112510Z'],
190
191
192
$request = array_merge(self::$minRequest, $initialState);
193
0 commit comments