From 5636ed88e6ea1c00b0e7661ebb88c2d2a573bfc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Wed, 11 Dec 2024 20:14:47 +0100 Subject: [PATCH] remove a comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Müller --- test/SessionManagerTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/SessionManagerTest.php b/test/SessionManagerTest.php index eb4b0a56..ceb684cf 100644 --- a/test/SessionManagerTest.php +++ b/test/SessionManagerTest.php @@ -160,8 +160,6 @@ public function testCanDisableAttachDefaultValidators(): void $this->assertAttributeEquals([], 'validators', $manager); } - // Session-related functionality - #[RunInSeparateProcess] public function testSessionExistsReturnsFalseWhenNoSessionStarted(): void {