id); } #[\PHPUnit\Framework\Attributes\Group('module')] public function testJsonSerialize() : void { $null = new NullSession(2); self::assertEquals(['id' => 2], $null->jsonSerialize()); } }