Skip to content

Commit 9b2eba7

Browse files
committed
MNT Update unit tests for PHP 8.5
1 parent 50a55e3 commit 9b2eba7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/php/Authenticator/ChangePasswordHandlerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ protected function tearDown(): void
4040
{
4141
foreach (['tempHashAlreadyGenerated', 'tempHashAlreadyProcessed'] as $property) {
4242
$refl = new ReflectionProperty(SecurityChangePasswordHandler::class, $property);
43-
$refl->setAccessible(true);
4443
$refl->setValue(null, false);
4544
}
4645
parent::tearDown();

0 commit comments

Comments
 (0)