X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fdblog%2Ftests%2Fsrc%2FFunctional%2FUpdate%2FDblogFiltersAndFieldsUpgradeTest.php;h=8c33494ef41d2a8d67e604cd5821fed33848baa3;hp=e512f5f5d82edc8b649c83f32d3e739d83acf71e;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/dblog/tests/src/Functional/Update/DblogFiltersAndFieldsUpgradeTest.php b/web/core/modules/dblog/tests/src/Functional/Update/DblogFiltersAndFieldsUpgradeTest.php index e512f5f5d..8c33494ef 100644 --- a/web/core/modules/dblog/tests/src/Functional/Update/DblogFiltersAndFieldsUpgradeTest.php +++ b/web/core/modules/dblog/tests/src/Functional/Update/DblogFiltersAndFieldsUpgradeTest.php @@ -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'];