Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / search / tests / src / Kernel / SearchMatchTest.php
index 7037646bc8636f52121b149665cdebccfbc05c16..e9d2ac8bca5bf61299fe0fff30d96d8ac62e884f 100644 (file)
@@ -156,7 +156,7 @@ class SearchMatchTest extends KernelTestBase {
       '"am minim veniam" -"cillum dolore"' => [5, 6],
       '"am minim veniam" -"dolore cillum"' => [5, 6, 7],
       'xxxxx "minim am veniam es" OR dolore' => [],
-      'xx "minim am veniam es" OR dolore' => []
+      'xx "minim am veniam es" OR dolore' => [],
     ];
     foreach ($queries as $query => $results) {
       $result = db_select('search_index', 'i')