id); } public function testJsonSerialization() : void { $null = new NullAccount(2); self::assertEquals(['id' => 2], $null->jsonSerialize()); } }