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 / ArgumentPlaceholderUpdatePathTest.php
index 8d60f358b9b056c9eb0bc267da30eda2ad02c93e..03e37b53c002b61cb6590a9e5e5a60086af5a624 100644 (file)
@@ -11,6 +11,7 @@ use Drupal\views\Entity\View;
  * @see views_update_8002()
  *
  * @group views
+ * @group legacy
  */
 class ArgumentPlaceholderUpdatePathTest extends UpdatePathTestBase {
 
@@ -20,7 +21,7 @@ class ArgumentPlaceholderUpdatePathTest extends UpdatePathTestBase {
   protected function setDatabaseDumpFiles() {
     $this->databaseDumpFiles = [
       __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz',
-      __DIR__ . '/../../../fixtures/update/argument-placeholder.php'
+      __DIR__ . '/../../../fixtures/update/argument-placeholder.php',
     ];
   }