diff --git a/core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php b/core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php index e458375152eb..38e8b841c96a 100644 --- a/core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php +++ b/core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php @@ -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]], ]; }