/**
  * @group unit
  * @dataProvider getUrls
  */
 public function testConvertUrlsinTextToLinks($text, $aTagParams, $expectedParsedText)
 {
     $this->assertEquals($expectedParsedText, tx_mklib_util_String::convertUrlsInTextToLinks($text, $aTagParams), 'Text falsch geparsed');
 }