/**
  * @dataProvider emaProvider
  */
 public function testEmaOutputFormatting($uri, $caption = false, $linker = null, $expected)
 {
     $instance = new UriValue('_ema');
     $instance->setUserValue($uri, $caption);
     $this->assertOutputFormatting($instance, $linker, $expected);
 }