,string,string}> */ public function provideJsonDots(): Traversable { $json = << $array */ public function testJsonDots(array $array, string $key, string $expected): void { $value = FreshRSS_dotpath_Util::get($array, $key); self::assertEquals($expected, $value); } }