,string,string}> */ public static function provideJsonDots(): Traversable { $json = << $array */ #[DataProvider('provideJsonDots')] public static function testJsonDots(array $array, string $key, string $expected): void { $value = FreshRSS_dotNotation_Util::get($array, $key); self::assertSame($expected, $value); } }