Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / tests / src / Functional / Update / BulkFormUpdateTest.php
index 5db54d2c67ecee433456b7688ed7cb517be0cb8d..7ef25863afd222b86ff10cab787d0662327006c8 100644 (file)
@@ -9,6 +9,7 @@ use Drupal\views\Entity\View;
  * Tests Views image style dependencies update.
  *
  * @group views
+ * @group legacy
  */
 class BulkFormUpdateTest extends UpdatePathTestBase {
 
@@ -18,7 +19,7 @@ class BulkFormUpdateTest extends UpdatePathTestBase {
   protected function setDatabaseDumpFiles() {
     $this->databaseDumpFiles = [
       __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz',
-      __DIR__ . '/../../../fixtures/update/legacy-bulk-form-update.php'
+      __DIR__ . '/../../../fixtures/update/legacy-bulk-form-update.php',
     ];
   }