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