Issue #3241267 by alexpott, daffie: Drupal\Tests\Core\Session\WriteSafeSessionHandlerTest::testOtherMethods() fails due to a type error on PHP 8.1

merge-requests/865/merge
catch 2021-10-08 13:43:29 +01:00
parent 6f6e3ce98a
commit 6a8c333a21
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class WriteSafeSessionHandlerTest extends UnitTestCase {
['read', 'some-session-data', ['a-session-id']],
['close', TRUE, []],
['destroy', TRUE, ['old-session-id']],
['gc', TRUE, [42]],
['gc', 0, [42]],
];
}