assertEquals($expected, html2bbcode($src)); } private function html2bbcode_provider(): array { return [ 'image with alt text' => [ 'Alt text', '[img=https://example.com/image.jpg]Alt text[/img]' ], ]; } }