Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / var-dumper / Tests / Dumper / HtmlDumperTest.php
index b852f27476d0aec7fdb3c52b3b0c944d9bddc6a2..eac82644f93183b98d872b5f8706ba1d63d43149 100644 (file)
@@ -22,6 +22,10 @@ class HtmlDumperTest extends TestCase
 {
     public function testGet()
     {
+        if (ini_get('xdebug.file_link_format') || get_cfg_var('xdebug.file_link_format')) {
+            $this->markTestSkipped('A custom file_link_format is defined.');
+        }
+
         require __DIR__.'/../Fixtures/dumb-var.php';
 
         $dumper = new HtmlDumper('php://output');