Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / dblog / tests / src / Functional / Update / DblogFiltersAndFieldsUpgradeTest.php
index e512f5f5d82edc8b649c83f32d3e739d83acf71e..8c33494ef41d2a8d67e604cd5821fed33848baa3 100644 (file)
@@ -12,6 +12,7 @@ use Drupal\Core\Serialization\Yaml;
  * @see dblog_update_8400()
  *
  * @group Update
+ * @group legacy
  */
 class DblogFiltersAndFieldsUpgradeTest extends UpdatePathTestBase {
 
@@ -64,7 +65,7 @@ class DblogFiltersAndFieldsUpgradeTest extends UpdatePathTestBase {
     // Now save the view. This trigger dblog_view_presave().
     $view->save();
 
-    // Finally check the same convertion proccess ran.
+    // Finally check the same conversion process ran.
     $data = $view->storage->toArray();
     $fields = $data['display']['default']['display_options']['fields'];
     $filters = $data['display']['default']['display_options']['filters'];