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