Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / var-dumper / Tests / Caster / ExceptionCasterTest.php
index 92cf6fb88299c27caa5464b8cb80adffdaf8e73a..c9cc24f2dff620258b4c1f51c0a8b0ef760faa7f 100644 (file)
@@ -126,6 +126,10 @@ EODUMP;
 
     public function testHtmlDump()
     {
+        if (ini_get('xdebug.file_link_format') || get_cfg_var('xdebug.file_link_format')) {
+            $this->markTestSkipped('A custom file_link_format is defined.');
+        }
+
         $e = $this->getTestException(1);
         ExceptionCaster::$srcContext = -1;