Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / KernelTests / Core / Routing / ContentNegotiationRoutingTest.php
index 052e74f35bcd667cdcffda4ba670b59e2c9bea9d..34c6d5852aed8e831cf7eaa3c26f8d5e87c8b8f3 100644 (file)
@@ -111,8 +111,10 @@ class ContentNegotiationRoutingTest extends KernelTestBase {
     $tests = [
       // ['path', 'accept', 'content-type'],
 
-      ['conneg/negotiate', '', 'text/html'], // 406?
-      ['conneg/negotiate', '', 'text/html'], // 406?
+      // 406?
+      ['conneg/negotiate', '', 'text/html'],
+      // 406?
+      ['conneg/negotiate', '', 'text/html'],
       // ['conneg/negotiate', '*/*', '??'],
       ['conneg/negotiate', 'application/json', 'application/json'],
       ['conneg/negotiate', 'application/xml', 'application/xml'],