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