Issue #3241267 by alexpott, daffie: Drupal\Tests\Core\Session\WriteSafeSessionHandlerTest::testOtherMethods() fails due to a type error on PHP 8.1
parent
6f6e3ce98a
commit
6a8c333a21
|
@ -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]],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue