id); } /** * @covers Modules\Comments\Models\NullCommentVote * @group module */ public function testJsonSerialize() : void { $null = new NullCommentVote(2); self::assertEquals(['id' => 2], $null->jsonSerialize()); } }