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