diff --git a/core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php b/core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php index 64bdb8e0181093522496c20257f1ae8435a97c1f..1d0c89254d0ad27670890764b50d75a4992a0fdc 100644 --- a/core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php +++ b/core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php @@ -8,6 +8,7 @@ * Tests that node settings are properly updated during database updates. * * @group aggregator + * @group legacy */ class AggregatorUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php b/core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php index f5e19a059479018c758f94813b3509752536dfa3..79c3beaacf1f3c1adaac8e9322b4f97cee755085 100644 --- a/core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php +++ b/core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php @@ -10,6 +10,7 @@ * @see https://www.drupal.org/node/2811519 * * @group Update + * @group legacy */ class BlockConditionMissingSchemaUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateFilledTest.php b/core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateFilledTest.php index 55650c513511602978376c4dbbf671b6929fb5e3..bcedfcee1c4802df119ae5946728aeb21177d19d 100644 --- a/core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateFilledTest.php +++ b/core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateFilledTest.php @@ -6,6 +6,7 @@ * Runs BlockContextMappingUpdateTest with a dump filled with content. * * @group Update + * @group legacy */ class BlockContextMappingUpdateFilledTest extends BlockContextMappingUpdateTest { diff --git a/core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateTest.php b/core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateTest.php index d1acb3b4145d3631e11fc0f163d07b733b3b5631..427585fdac8bd1ef24ed73cbeb4cbee8c0874c89 100644 --- a/core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateTest.php +++ b/core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateTest.php @@ -12,6 +12,7 @@ * @see https://www.drupal.org/node/2354889 * * @group Update + * @group legacy */ class BlockContextMappingUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/block/tests/src/Functional/Update/BlockRemoveDisabledRegionUpdateTest.php b/core/modules/block/tests/src/Functional/Update/BlockRemoveDisabledRegionUpdateTest.php index 4409c2868e508d9637f992b93398081e9d7c04bb..99245d2ac0d032dbd627f5af9db67aa9102bf197 100644 --- a/core/modules/block/tests/src/Functional/Update/BlockRemoveDisabledRegionUpdateTest.php +++ b/core/modules/block/tests/src/Functional/Update/BlockRemoveDisabledRegionUpdateTest.php @@ -10,6 +10,7 @@ * @see https://www.drupal.org/node/2513534 * * @group Update + * @group legacy */ class BlockRemoveDisabledRegionUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php b/core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php index f2653b72f71c582efa8c5cbc337310ed3183186c..9f9f1d1fe7c8ffebbabc4ab56762c2580fa96863 100644 --- a/core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php +++ b/core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php @@ -9,6 +9,7 @@ * Tests update functions for the Block Content module. * * @group Update + * @group legacy */ class BlockContentUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php b/core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php index 7e2ba6278f5a8cd9cde9a0ca9ae95f5ff6e63eaf..01249498b6344166749141028f8a5d2cdbc0ade5 100644 --- a/core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php +++ b/core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php @@ -10,6 +10,7 @@ * @see comment_post_update_enable_comment_admin_view() * * @group Update + * @group legacy */ class CommentAdminViewUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php b/core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php index 7d75b6e6dd4d3bdeb2fc1d9f9e2ede9895dbec49..f40683f6c1756a7cb9bd1c32acb75d2e7383d12c 100644 --- a/core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php +++ b/core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php @@ -9,6 +9,7 @@ * Tests that comment hostname settings are properly updated. * * @group comment + * @group legacy */ class CommentHostnameUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php b/core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php index e623132bbb499b5fc56c3edcc354e58c6a2f4282..d68b1e540cad94ae468abb4d5cbd78bd536f3d74 100644 --- a/core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php +++ b/core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php @@ -8,6 +8,7 @@ * Tests that comment settings are properly updated during database updates. * * @group comment + * @group legacy */ class CommentUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/contact/tests/src/Functional/Update/ContactUpdateTest.php b/core/modules/contact/tests/src/Functional/Update/ContactUpdateTest.php index 676f938c1970a3e6608363aaf3f115b8fe48ccec..f094ea47dc4be792a7e89103a3dd45a1805f749b 100644 --- a/core/modules/contact/tests/src/Functional/Update/ContactUpdateTest.php +++ b/core/modules/contact/tests/src/Functional/Update/ContactUpdateTest.php @@ -8,6 +8,7 @@ * Tests contact update path. * * @group contact + * @group legacy */ class ContactUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/content_moderation/tests/src/Functional/DefaultContentModerationStateRevisionUpdateTest.php b/core/modules/content_moderation/tests/src/Functional/DefaultContentModerationStateRevisionUpdateTest.php index 4d5314d6ccccf58fcf765504b65f7e27c5096800..b84026dbe4fd787ebd74443500dfc2d7f6d62114 100644 --- a/core/modules/content_moderation/tests/src/Functional/DefaultContentModerationStateRevisionUpdateTest.php +++ b/core/modules/content_moderation/tests/src/Functional/DefaultContentModerationStateRevisionUpdateTest.php @@ -9,6 +9,7 @@ * Test updating the ContentModerationState entity default revisions. * * @group Update + * @group legacy * @see content_moderation_post_update_update_cms_default_revisions */ class DefaultContentModerationStateRevisionUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php b/core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php index 34fc579903f24643f577227ff9ecc164e9e5af61..54f1bd14f09a186c80f159ae3aac751ce0a9c060 100644 --- a/core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php +++ b/core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php @@ -10,6 +10,7 @@ * Tests the upgrade path for the Content Translation module. * * @group Update + * @group legacy */ class ContentTranslationUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/dblog/tests/src/Functional/Update/DblogFiltersAndFieldsUpgradeTest.php b/core/modules/dblog/tests/src/Functional/Update/DblogFiltersAndFieldsUpgradeTest.php index e512f5f5d82edc8b649c83f32d3e739d83acf71e..6610363ccfabf4843acaba147f567f9bd1bc6844 100644 --- a/core/modules/dblog/tests/src/Functional/Update/DblogFiltersAndFieldsUpgradeTest.php +++ b/core/modules/dblog/tests/src/Functional/Update/DblogFiltersAndFieldsUpgradeTest.php @@ -12,6 +12,7 @@ * @see dblog_update_8400() * * @group Update + * @group legacy */ class DblogFiltersAndFieldsUpgradeTest extends UpdatePathTestBase { diff --git a/core/modules/dblog/tests/src/Functional/Update/DblogNoLogsAvailableUpgradeTest.php b/core/modules/dblog/tests/src/Functional/Update/DblogNoLogsAvailableUpgradeTest.php index b4bfc282541fe8d68132dc02aabd4643d3efa74f..e3545d9ae6612c47c17698bcc6aa2b55eb19e09f 100644 --- a/core/modules/dblog/tests/src/Functional/Update/DblogNoLogsAvailableUpgradeTest.php +++ b/core/modules/dblog/tests/src/Functional/Update/DblogNoLogsAvailableUpgradeTest.php @@ -11,6 +11,7 @@ * @see dblog_update_8600() * * @group Update + * @group legacy */ class DblogNoLogsAvailableUpgradeTest extends UpdatePathTestBase { diff --git a/core/modules/dblog/tests/src/Functional/Update/DblogRecentLogsUsingViewsUpdateTest.php b/core/modules/dblog/tests/src/Functional/Update/DblogRecentLogsUsingViewsUpdateTest.php index 851c15ee713436f111e854bfb8364a359f5c992e..37e1b090e6eb813d538e7ad37a0d8b48074ee413 100644 --- a/core/modules/dblog/tests/src/Functional/Update/DblogRecentLogsUsingViewsUpdateTest.php +++ b/core/modules/dblog/tests/src/Functional/Update/DblogRecentLogsUsingViewsUpdateTest.php @@ -8,6 +8,7 @@ * Ensures that update hook that creates the watchdog view ran sucessfully. * * @group Update + * @group legacy */ class DblogRecentLogsUsingViewsUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/editor/tests/src/Functional/Update/EditorUpdateTest.php b/core/modules/editor/tests/src/Functional/Update/EditorUpdateTest.php index ad364844edc707fd9db9379eb86437212436d4cc..5e7e5203cbbe46cb836bd60e7f4ea59fdeb182e8 100644 --- a/core/modules/editor/tests/src/Functional/Update/EditorUpdateTest.php +++ b/core/modules/editor/tests/src/Functional/Update/EditorUpdateTest.php @@ -8,6 +8,7 @@ * Tests Editor module database updates. * * @group editor + * @group legacy */ class EditorUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/field/tests/src/Functional/Update/EmailWidgetSizeSettingUpdateTest.php b/core/modules/field/tests/src/Functional/Update/EmailWidgetSizeSettingUpdateTest.php index 6e15170c8975c0e8f9ca13360b012518878e0dcc..0dc1b6641f0ffbf17e35eab140e68db4810b0f7a 100644 --- a/core/modules/field/tests/src/Functional/Update/EmailWidgetSizeSettingUpdateTest.php +++ b/core/modules/field/tests/src/Functional/Update/EmailWidgetSizeSettingUpdateTest.php @@ -8,6 +8,7 @@ * Tests the update for the 'size' setting of the 'email_default' field widget. * * @group field + * @group legacy */ class EmailWidgetSizeSettingUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/field/tests/src/Functional/Update/EntityReferenceHandlerSettingUpdateTest.php b/core/modules/field/tests/src/Functional/Update/EntityReferenceHandlerSettingUpdateTest.php index 0fade3760f438b9af2a69dd2772e5e0fc52b1fc1..e90f45d78e4bd47e68cdd8211183930d8284add6 100644 --- a/core/modules/field/tests/src/Functional/Update/EntityReferenceHandlerSettingUpdateTest.php +++ b/core/modules/field/tests/src/Functional/Update/EntityReferenceHandlerSettingUpdateTest.php @@ -8,6 +8,7 @@ * Tests the update for the entity reference 'handler' setting. * * @group field + * @group legacy */ class EntityReferenceHandlerSettingUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php b/core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php index 2791ef06460099ef76bb80e5b5825dc4611cb0e2..67c72dc58765581e27f2bc83523ae8098b23f029 100644 --- a/core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php +++ b/core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php @@ -14,6 +14,7 @@ * Tests that field settings are properly updated during database updates. * * @group field + * @group legacy */ class FieldUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/file/tests/src/Functional/Update/FileUpdateTest.php b/core/modules/file/tests/src/Functional/Update/FileUpdateTest.php index 1488b32d822edb2b6aaf1f4765cab51f6de99402..5a35d63693f6467746f3b360bb80900ddbf37089 100644 --- a/core/modules/file/tests/src/Functional/Update/FileUpdateTest.php +++ b/core/modules/file/tests/src/Functional/Update/FileUpdateTest.php @@ -7,7 +7,7 @@ /** * Tests File update path. * - * @group file + * @group legacy */ class FileUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/file/tests/src/Functional/Update/FileUsageTemporaryDeletionConfigurationUpdateTest.php b/core/modules/file/tests/src/Functional/Update/FileUsageTemporaryDeletionConfigurationUpdateTest.php index 1f685befe78623c6609539f081ab8be75836ef7f..fa76cbf6d7bb02ee4b3dcb2026fc3f586ad9e56e 100644 --- a/core/modules/file/tests/src/Functional/Update/FileUsageTemporaryDeletionConfigurationUpdateTest.php +++ b/core/modules/file/tests/src/Functional/Update/FileUsageTemporaryDeletionConfigurationUpdateTest.php @@ -10,6 +10,7 @@ * @see https://www.drupal.org/node/2801777 * * @group Update + * @group legacy */ class FileUsageTemporaryDeletionConfigurationUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/hal/tests/src/Functional/Update/CreateHalSettingsForLinkDomainUpdateTest.php b/core/modules/hal/tests/src/Functional/Update/CreateHalSettingsForLinkDomainUpdateTest.php index 5afed645c5c5166c7f3e2fd51587cb2911387104..79882b428a8fae80b164519cf89cfd4d6b6eed32 100644 --- a/core/modules/hal/tests/src/Functional/Update/CreateHalSettingsForLinkDomainUpdateTest.php +++ b/core/modules/hal/tests/src/Functional/Update/CreateHalSettingsForLinkDomainUpdateTest.php @@ -10,6 +10,7 @@ * @see https://www.drupal.org/node/2758897 * * @group hal + * @group legacy */ class CreateHalSettingsForLinkDomainUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/hal/tests/src/Functional/Update/MigrateLinkDomainSettingFromRestToHalUpdateTest.php b/core/modules/hal/tests/src/Functional/Update/MigrateLinkDomainSettingFromRestToHalUpdateTest.php index 344caf1e1cfc0ca7da2abd937c97fe9f8172f1fc..34f4b88c1c39237947149c5f0d2d33419348ca67 100644 --- a/core/modules/hal/tests/src/Functional/Update/MigrateLinkDomainSettingFromRestToHalUpdateTest.php +++ b/core/modules/hal/tests/src/Functional/Update/MigrateLinkDomainSettingFromRestToHalUpdateTest.php @@ -10,6 +10,7 @@ * @see https://www.drupal.org/node/2758897 * * @group hal + * @group legacy */ class MigrateLinkDomainSettingFromRestToHalUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/image/tests/src/Functional/Update/ImageUpdateTest.php b/core/modules/image/tests/src/Functional/Update/ImageUpdateTest.php index c3a5ddf2709a62875625d590cf7c9375370f56bf..272b63eb4df0f51c2bda4f1372e7c8b9c7eb5aa7 100644 --- a/core/modules/image/tests/src/Functional/Update/ImageUpdateTest.php +++ b/core/modules/image/tests/src/Functional/Update/ImageUpdateTest.php @@ -8,6 +8,7 @@ * Tests Image update path. * * @group image + * @group legacy */ class ImageUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/image/tests/src/Functional/Update/ScaleAndCropAddAnchorUpdateTest.php b/core/modules/image/tests/src/Functional/Update/ScaleAndCropAddAnchorUpdateTest.php index 4d99d9a72839baf9b20cc0b5bab35c443511b3f3..6bba60457c75d271a11a12f66764dfde0fc323ef 100644 --- a/core/modules/image/tests/src/Functional/Update/ScaleAndCropAddAnchorUpdateTest.php +++ b/core/modules/image/tests/src/Functional/Update/ScaleAndCropAddAnchorUpdateTest.php @@ -10,6 +10,7 @@ * @see image_post_update_scale_and_crop_effect_add_anchor() * * @group Update + * @group legacy */ class ScaleAndCropAddAnchorUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/language/tests/src/Functional/Update/LanguageSelectWidgetUpdateTest.php b/core/modules/language/tests/src/Functional/Update/LanguageSelectWidgetUpdateTest.php index afc846460910ea0d08d368a28365b5ffde9bf941..dc3324ced931eb5dd7ac84a9b0f1fde5bac49944 100644 --- a/core/modules/language/tests/src/Functional/Update/LanguageSelectWidgetUpdateTest.php +++ b/core/modules/language/tests/src/Functional/Update/LanguageSelectWidgetUpdateTest.php @@ -9,6 +9,7 @@ * Tests the update path for the language_select widget. * * @group Update + * @group legacy */ class LanguageSelectWidgetUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php b/core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php index 625844e36f7ee1bc60f42c162247337ae07b074a..c263ffa47d49df2a25561aec353b6cf31ac40af0 100644 --- a/core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php +++ b/core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php @@ -9,6 +9,7 @@ * Tests the upgrade path for Layout Builder section dependencies. * * @group layout_builder + * @group legacy */ class SectionDependenciesUpdatePathTest extends UpdatePathTestBase { diff --git a/core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php b/core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php index 336033282d68533d8e49a87ac85adae05f507e90..e35181679018ae150ad60d32876255ee480f41b9 100644 --- a/core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php +++ b/core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php @@ -9,6 +9,7 @@ * Tests that media settings are properly updated during database updates. * * @group media + * @group legacy */ class MediaUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php b/core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php index c02e185edd2107ca3e42b8b357c90e8c1f94732b..145863790e0c08a0d01a76a40a7acda9f011d447 100644 --- a/core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php +++ b/core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php @@ -10,6 +10,7 @@ * * @group menu_link_content * @group Update + * @group legacy */ class MenuLinkContentUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php b/core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php index 223676b31ea7c19822a29cab6e0dc0a4f1c1480d..8f53f9b628066f19ef22e1ba330f7f01131adfd9 100644 --- a/core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php +++ b/core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php @@ -9,6 +9,7 @@ * Tests that node settings are properly updated during database updates. * * @group node + * @group legacy */ class NodeUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/responsive_image/tests/src/Functional/Update/ResponsiveImageUpdateTest.php b/core/modules/responsive_image/tests/src/Functional/Update/ResponsiveImageUpdateTest.php index 1760809891e8f37113a6c043bb8d450d7d91a9a3..32b89d4256d0e0fb1ab25f99f60149121482639b 100644 --- a/core/modules/responsive_image/tests/src/Functional/Update/ResponsiveImageUpdateTest.php +++ b/core/modules/responsive_image/tests/src/Functional/Update/ResponsiveImageUpdateTest.php @@ -10,6 +10,7 @@ * Tests responsive image module updates. * * @group responsive_image + * @group legacy */ class ResponsiveImageUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/rest/src/Tests/Update/RestExportAuthCorrectionUpdateTest.php b/core/modules/rest/src/Tests/Update/RestExportAuthCorrectionUpdateTest.php index aeca71f621def92f1ce091a809c5050e71a62e1d..baef4e8f9189f6879b8e1d550438d38667d3436a 100644 --- a/core/modules/rest/src/Tests/Update/RestExportAuthCorrectionUpdateTest.php +++ b/core/modules/rest/src/Tests/Update/RestExportAuthCorrectionUpdateTest.php @@ -7,7 +7,7 @@ /** * Ensures that update hook is run properly for REST Export config. * - * @group Update + * @group legacy */ class RestExportAuthCorrectionUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/rest/tests/src/Functional/Update/EntityResourcePermissionsUpdateTest.php b/core/modules/rest/tests/src/Functional/Update/EntityResourcePermissionsUpdateTest.php index 9add9c5d90d8d9e9c2b227b33751916ec0414dd3..739089a9886e73739099cfee454ba11e9380256c 100644 --- a/core/modules/rest/tests/src/Functional/Update/EntityResourcePermissionsUpdateTest.php +++ b/core/modules/rest/tests/src/Functional/Update/EntityResourcePermissionsUpdateTest.php @@ -10,6 +10,7 @@ * @see https://www.drupal.org/node/2664780 * * @group rest + * @group legacy */ class EntityResourcePermissionsUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/rest/tests/src/Functional/Update/ResourceGranularityUpdateTest.php b/core/modules/rest/tests/src/Functional/Update/ResourceGranularityUpdateTest.php index 19ef5458d518b65408fb638bf6ce6a2013a4d08a..57d9c1dc27eadac9ac9e6470688139a3a7afe782 100644 --- a/core/modules/rest/tests/src/Functional/Update/ResourceGranularityUpdateTest.php +++ b/core/modules/rest/tests/src/Functional/Update/ResourceGranularityUpdateTest.php @@ -11,6 +11,7 @@ * @see rest_post_update_resource_granularity() * * @group rest + * @group legacy */ class ResourceGranularityUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/rest/tests/src/Functional/Update/RestConfigurationEntitiesUpdateTest.php b/core/modules/rest/tests/src/Functional/Update/RestConfigurationEntitiesUpdateTest.php index f4d8199ab4a70445aa6b44d1f4fdb3930e0a646d..a0937dbfda53f1a79ddcf3182e7c7a73d5dcd15c 100644 --- a/core/modules/rest/tests/src/Functional/Update/RestConfigurationEntitiesUpdateTest.php +++ b/core/modules/rest/tests/src/Functional/Update/RestConfigurationEntitiesUpdateTest.php @@ -13,6 +13,7 @@ * @see rest_post_update_create_rest_resource_config_entities() * * @group rest + * @group legacy */ class RestConfigurationEntitiesUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/rest/tests/src/Functional/Update/RestExportAuthUpdateTest.php b/core/modules/rest/tests/src/Functional/Update/RestExportAuthUpdateTest.php index 87cd5dbfba9abd2d5b1898fe1efa46dd6c4df73b..6b4dad17d2dfd91ddf622ca44e15b3316218f0bb 100644 --- a/core/modules/rest/tests/src/Functional/Update/RestExportAuthUpdateTest.php +++ b/core/modules/rest/tests/src/Functional/Update/RestExportAuthUpdateTest.php @@ -8,6 +8,7 @@ * Ensures that update hook is run properly for REST Export config. * * @group Update + * @group legacy */ class RestExportAuthUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/simpletest/src/WebTestBase.php b/core/modules/simpletest/src/WebTestBase.php index 83cf00e2699befdc6840af6bb2637849db767bfe..d614bc2b11b388a5ac98ac44bd15e2439fa05cf4 100644 --- a/core/modules/simpletest/src/WebTestBase.php +++ b/core/modules/simpletest/src/WebTestBase.php @@ -698,7 +698,8 @@ protected function curlHeaderCallback($curlHandler, $header) { if ($parameters[1] === 'User deprecated function') { if (getenv('SYMFONY_DEPRECATIONS_HELPER') !== 'disabled') { $message = (string) $parameters[0]; - if (!in_array($message, DeprecationListenerTrait::getSkippedDeprecations())) { + $test_info = TestDiscovery::getTestInfo(get_called_class()); + if ($test_info['group'] !== 'legacy' && !in_array($message, DeprecationListenerTrait::getSkippedDeprecations())) { call_user_func_array([&$this, 'error'], $parameters); } } diff --git a/core/modules/syslog/tests/src/Functional/Update/SyslogUpdateTest.php b/core/modules/syslog/tests/src/Functional/Update/SyslogUpdateTest.php index e5dfed687befa35c2af35268f445f7f88cc6d2a8..39ac01e82a3562e30cf4e03fd184f4e9b40a3186 100644 --- a/core/modules/syslog/tests/src/Functional/Update/SyslogUpdateTest.php +++ b/core/modules/syslog/tests/src/Functional/Update/SyslogUpdateTest.php @@ -8,6 +8,7 @@ * Tests that syslog settings are properly updated during database updates. * * @group syslog + * @group legacy */ class SyslogUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Entity/Update/LangcodeToAsciiUpdateFilledTest.php b/core/modules/system/tests/src/Functional/Entity/Update/LangcodeToAsciiUpdateFilledTest.php index 7e95ed779787be028130980a4333053fc06e6c6d..e26fb88029ed1ccf6811624ee85c7dc450b5ab64 100644 --- a/core/modules/system/tests/src/Functional/Entity/Update/LangcodeToAsciiUpdateFilledTest.php +++ b/core/modules/system/tests/src/Functional/Entity/Update/LangcodeToAsciiUpdateFilledTest.php @@ -6,6 +6,7 @@ * Runs LangcodeToAsciiUpdateTest with a dump filled with content. * * @group Entity + * @group legacy */ class LangcodeToAsciiUpdateFilledTest extends LangcodeToAsciiUpdateTest { diff --git a/core/modules/system/tests/src/Functional/Entity/Update/LangcodeToAsciiUpdateTest.php b/core/modules/system/tests/src/Functional/Entity/Update/LangcodeToAsciiUpdateTest.php index d1a3cabb06ed2aa2f33bf8528193365c29349e8b..536fe41f7952466cf494192e0a3cd8fc1eb0e9f7 100644 --- a/core/modules/system/tests/src/Functional/Entity/Update/LangcodeToAsciiUpdateTest.php +++ b/core/modules/system/tests/src/Functional/Entity/Update/LangcodeToAsciiUpdateTest.php @@ -9,6 +9,7 @@ * Tests that the entity langcode fields have been updated to varchar_ascii. * * @group Entity + * @group legacy */ class LangcodeToAsciiUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Entity/Update/MoveRevisionMetadataFieldsUpdateTest.php b/core/modules/system/tests/src/Functional/Entity/Update/MoveRevisionMetadataFieldsUpdateTest.php index 2c501acb012bffec498e6eb75d78c0ad35acba0f..62d9a3e3fe57f493e9737dea06cbc72a130ed314 100644 --- a/core/modules/system/tests/src/Functional/Entity/Update/MoveRevisionMetadataFieldsUpdateTest.php +++ b/core/modules/system/tests/src/Functional/Entity/Update/MoveRevisionMetadataFieldsUpdateTest.php @@ -10,6 +10,7 @@ * Tests the upgrade path for moving the revision metadata fields. * * @group Update + * @group legacy */ class MoveRevisionMetadataFieldsUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php b/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php index e5ac6ed62ac277d5ca15051fd307ff88afe2ca47..32dd5aa44fe676cce5c3b4e11a70871a259e5461 100644 --- a/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php +++ b/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php @@ -7,6 +7,7 @@ * * @group Entity * @group Update + * @group legacy */ class SqlContentEntityStorageSchemaConverterNonTranslatableTest extends SqlContentEntityStorageSchemaConverterTestBase { diff --git a/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php b/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php index df734988873e5897e1bee613a173615d0b080615..853ab6d4b48aa515b369cc5753887a875b75d95b 100644 --- a/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php +++ b/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php @@ -9,6 +9,7 @@ * * @group Entity * @group Update + * @group legacy */ class SqlContentEntityStorageSchemaConverterTranslatableTest extends SqlContentEntityStorageSchemaConverterTestBase { diff --git a/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php b/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php index d3c6912f9511efb5132542980a88ce12cec272d7..ee0e5b51aa105fe1a37f34e445132ebb12409f61 100644 --- a/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php +++ b/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php @@ -6,6 +6,7 @@ * Runs SqlContentEntityStorageSchemaIndexTest with a dump filled with content. * * @group Entity + * @group legacy */ class SqlContentEntityStorageSchemaIndexFilledTest extends SqlContentEntityStorageSchemaIndexTest { diff --git a/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexTest.php b/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexTest.php index 395423033389e2064549d9c8c904584234687630..408493f90487fda527892755ee9b6676ecb9c8a2 100644 --- a/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexTest.php +++ b/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexTest.php @@ -8,6 +8,7 @@ * Tests that a newly-added index is properly created during database updates. * * @group Entity + * @group legacy */ class SqlContentEntityStorageSchemaIndexTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php b/core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php index 50926c935cf33a250d2b52f60f39ada5ae5110b9..e967f1701f285d7d34a8c25d1f35da79b27c1518 100644 --- a/core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php +++ b/core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php @@ -8,6 +8,7 @@ * Ensures that the automated cron module is installed on update. * * @group Update + * @group legacy */ class AutomatedCronUpdateWithAutomatedCronTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php b/core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php index d4ac71188e74c7c07c8201dfc5224db064b1a4eb..c131c7059238299a2fff26337a28b51a9e902d39 100644 --- a/core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php +++ b/core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php @@ -8,6 +8,7 @@ * Ensures that the automated cron module is not installed on update. * * @group Update + * @group legacy */ class AutomatedCronUpdateWithoutAutomatedCronTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/ConfigOverridesUpdateTest.php b/core/modules/system/tests/src/Functional/Update/ConfigOverridesUpdateTest.php index bab7d49417a3ee456580cefcac1cf54c44f7a461..e18195da10e6726b99f3699da15de66e5c4b4080 100644 --- a/core/modules/system/tests/src/Functional/Update/ConfigOverridesUpdateTest.php +++ b/core/modules/system/tests/src/Functional/Update/ConfigOverridesUpdateTest.php @@ -10,6 +10,7 @@ * @see system_update_8200() * * @group Update + * @group legacy */ class ConfigOverridesUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionDefaultTest.php b/core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionDefaultTest.php index e696da67e81add4930abdf6f90eaeca1b33646ae..aa8ba00461b152496f4a032c8b7a1bfd89684339 100644 --- a/core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionDefaultTest.php +++ b/core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionDefaultTest.php @@ -11,6 +11,7 @@ * @see https://www.drupal.org/project/drupal/issues/2891215 * * @group Update + * @group legacy */ class EntityUpdateAddRevisionDefaultTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionTranslationAffectedTest.php b/core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionTranslationAffectedTest.php index 018c10f0517b50af1821f38b43fccee51df42a56..6553fcb06eb3f3fb2773f7d62b6c591146483041 100644 --- a/core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionTranslationAffectedTest.php +++ b/core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionTranslationAffectedTest.php @@ -11,6 +11,7 @@ * @see https://www.drupal.org/node/2896845 * * @group Update + * @group legacy */ class EntityUpdateAddRevisionTranslationAffectedTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/EntityUpdateInitialTest.php b/core/modules/system/tests/src/Functional/Update/EntityUpdateInitialTest.php index d4d79f96b5d238520a022ff819fafa45a7a08cd9..7a85744b26ffa72dab947999f3cc663129fe8fd3 100644 --- a/core/modules/system/tests/src/Functional/Update/EntityUpdateInitialTest.php +++ b/core/modules/system/tests/src/Functional/Update/EntityUpdateInitialTest.php @@ -10,6 +10,7 @@ * @see https://www.drupal.org/project/drupal/issues/2925550 * * @group Update + * @group legacy */ class EntityUpdateInitialTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/EntityUpdateToRevisionableAndPublishableTest.php b/core/modules/system/tests/src/Functional/Update/EntityUpdateToRevisionableAndPublishableTest.php index e2206bed26882d40b53c75a04d487b88fffe9519..e22d07607e14335ff1b0044c7a2e17f04265174a 100644 --- a/core/modules/system/tests/src/Functional/Update/EntityUpdateToRevisionableAndPublishableTest.php +++ b/core/modules/system/tests/src/Functional/Update/EntityUpdateToRevisionableAndPublishableTest.php @@ -12,6 +12,7 @@ * @see https://www.drupal.org/node/2841291 * * @group Update + * @group legacy */ class EntityUpdateToRevisionableAndPublishableTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php b/core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php index 782e3410f95fb15b9f6f3acbcff72a76907ecbe6..1beb62b73de78233bc57ec949a564930371a13fc 100644 --- a/core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php +++ b/core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php @@ -10,6 +10,7 @@ * @see https://www.drupal.org/node/2573667 * * @group Update + * @group legacy */ class FieldSchemaDataUninstallUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/FilterHtmlUpdateTest.php b/core/modules/system/tests/src/Functional/Update/FilterHtmlUpdateTest.php index 09e40aa9836ab5703db33b37829e2fff0d239b6a..01edaab42a551eb58b11a8444009427469e125c0 100644 --- a/core/modules/system/tests/src/Functional/Update/FilterHtmlUpdateTest.php +++ b/core/modules/system/tests/src/Functional/Update/FilterHtmlUpdateTest.php @@ -9,6 +9,7 @@ * Tests that the allowed html configutations are updated with attributes. * * @group Entity + * @group legacy */ class FilterHtmlUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php b/core/modules/system/tests/src/Functional/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php index a54bb6d1de44fd1c271bc925f44a6dbc0fd861b6..cfa8221040849ff31970d66cddb69bdd93ba6ebf 100644 --- a/core/modules/system/tests/src/Functional/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php +++ b/core/modules/system/tests/src/Functional/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php @@ -11,6 +11,7 @@ * @see https://www.drupal.org/node/507488 * * @group system + * @group legacy */ class LocalActionsAndTasksConvertedIntoBlocksUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/MenuTreeSerializationTitleFilledTest.php b/core/modules/system/tests/src/Functional/Update/MenuTreeSerializationTitleFilledTest.php index 5bf07d84921811e88d3f229dc0a011186b965e6c..58429e3cbc3a1bc420459da592fcae1f8fbd5af6 100644 --- a/core/modules/system/tests/src/Functional/Update/MenuTreeSerializationTitleFilledTest.php +++ b/core/modules/system/tests/src/Functional/Update/MenuTreeSerializationTitleFilledTest.php @@ -6,6 +6,7 @@ * Runs MenuTreeSerializationTitleTest with a dump filled with content. * * @group Update + * @group legacy */ class MenuTreeSerializationTitleFilledTest extends MenuTreeSerializationTitleTest { diff --git a/core/modules/system/tests/src/Functional/Update/MenuTreeSerializationTitleTest.php b/core/modules/system/tests/src/Functional/Update/MenuTreeSerializationTitleTest.php index 0df71482ba89c36b28bcbd612d04a50132188ec3..1a3fa84f4209a3fbfbce27368465c7756af60c18 100644 --- a/core/modules/system/tests/src/Functional/Update/MenuTreeSerializationTitleTest.php +++ b/core/modules/system/tests/src/Functional/Update/MenuTreeSerializationTitleTest.php @@ -9,6 +9,7 @@ * Tests system_update_8001(). * * @group Update + * @group legacy */ class MenuTreeSerializationTitleTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/PageTitleConvertedIntoBlockUpdateTest.php b/core/modules/system/tests/src/Functional/Update/PageTitleConvertedIntoBlockUpdateTest.php index 2f7306a7c546373dad075874b606f943687fe487..c9c264c96b5c9ef0cf64a8e21fc4639d447dca05 100644 --- a/core/modules/system/tests/src/Functional/Update/PageTitleConvertedIntoBlockUpdateTest.php +++ b/core/modules/system/tests/src/Functional/Update/PageTitleConvertedIntoBlockUpdateTest.php @@ -11,6 +11,7 @@ * @see https://www.drupal.org/node/2476947 * * @group system + * @group legacy */ class PageTitleConvertedIntoBlockUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/RecalculatedDependencyTest.php b/core/modules/system/tests/src/Functional/Update/RecalculatedDependencyTest.php index fd9caf52a5c268c719132f270ed9feed4c472406..2cda26e9a14044087108fa7ce4bb2b0d624fe6fd 100644 --- a/core/modules/system/tests/src/Functional/Update/RecalculatedDependencyTest.php +++ b/core/modules/system/tests/src/Functional/Update/RecalculatedDependencyTest.php @@ -8,6 +8,7 @@ * Tests system_post_update_recalculate_dependencies_for_installed_config_entities(). * * @group Update + * @group legacy */ class RecalculatedDependencyTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/RemoveResponseGzipFromSystemPerformanceConfigurationTest.php b/core/modules/system/tests/src/Functional/Update/RemoveResponseGzipFromSystemPerformanceConfigurationTest.php index b2ccfe6795cf2d894c6369f18df8578db8b2ff39..f7f772b13e7c616a8d50d6caa0d00b3690b0e181 100644 --- a/core/modules/system/tests/src/Functional/Update/RemoveResponseGzipFromSystemPerformanceConfigurationTest.php +++ b/core/modules/system/tests/src/Functional/Update/RemoveResponseGzipFromSystemPerformanceConfigurationTest.php @@ -8,6 +8,7 @@ * Ensures that response.gzip is removed from system.performance configuration. * * @group Update + * @group legacy */ class RemoveResponseGzipFromSystemPerformanceConfigurationTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/RouterIndexOptimizationFilledTest.php b/core/modules/system/tests/src/Functional/Update/RouterIndexOptimizationFilledTest.php index afb48108f5b14418b87c4a8f2b00087c019805e0..93c9c8e23494d4f9d18817ccd61e9f2f1f5050ad 100644 --- a/core/modules/system/tests/src/Functional/Update/RouterIndexOptimizationFilledTest.php +++ b/core/modules/system/tests/src/Functional/Update/RouterIndexOptimizationFilledTest.php @@ -6,6 +6,7 @@ * Runs RouterIndexOptimizationTest with a dump filled with content. * * @group Update + * @group legacy */ class RouterIndexOptimizationFilledTest extends RouterIndexOptimizationTest { diff --git a/core/modules/system/tests/src/Functional/Update/RouterIndexOptimizationTest.php b/core/modules/system/tests/src/Functional/Update/RouterIndexOptimizationTest.php index 0a952c576b3ed5c12eefe8e6e8f82e8086e06105..f4672b4cd117856c92fcf791eaf32e5125853697 100644 --- a/core/modules/system/tests/src/Functional/Update/RouterIndexOptimizationTest.php +++ b/core/modules/system/tests/src/Functional/Update/RouterIndexOptimizationTest.php @@ -8,6 +8,7 @@ * Tests system_update_8002(). * * @group Update + * @group legacy */ class RouterIndexOptimizationTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php b/core/modules/system/tests/src/Functional/Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php index 341b37be1226c4868e167890dc520cd0c13099f9..172897497d3f7066a0c4de5c2886ab1a5204e2bd 100644 --- a/core/modules/system/tests/src/Functional/Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php +++ b/core/modules/system/tests/src/Functional/Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php @@ -10,6 +10,7 @@ * @see https://www.drupal.org/node/2569529 * * @group system + * @group legacy */ class SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/SiteBrandingConvertedIntoBlockUpdateTest.php b/core/modules/system/tests/src/Functional/Update/SiteBrandingConvertedIntoBlockUpdateTest.php index d904e10ed176693747029ca9086fde65277c6762..72f3a2782469d91c0e5c0ea6a20eca6d1cd8bbd8 100644 --- a/core/modules/system/tests/src/Functional/Update/SiteBrandingConvertedIntoBlockUpdateTest.php +++ b/core/modules/system/tests/src/Functional/Update/SiteBrandingConvertedIntoBlockUpdateTest.php @@ -8,6 +8,7 @@ * Tests the upgrade path for page site variables being converted into a block. * * @group system + * @group legacy */ class SiteBrandingConvertedIntoBlockUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php b/core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php index 326bbbb9a629200afb39da7f90af62cd7db41732..2bfc59d21dd7cefadcafbb56c52cd87a979b0f99 100644 --- a/core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php +++ b/core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php @@ -10,6 +10,7 @@ * @see https://www.drupal.org/node/2575421 * * @group system + * @group legacy */ class StableBaseThemeUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php b/core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php index e3bdcf676476aad26ad42ec7c1fd2cec312b4fe2..764c92c5ffb54100fa831e0508b6da1dcc3a6377 100644 --- a/core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php +++ b/core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php @@ -9,6 +9,7 @@ * Tests upgrading comment and node actions to generic entity ones. * * @group Update + * @group legacy */ class UpdateActionsWithEntityPluginsTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php b/core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php index e7bdcd55ce228d6e62f7fb98d8f8439e4a2baafc..187c7ac9199b43b5449cec8699bd909d5c717ce9 100644 --- a/core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php +++ b/core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php @@ -10,6 +10,7 @@ * Tests updates for entity displays. * * @group Update + * @group legacy */ class UpdateEntityDisplayTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php b/core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php index 7573fc4a9222c4fc7ed6ce39efd4ec99511fa85a..45c3d847758e5a71640fef2d787db3df46625caa 100644 --- a/core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php +++ b/core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php @@ -10,6 +10,7 @@ * Runs UpdatePathTestBaseTest with a RC1 dump filled with content. * * @group Update + * @group legacy */ class UpdatePathRC1TestBaseFilledTest extends UpdatePathRC1TestBaseTest { diff --git a/core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php b/core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php index 4077a07d2b69e9cec615c43ca4dc0a9d3f67e887..da53ba6e63082c8531c62b59ae869feb84de7561 100644 --- a/core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php +++ b/core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php @@ -9,6 +9,7 @@ * Tests the update path base class with the RC1 database dump. * * @group Update + * @group legacy */ class UpdatePathRC1TestBaseTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/UpdatePathTestBaseFilledTest.php b/core/modules/system/tests/src/Functional/Update/UpdatePathTestBaseFilledTest.php index 2ed58fbabcc8d210e4100212cb106905f1136343..84b44df54791dfb8e9fc3f0c6cbbd5ab1df85d63 100644 --- a/core/modules/system/tests/src/Functional/Update/UpdatePathTestBaseFilledTest.php +++ b/core/modules/system/tests/src/Functional/Update/UpdatePathTestBaseFilledTest.php @@ -11,6 +11,7 @@ * Runs UpdatePathTestBaseTest with a dump filled with content. * * @group Update + * @group legacy */ class UpdatePathTestBaseFilledTest extends UpdatePathTestBaseTest { diff --git a/core/modules/system/tests/src/Functional/Update/UpdatePathTestJavaScriptTest.php b/core/modules/system/tests/src/Functional/Update/UpdatePathTestJavaScriptTest.php index e30915e76ec27d568cceab49c5934b5796beed56..d5bcb16823c98378c26b1ea800998a45f6cf9c2f 100644 --- a/core/modules/system/tests/src/Functional/Update/UpdatePathTestJavaScriptTest.php +++ b/core/modules/system/tests/src/Functional/Update/UpdatePathTestJavaScriptTest.php @@ -8,6 +8,7 @@ * Tests the presence of JavaScript at update.php. * * @group Update + * @group legacy */ class UpdatePathTestJavaScriptTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/UpdatePathWithBrokenRoutingFilledTest.php b/core/modules/system/tests/src/Functional/Update/UpdatePathWithBrokenRoutingFilledTest.php index 0e81ad479f5df2e02dbd3b85b68e52157a00f4c7..4eaec54e366ec985a2312282ff86e3c894832086 100644 --- a/core/modules/system/tests/src/Functional/Update/UpdatePathWithBrokenRoutingFilledTest.php +++ b/core/modules/system/tests/src/Functional/Update/UpdatePathWithBrokenRoutingFilledTest.php @@ -6,6 +6,7 @@ * Runs UpdatePathWithBrokenRoutingTest with a dump filled with content. * * @group Update + * @group legacy */ class UpdatePathWithBrokenRoutingFilledTest extends UpdatePathWithBrokenRoutingTest { diff --git a/core/modules/system/tests/src/Functional/Update/UpdatePathWithBrokenRoutingTest.php b/core/modules/system/tests/src/Functional/Update/UpdatePathWithBrokenRoutingTest.php index 1c8493d94642c4ff204541c0c08ea89548e8a301..c54804712cfa74c082c2dd4ab72dbb72f4ee863b 100644 --- a/core/modules/system/tests/src/Functional/Update/UpdatePathWithBrokenRoutingTest.php +++ b/core/modules/system/tests/src/Functional/Update/UpdatePathWithBrokenRoutingTest.php @@ -8,6 +8,7 @@ * Tests the update path with a broken router. * * @group Update + * @group legacy */ class UpdatePathWithBrokenRoutingTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/UpdatePostUpdateFailingTest.php b/core/modules/system/tests/src/Functional/Update/UpdatePostUpdateFailingTest.php index 03b5d7b0ec75d4533016ce55521b7dfa5bd7dccf..a01476534c0a2f2810a6653ce9785b1a59798dbd 100644 --- a/core/modules/system/tests/src/Functional/Update/UpdatePostUpdateFailingTest.php +++ b/core/modules/system/tests/src/Functional/Update/UpdatePostUpdateFailingTest.php @@ -8,6 +8,7 @@ * Tests hook_post_update() when there are failing update hooks. * * @group Update + * @group legacy */ class UpdatePostUpdateFailingTest extends UpdatePathTestBase { diff --git a/core/modules/system/tests/src/Functional/Update/UpdatePostUpdateTest.php b/core/modules/system/tests/src/Functional/Update/UpdatePostUpdateTest.php index 1bba498d08e1d7bbe2f974aa0b4b5e87d00bdb68..fd9e011700a464006558e3a9938c4585e85ba82b 100644 --- a/core/modules/system/tests/src/Functional/Update/UpdatePostUpdateTest.php +++ b/core/modules/system/tests/src/Functional/Update/UpdatePostUpdateTest.php @@ -9,6 +9,7 @@ * Tests hook_post_update(). * * @group Update + * @group legacy */ class UpdatePostUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php b/core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php index a86ce6baba5adf8f903f7f37142267cd2dda1bfc..1580b8c5cfb0965fbd20a944d2eba549ec3c8546 100644 --- a/core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php +++ b/core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php @@ -10,6 +10,7 @@ * * @group taxonomy * @group Update + * @group legacy */ class TaxonomyParentUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/user/tests/src/Functional/Update/UserUpdateEmailToken.php b/core/modules/user/tests/src/Functional/Update/UserUpdateEmailToken.php index a01c8a57fbd550c37d98dfb25e30c5252f727f4c..80360c1738844e69c2e857bc004f5db74f56799e 100644 --- a/core/modules/user/tests/src/Functional/Update/UserUpdateEmailToken.php +++ b/core/modules/user/tests/src/Functional/Update/UserUpdateEmailToken.php @@ -8,6 +8,7 @@ * Tests user email token upgrade path. * * @group Update + * @group legacy */ class UserUpdateEmailToken extends UpdatePathTestBase { diff --git a/core/modules/user/tests/src/Functional/Update/UserUpdateOrderPermissionsTest.php b/core/modules/user/tests/src/Functional/Update/UserUpdateOrderPermissionsTest.php index b6837ed78b23c53e16c1c08eaa2ecc713803da0c..75934cd6875279fd19be8ca290bfd917a02ccb0b 100644 --- a/core/modules/user/tests/src/Functional/Update/UserUpdateOrderPermissionsTest.php +++ b/core/modules/user/tests/src/Functional/Update/UserUpdateOrderPermissionsTest.php @@ -8,6 +8,7 @@ * Tests user permissions sort upgrade path. * * @group Update + * @group legacy */ class UserUpdateOrderPermissionsTest extends UpdatePathTestBase { diff --git a/core/modules/views/src/Tests/Update/EntityLinkOutputUrlUpdateTest.php b/core/modules/views/src/Tests/Update/EntityLinkOutputUrlUpdateTest.php index 1e990926fed234ab2fded959223e41b6d9da1237..298a2e84c5e9a65ceacc1757b3b0df3ef1d363e1 100644 --- a/core/modules/views/src/Tests/Update/EntityLinkOutputUrlUpdateTest.php +++ b/core/modules/views/src/Tests/Update/EntityLinkOutputUrlUpdateTest.php @@ -10,7 +10,7 @@ * * @see views_post_update_entity_link_url() * - * @group Update + * @group legacy */ class EntityLinkOutputUrlUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/views/src/Tests/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php b/core/modules/views/src/Tests/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php index 206214e8ba0795094e78ec6ef6476480fc80f44b..9399e73a609a701f4eccecd91f87e8f6bb1a0d7f 100644 --- a/core/modules/views/src/Tests/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php +++ b/core/modules/views/src/Tests/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php @@ -10,7 +10,7 @@ * * @see views_update_8500() * - * @group Update + * @group legacy */ class EntityViewsMultiValueBaseFieldDataUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/views/tests/src/Functional/Update/ArgumentPlaceholderUpdatePathTest.php b/core/modules/views/tests/src/Functional/Update/ArgumentPlaceholderUpdatePathTest.php index fd12451b1a422cbe617b8557e7445035dac0ab3c..03e37b53c002b61cb6590a9e5e5a60086af5a624 100644 --- a/core/modules/views/tests/src/Functional/Update/ArgumentPlaceholderUpdatePathTest.php +++ b/core/modules/views/tests/src/Functional/Update/ArgumentPlaceholderUpdatePathTest.php @@ -11,6 +11,7 @@ * @see views_update_8002() * * @group views + * @group legacy */ class ArgumentPlaceholderUpdatePathTest extends UpdatePathTestBase { diff --git a/core/modules/views/tests/src/Functional/Update/BooleanFilterValuesUpdateTest.php b/core/modules/views/tests/src/Functional/Update/BooleanFilterValuesUpdateTest.php index a4787c447149d46127fd8a4a1c09d7101f06fe08..38e8dc9f2aabd125d0f985c59d2c93c8eca0f1a2 100644 --- a/core/modules/views/tests/src/Functional/Update/BooleanFilterValuesUpdateTest.php +++ b/core/modules/views/tests/src/Functional/Update/BooleanFilterValuesUpdateTest.php @@ -11,6 +11,7 @@ * @see views_post_update_boolean_filter_values() * * @group Update + * @group legacy */ class BooleanFilterValuesUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/views/tests/src/Functional/Update/BulkFormUpdateTest.php b/core/modules/views/tests/src/Functional/Update/BulkFormUpdateTest.php index 653025202f3494e33b23a991e35e1021c4daf8ae..7ef25863afd222b86ff10cab787d0662327006c8 100644 --- a/core/modules/views/tests/src/Functional/Update/BulkFormUpdateTest.php +++ b/core/modules/views/tests/src/Functional/Update/BulkFormUpdateTest.php @@ -9,6 +9,7 @@ * Tests Views image style dependencies update. * * @group views + * @group legacy */ class BulkFormUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php b/core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php index 6410a608f1a611af3d1ad8c10da90c584a5145c6..f22049672b6cc52b3803a3091a7421337efdc404 100644 --- a/core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php +++ b/core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php @@ -11,6 +11,7 @@ * @see views_post_update_update_cacheability_metadata(). * * @group Update + * @group legacy */ class CacheabilityMetadataUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateFilledTest.php b/core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateFilledTest.php index a1ef463b13dedea2cc698455781bf5984331c73a..ec0cb4e7ebd3473eda2184ba2707b1ab43b69ed2 100644 --- a/core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateFilledTest.php +++ b/core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateFilledTest.php @@ -6,6 +6,7 @@ * Runs EntityViewsDataUpdateTest with a dump filled with content. * * @group Update + * @group legacy */ class EntityViewsDataUpdateFilledTest extends EntityViewsDataUpdateTest { diff --git a/core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateTest.php b/core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateTest.php index 2de6568e47e600f74f4281bfd8149cf0389cc963..44e73cb972cddb233f809ddac2ed03e2c5d3edc5 100644 --- a/core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateTest.php +++ b/core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateTest.php @@ -11,6 +11,7 @@ * @see https://www.drupal.org/node/2455125 * * @group Update + * @group legacy */ class EntityViewsDataUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/views/tests/src/Functional/Update/FieldHandlersUpdateTest.php b/core/modules/views/tests/src/Functional/Update/FieldHandlersUpdateTest.php index 1af161964c767f40577916c81417f8430007e992..1da3d9bf1e3dc1b9aacbfdddb00dca21bc7f4547 100644 --- a/core/modules/views/tests/src/Functional/Update/FieldHandlersUpdateTest.php +++ b/core/modules/views/tests/src/Functional/Update/FieldHandlersUpdateTest.php @@ -11,6 +11,7 @@ * @see views_post_update_cleanup_duplicate_views_data() * * @group Update + * @group legacy */ class FieldHandlersUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/views/tests/src/Functional/Update/ImageStyleDependencyUpdateTest.php b/core/modules/views/tests/src/Functional/Update/ImageStyleDependencyUpdateTest.php index e183adedc125e11cf97c1dfbc9238a6bb9b2a1cb..d0bd731e9278640c2498d15fd7aff068faed7607 100644 --- a/core/modules/views/tests/src/Functional/Update/ImageStyleDependencyUpdateTest.php +++ b/core/modules/views/tests/src/Functional/Update/ImageStyleDependencyUpdateTest.php @@ -9,6 +9,7 @@ * Tests Views image style dependencies update. * * @group views + * @group legacy */ class ImageStyleDependencyUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/views/tests/src/Functional/Update/PlaceholderTextUpdateTest.php b/core/modules/views/tests/src/Functional/Update/PlaceholderTextUpdateTest.php index c1ca1f01bc795e282b6f8b489ac8d05e7d3d8c40..cc2dfac301d6d4a0ace31cb292e5f116a6fee723 100644 --- a/core/modules/views/tests/src/Functional/Update/PlaceholderTextUpdateTest.php +++ b/core/modules/views/tests/src/Functional/Update/PlaceholderTextUpdateTest.php @@ -11,6 +11,7 @@ * @see views_post_update_filter_placeholder_text() * * @group Update + * @group legacy */ class PlaceholderTextUpdateTest extends UpdatePathTestBase { diff --git a/core/modules/views/tests/src/Functional/Update/TableDisplayCacheMaxAgeTest.php b/core/modules/views/tests/src/Functional/Update/TableDisplayCacheMaxAgeTest.php index 3e40e2b76de165cc64453388de747c371cfdc53e..bbde0a8e321f3e498b98190013572080af84e9ca 100644 --- a/core/modules/views/tests/src/Functional/Update/TableDisplayCacheMaxAgeTest.php +++ b/core/modules/views/tests/src/Functional/Update/TableDisplayCacheMaxAgeTest.php @@ -11,6 +11,7 @@ * @see views_post_update_table_display_cache_max_age() * * @group Update + * @group legacy */ class TableDisplayCacheMaxAgeTest extends UpdatePathTestBase { diff --git a/core/modules/views/tests/src/Functional/Update/ViewsDataTableDependencyUpdateTest.php b/core/modules/views/tests/src/Functional/Update/ViewsDataTableDependencyUpdateTest.php index cd82231027b3f842d67dbf7ceb866cb5e219cd69..52ce7bab911e1ebe337f78a7456421b4166953ba 100644 --- a/core/modules/views/tests/src/Functional/Update/ViewsDataTableDependencyUpdateTest.php +++ b/core/modules/views/tests/src/Functional/Update/ViewsDataTableDependencyUpdateTest.php @@ -11,6 +11,7 @@ * @see views_post_update_views_data_table_dependencies() * * @group Update + * @group legacy */ class ViewsDataTableDependencyUpdateTest extends UpdatePathTestBase { diff --git a/core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php b/core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php index 32e6e2cf8a736c6fd0b94188e5524cb62789b5ac..45885dd086c3774e49e32d68b60fc6edee54fde3 100644 --- a/core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php +++ b/core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php @@ -9,6 +9,7 @@ * Tests the update path base class. * * @group Update + * @group legacy */ class UpdatePathTestBaseTest extends UpdatePathTestBase { diff --git a/core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php b/core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php index 660e101f2657a2e1b177a0fb8ef309a77562da1e..873dae5123614eb0c6e695a14c7aeda815106c31 100644 --- a/core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php +++ b/core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php @@ -158,20 +158,12 @@ public static function getSkippedDeprecations() { 'Passing a single revision ID to "\Drupal\Core\Entity\Sql\SqlContentEntityStorage::buildQuery()" is deprecated in Drupal 8.5.x and will be removed before Drupal 9.0.0. An array of revision IDs should be given instead. See https://www.drupal.org/node/2924915.', 'Adding or retrieving messages prior to the container being initialized was deprecated in Drupal 8.5.0 and this functionality will be removed before Drupal 9.0.0. Please report this usage at https://www.drupal.org/node/2928994.', 'The "serializer.normalizer.file_entity.hal" normalizer service is deprecated: it is obsolete, it only remains available for backwards compatibility.', - 'Drupal\comment\Plugin\Action\PublishComment is deprecated in Drupal 8.5.x, will be removed before Drupal 9.0.0. Use \Drupal\Core\Action\Plugin\Action\PublishAction instead. See https://www.drupal.org/node/2919303.', - 'Drupal\comment\Plugin\Action\SaveComment is deprecated in Drupal 8.5.x, will be removed before Drupal 9.0.0. Use \Drupal\Core\Action\Plugin\Action\SaveAction instead. See https://www.drupal.org/node/2919303.', - 'Drupal\comment\Plugin\Action\UnpublishComment is deprecated in Drupal 8.5.x, will be removed before Drupal 9.0.0. Use \Drupal\Core\Action\Plugin\Action\UnpublishAction instead. See https://www.drupal.org/node/2919303.', - 'Drupal\node\Plugin\Action\PublishNode is deprecated in Drupal 8.5.x, will be removed before Drupal 9.0.0. Use \Drupal\Core\Action\Plugin\Action\PublishAction instead. See https://www.drupal.org/node/2919303.', - 'Drupal\node\Plugin\Action\SaveNode is deprecated in Drupal 8.5.x, will be removed before Drupal 9.0.0. Use \Drupal\Core\Action\Plugin\Action\SaveAction instead. See https://www.drupal.org/node/2919303.', - 'Drupal\node\Plugin\Action\UnpublishNode is deprecated in Drupal 8.5.x, will be removed before Drupal 9.0.0. Use \Drupal\Core\Action\Plugin\Action\UnpublishAction instead. See https://www.drupal.org/node/2919303.', 'The Symfony\Component\ClassLoader\ApcClassLoader class is deprecated since Symfony 3.3 and will be removed in 4.0. Use `composer install --apcu-autoloader` instead.', 'The Symfony\Component\ClassLoader\WinCacheClassLoader class is deprecated since Symfony 3.3 and will be removed in 4.0. Use `composer install --apcu-autoloader` instead.', 'The Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher class is deprecated since Symfony 3.3 and will be removed in 4.0. Use EventDispatcher with closure factories instead.', 'The Symfony\Component\HttpFoundation\Session\Storage\Handler\WriteCheckSessionHandler class is deprecated since Symfony 3.4 and will be removed in 4.0. Implement `SessionUpdateTimestampHandlerInterface` or extend `AbstractSessionHandler` instead.', 'The "session_handler.write_check" service relies on the deprecated "Symfony\Component\HttpFoundation\Session\Storage\Handler\WriteCheckSessionHandler" class. It should either be deprecated or its implementation upgraded.', 'Not setting the strict option of the Choice constraint to true is deprecated since Symfony 3.4 and will throw an exception in 4.0.', - 'Drupal\node\Plugin\Action\DeleteNode is deprecated in Drupal 8.6.x, will be removed before Drupal 9.0.0. Use \Drupal\Core\Action\Plugin\Action\DeleteAction instead. See https://www.drupal.org/node/2934349.', - 'Drupal\comment\Plugin\Action\DeleteComment is deprecated in Drupal 8.6.x, will be removed before Drupal 9.0.0. Use \Drupal\Core\Action\Plugin\Action\DeleteAction instead. See https://www.drupal.org/node/2934349.', ]; } diff --git a/core/tests/fixtures/config_install/multilingual.tar.gz b/core/tests/fixtures/config_install/multilingual.tar.gz index d43aafa1e58ad82b62fa487bf9d28554e295e630..7d00ad027867a700fc02e7ad8e9b9f8c84df436e 100644 --- a/core/tests/fixtures/config_install/multilingual.tar.gz +++ b/core/tests/fixtures/config_install/multilingual.tar.gz @@ -1,52 +1,27 @@ -",X}r8fSp:QѷX&,˷n(@(q3m0`* -E5 # >M-RN>u^;!?t$K/!ԑ -aAx2Cp~wr":hhɭȏ,7~z0)~ʯפ( BR 2\|t3,SBNɓBli!(}>tt|;K  5^1XA4 Ce5j ?C0yyzQ,K-Q+OaU~#1̦_cvJUc eXr5OX1VgOESԋ4 Zrn7JH~ni+C'-y#Das(BE?+J9@g@82Ԁ!hDSuIo&aMP(BX%Q9eœN]ϹvcK_l}vb` MwJ^Ku~6FT=+t}(kߛRC)tK,dBH4pup'BO8ëy-Ôo.s)\ z%(lHU~ǬIUoOژ:i >=| -t, py:+,Aֱ1(2@HҿLtyeCs@wKp|*k٫kfAN{M -f?>EŧK_1 {? ?hϳP aM@CJs(GY;5yao"ÇyStx OL!$g,bip< p_?$74 *f$Uu14Ry/.6mzlyc3m.wJyᇝ`MU 8<3|??*D<'uej(kxnUJצ5D{{qumz*6Iܗ?w%h^:h -w ?@p$^Yl -iQ5h:QJYm;Za d@!t |/50Yeb_ -4uovS{{?USv:mP1bgS&FSnK^r_ g?7$ 8ZUӈ @!/2:˫~L7hb67ف R#kP8Y /8~QGaq-mctW>cZ*{6@fl+Z:DEܩ; n5VAs>if YV&' F4.l "ϐ濨Iʲ`H?o7rʙWǏTлɎռbNáC YXw`D.vH{%._ Gs@VI?jh"PETfSﱆRyi|P[O'ж -w;zos&~?$wFL֐,&@9I߸AuYl]׺T3R/Uњt.f] s= G~]D?kc?]Z>#Ck$H:0bhRu {MQ%>M]<  -9I`:^[x!f3<iO%` B+m<|fU_xhw3=ޢg'sNrs2U͵=a-0]tngUONf =5P7!kD%7KL];meq|_-ЙJS-<|OJ|[?sa?$W+@t"TNꀪiuQ!Ue`ܷ}ieԁ` ->(eX՞qj< "'0^H /L$&E%6SrDh u0_JHi$]9ĝ2D* _e l,NL$#?Y}G#[bnqՇcyNQkEcol[Z XL84#E s )}S?2cƙjGK.vA3fcTP\0+C}?~Dԟ~?? K{ Ӂm#Y`5CfVn=6ꥶZp,/UAoXtLEP0F\bX8$ )4K -,Wzuqw[5bqz_8RidDt.H>Œu?bw\> R$hIU 0Sg5E#1y=A6+|?vdox.{w43n\NkˀGrb$sJ?EuӁIp}$X0W=<f^qM;kR.'s"<?| th 8sϚ qGL8CVaSKj馏4iI/9LRp(`P[N04i#&U"W!>ɔY׳ ?(8w" 5]PE ^/"ȊbE!j$£_Cq2Dwز2$\j*|6~P'ɀ~zGf,NOzL= }tXI>AXA/UJ{Sw -q֯% - -ʑo]}Ǖvm^f|ywqN]Hj?fW XXeV S5``]OUn\zzq0JA*ۙcڣjPUV7y!#2^^^?6Y5~r?6>96~.Xw -;4?eM"u,n5_Gor/ ߙ^9fXǶ~@D@9ziދ/FV,7`.~T8C}.i?3 Dm9! rG=ng9:3j/Edȏ?6Q ?A]٥ӡ'&WS&+ /e?F񟱽'x_׵r-GI'$>3:j*VQ!4LdUˑ r⾯p{t5_wC -zɯZ(ςM'ΠFv{AZݢ;1+W#O3(z>s$}:y!3{%QL` c30Cm_M]ᮃ.>Ya, bw)݀BeG JQU<@DPx?^?yύo1R?f9J3Q57[cO iG? -_&H~|'&cO(yLY.Upon.~"|&ۋ.yl HWx@e"F4)1?ZŇot#_[~m]PӧA ;IZB9Dv~z|&ew|ig^h1G -CP@H6Ǭ Vm{yLGn?!&"-J+BZ%IW~u[)þ9ڈk nTbMe-ߔJ4'2O_)Z^Gn w0V>sgtWT`E yD&9nwN(!:Kh.BmA A3fW>xhC^y+{濍E?=l_;a~$e&ACsu9#g4Mv -lw@#l.qvZ ;(x.9/CR?*zרGBZǻ+Ya޶ }yoEq -4}h8WK7I#Ü/PaV&nju3YxFY σ]ΕދtTfܕLaq{h ufn~橨_Ś$'Ŧ~1jl5ϋg7ܪP<2<+y! ߙ׍mJm۸m -FĉZ޵eύb>*xԇg?A$_8:_ϫd ˜ĨE"0yh*+^Qzi`T{Dԟ,=f3Z*KykI]Kt> :##rX*s@*U)ZLC|ۗ_5878N?}Y*m R{L8s PE W `y;fhV⢬#AƝz37m\v9i #[f9@[dJ`da4K -%N#j@Y 'm Qԩ͹5Yc1OBlY ~ O ^q-w?e"3@gϨ@dE]- -GXm>U-Z4lpY]Y3ʬX_56~oa$ N??Gvϲ b(ʐg ȼFYCU^w//޲ctF ]4gS;B]aӿ{'_kP$gp =$+k$uDp CH@ <iK X8*CԿUԊi-SU o:W,HzGv(۠}~?] R|j_PP ߔ/㊂9G.u!Eҟ|dw}tdYpC4[M2p=q,ar?##׊79)2}d#' 3;3B1+iO"҇BBv/vo,HGKعz0ȅEHO~9fo7 6s,!٧L)*]D7QO4-E鍖 {lC MU1jTVUjKSsߌM43\/+d8e:(XϮ}`ZiTezбhLk@  r 6naH[u^ρ <_|?@rg hy `5NChIpx\;`{D9md}<ܴ#{fBRW)/XBv9K0BQ[J( D&nǏNpp𢔏`)bKҘ\_w;KT}Xݶ~u>li~3A -A.9:3;1>3%AEJ3ӬP3(#Os}Sg6Ho!>'+"4>6d|dԍ88D/ڸ`h\bg̲4}.B. M_,x=%R4 a}ؽD+F]Yqe?)OvJOJӻ?6 -x$ -1e>rBkAҮ!TQȍ,RE"CW>:#LQ듿> ol"mڃiI^s^Gq%Ų#u?3rљ]??Hx -@F -x(C H4yMc #qgtubiRp;Ò^+3}Ӟ޻O{!L{ޚ$|D$q&Sg3I{?+&HBCAHU"C:-(d'"H -z&/W+eѼ zë{v՛b]QXt^M㞹bA$z b?=_& 'ϋo&H@'Z0u2'@&+·zRYC#VnڵqXV^E*TI\ JrMvl8c]?1>c' etWE$,CVƚhUG<5Ѡwl rcýϯDF]bAraqgn5ʁSs}WA΅!lJgiof -i@3Y 1&Jn0c!q$0ݱoyKhA -~ဧyRs;?aߐz>o%_=guh_W|૩_հ_UUh<7I&F4׬]7|f؋-ET6Q~Fӿ [??~ BOvvTQ]}3ب~x[$ -Eod#nwِ)'X %T-4r42;'k ?Ab"ij -hMEրI'I&v4 KWg,tI`CH^Ez|L>8(ꜬȞ㯘IA-LMmd&ќ3"m < -ȍYFu10Q֓^W'-~)gCU@_wA 8ƗGm3mDF󩣟٦滁kg:a}ȷV;*  #?LB$QK°x} H~L]ON?`:bD hr03ݝ}8"b{u:9ZOnߨ-Ӗ7rמ i֑\mkf/%FF?_ڟ -@ 'iYx~0b %=n -jQQ!_"u4}s;yd>6f͢[_xx3ͪ~,wH1/~,=?*(2- _ VH,xC#>c j6B>H+aqF] Z'-L?tGC3IdGdԻzE]>oWn=iׯGaΨ(~q}qgf|㤘ΈȌ'[\da&Y] yϗ}qv/ܿ}w -A8=j{o Y{OCtb2vQD|I ϱ{ Sg 6N՝Q ͍1.96_4DA"+DDSQBӉ{ކp^_;įqoJKkG>}P[x" -֏odyuO.~HygC=Jso:/ xIX5;%7>ObQ[q#{7vųӍ<֟^W$~ƪ5jSm\;|U:Ӊg/R7 ߁`!a8Vb @xi q4g)R3 P^Y>MX\wUfvt?ĩD?sXob9I#|%]A)߷95 <#32XptQYCi}wz?"ն{m>ޔ[UWC:j5*Ӏ7;Ba}"w<+FSiҨ?[#S/Ek/YFHN +~k"OBR Ǜ€B, N'} |6B1 t%Q/ +@)4d^uFދކ8Mћ-`?0R)G^4^_1j-' 9ºuܔ yso>)ח'ζ<:0`AҳYV?cCQ`!GԀIqU7lLm2v=W#>4N ЌAg͔kpݩJ5ԏɉdǿfP2*C @ϱ0oҼ f֤;vfCA@NEہIl?:27?-d)QZ Pe +CES +']s{k:cYz ۋaPhj5:gq=X#5ހX?ʹϹl5:f8Ib +%C 2$ "xF9YO{yjǛGEX!,CYd1\"`L1SH ȼޢC N/ZXCr5͐[KXy. 7n>[HXRfI`aGGПAm P& _0 phgP@e +`m_2+@XD?żIc=;{mFO[}/?{aß+Z:@Uԝ[ jUҜ~D6cJҡP#6yI/hƩ+۷cI+|]A80ai0kDU " LE6[K_f!K@RI?jhPiYPebS2\iy_Yϭg S4kYnt= Q?_* ƐxI &@Y1ϊx(S,m]FWNJ`M[:BMo͠k=5L8J!#ٷ@eO?]Z>d!Ciȋ:-BXoQizvQQB.*}}?f}n 7̌z V޳M%~4 AA@u?R~yۿ&VR=-4![m= c\e>zL\`/8} TfBDC?zin AP5D~O^b;)60nj}pr᪓-4ج'0[zO +  :%*+au@4:OMY1hb?=j%؁WJ٭EIWJxTՍY2BMs—3!"Mit u;3Uϙ_xg2B3~b6${=+{B]^OZmT)?wk2[P}:03?rCl(+* KDŽ};:faiACFTo* C#2!Ga[,S}n/ffP/!Fy UM<1uF_?'p34`Sie8;wf(>\Ö'aٳʸQCl.`NH-MJ?" zi8>}x-@Z+FG8(y'%s09%A&Q3܁e鐎|3]UY$bԨ= e%hF:3nzHL|#t`v~Q2p;ԟ|nZ"X2C)^H] B^)E4SLOJyUxpҁ$P^agӡdGyJ"0-Nh_%`PVOYǒ3:͡'TG۫En){/ו=LxQF+ +5.|?@8:303/J?8(D,4YxFwPn~tϢ}~rpt>%AR $Pdhq+?6ڣ`J/v:d;,[SbJwŢ;M=l}]s"4L&R$Пzx⟧ iP2˪a 0Hu^PTJTHv@PCRtfו6@+w]25`3Zf:_;A_leEX]~t٪!> 㽆נ4{moZT{H\G%PU +~Ը1epk_2!pHkh& > +k ~BNP⊳dwB,0* sN}@f$"~dc:h/w}dF) Џ ?B΍<bhM~==GZTPWiIk;Ną*t ++tBK_E-ߒ u@YIxLrV;VWETVG,ˊ8ӏ*%?}YThOW2]~]LXlk}S;չgVmV{U_=?-+?8VУ?l}[کւHe)Qq*-T6x:ϳH#>ͩQ|+ )T\.U@mJ߬vt8iݪsp`E1t9XҟOX6^F? ro*_bEZv8P ( ,@$|$kTxڢz #EioNҥ Hmȧk!PŧV" wyQ6ב?O'_/Ro*_i U H@ +U }$RULo*Pj$/aε=q?4Rclx{|Xu:" +R/ԝ8>s{x6H_uZ0d pY74B,~$kTT%2+!U-4u H4NT(/wo n0^ |n1[s>@b4x1hŭ}>] 81@ɻLHxfc*$h(s iOS|$YŢE-̔bÝVf>jYltW'ޥ ԁ]R+JTF>Fǿ?3L +%lȺJeHAZCTNG+-ct4U.7gq/5I޹t- +L.*$$AtO+Ih_B N(_<ҡR#IP-u,ҡ=elZt¨5r-EPv;jmPnȧkPNJU7% yE k~|fCt!Y֟x$w~miN/-aiD,f!wlqLmn/~D+%c=0m=hOpSUI_Tu[~PVM؆R21(T;3TZ3SLGZ!%t-V&pnN‰dBIbW.-He|~9Â87Hr))9!nNϲlOF.(aRV'n^2eOq5{ RR +cMlc Cw P>ssM<˗Ft=4Jpp?1\Jo9>'+B2>6d|h Y`%3e8yŪL-J(oh\dfCe}.%@? ? x^wBX0@ h4{kSQ7ܝ~E- -kmkydzPDJOJQ?K&E,9i!;rۼ로?tBKϩ(G2CwuN3&";< >WU~0*MuY;þT(u/t^339hdst8z꿥EIXN<JH<ҁ atNXߪJa(ю_Zt쁪 JM/Ԟ˪$,tL_87yQzf՛B]S_t#\?OL?]}c=x1/i`c`7J@<+J1u+@呄&"ß³zR^BTϏwjӸv]Jj,Z3WY/66=&\P.?1>#yRdWeYDH MFš`UG5wMّ<)m淏.ZC!~Y7`l;R™[}M;gé9GKBgBmJg ӡ)@d + Ҳ&n{JU0}ђo)ŰRI3 w"Uyg2ͯC*{?)6H!mdRc[:?vď&C&1S͔Ib]ݎu-jcNp<'1E +~J%6UʊFG _wt( dALJ%1lhY\E:#>b?N\ ]h̷J"=:&S2~_1-ÅZ8mT&ٜHHԮZ KEGzW,#ߺRIaQ'ZFuY/ Qߋ~Sgl(LV~*]ɕāQlm:)aÇ,KD0,]c?YTc[mJS`fں3̱D DZt|:/ݾQ]ݖFwў n֐Tkmkjf$FJC?_<\c:[ObN .ٕ?\_?jjW$"v +Xϩٹ Q$˗ds l^`".ejc#x9q:6} gQUϙ_B_V\]Fn|ŠGcx;CSjt!_$3$43- ?4[ķGC~T_Cu43}{3|(}) +Y !yd|D+yUȜGB".r}\Q@#>#l<QHq ֬yfI1^nR ^w zWDpn;zɈׯ#aܟgĸ=shp|q3}c8i&3B$ 4ޘtW׹$ysw{セ_g(Q0{ZJ8=|D-z$?*$"Kop>,\J/lN{r'՝\[s\| +miĞA"+DDJQBӎ8oKPC poC9xFJjz1=V/sSȐuOP0t +GeoE!" EmxDƳaJݧR举F W!+> j^W=w!@#O1,~xOk_ MKYeiG"9+xlv1C+/ϯT ha>C/65gG>_46B=B(=y! +οOZpx?MF>)2A/y`gme ,u8B,~w*&>oFg"D!(?Z P2_9?eOV]XbC4~z"oc.Ң^z <%ӠIe$,ZPBOr¨tEgׇS$ ?, +~`ThJ=zI0g _^?)yt}_3? ߏ}3J_qlPwr3B'ۃ ?=8M?G}J]*y|s.>""+,z i'[8} 63[7))! L]>}LI̶a¸RIjZ\+נZ6V~i_/O"ː4%D)& Dc(3-pS:C!k|)l6{fo%'04 Y^uhg02Hy Ӵ|eA9:~Ad/DW:r#[3shm})h|=Fvx1n;zhK0@M+a+EsIG @Wd -lNY#{xіr&sS ekOniWFX*>YrML߸W3dMr=gy7;+ -&%tܜ&˕ g~g&cAY7,n|-}s*\do"ДAGO 𳡮edWzO?@3iʪ -8(D(7\6՜Lwme7gF^(N1b"W :bDMb^kDiʬ~9 _(/+wǼjCrg> Gh)P#2?8evP4-%?˩LQ)p"0T9İ&߀oz0 ͵|PvO~S"? 9:}o熖Pv|ٛo~g7Z 9"뙤.Sx΃ŧ"i1P9GPU#JP[q] 8p{_\TKE{8D3G.{߆"IHJgo7-a_NJ1bPǫt-h߆@߽S{װZv7rY|5T*HsԷ< X qW -o ސ6KchϚ e(vcyC8>sM?}H3tKPV $d i h^5d9RGV|kkKMӅGC%^[`oA>O6F|k=f C ,t. p/rOC(#JMH0ɺJG =M;KήSs1*i=SO\o}3?谁w <+WXg:LKPYEIx 18MrD #j-{/b39|s4 RZqui:=~Ѥaop7G|^Ջ?i/鹖$5+'~ߊӽֱz7-KXO?+T簊o@^3NYʢ !RCӨSsGV/w K1 3m.ub~ٚmNc{)Vsn1bV2%=Z+,' @i ُCc,gp)oU<ŋ4dYT - sVi}M4OMB!T hF[=fʵkW3{` mL2<_9 hAcGC"P*k:{)΍5{)7˺6xtG˼P<9-3U owOP7H_Kg=zcg[|RJ `@l ƞ/C*JWoWc3H:T|C:+RĔௐwV)ڏ?O("ҢJ -hIC. !q.Y_S:0h.xWֽ,,r`)еE8,ↆ̾lsy?Bg4~Oө"H!MP ?CSy@xU #Qd=<)bLeneVy--.FK}Ywd6'L.ny{M^A/B$@q# HM(Ұv{fgqR_k,-a]pz:@oBRPW5 1XxD 3 eAFO; g~[Ϗsj5F;45̵]PCn[!xo9 O ߅(?528h4[ Ŀӗ ީw˰?i-\q2{Ԍ\ű7vBS/f 7{txy}_`wJDA((KY<"eXY8Z"Je;ןK)|6_h̒”Z?ف," &%Ǐ}_PQ1y`@t0*S~#~A[sy~-cmP/=^qŧ#3C}ws%Qp1u{$V`4?5,ƿMe]$+I*/PFNxP4?o9[^P. tlo2SiзkD//"ROx|/"j*$' 3x@ -F ^PRPOr₆q~qhM Sc4Ylt=Z)濇 Q?͋"pX7(h2-ckF(iV3x*S5omީF`M:BMm͠u@+jD:(ǿ|~8f_g(JL -YdSuFd+ſP`Xge^!m)oԉ=Zyݲ/ /McrC?@?slJ 2YC3XySf hRt=z=Pa3[*ᐭwE1p4NM:#]a/;/0ZBfN5R$뒬 GE:zcC \jh)nJ?ϕ'_S;xٷ3iPD -08 CaN_ ƍrQ1pl?ۑ2z U<iM[o2v]WꡩHQaAdQ<mjƝ% ģ C:8#n3'}e%Efsz{pQᅣO[y( נ4{moZWH\GPհr^R/2 j/hQ L|@Q?b"#O~]16V\q_N z0lFw_:chڻ>$teA @[T/r$t'˱VŊQϛ}nͳUz^NHkOuTZ2E\*~[rjD -g C8؞ - C,<4vƫu[!c]qߧuF\֏|.& ܛ_ֽЅֵ#4u_y)I(# e\nv+N#qݨB$]T_WAB^`(+z$7(7[4ݒ,jI6bq0)**KtRHSO 1qO`j|K{[rA`X&`6t0,K3(85,Q-Di\cXv?ˤ뿋Pa AuQd^PX rx('/sjXB -k0|( n۰s߹UGu.n"[6?M_x#l}c8"GfE(@eRS)ր1ip6Rta=>}]:cRΥ?ϥKgxE0 M%Ve&PRB=18r.t!*u~>v\5ÕM=>]#78z(`o^Ϥ_4+B^K48,*ͩT?t# h(N!_/=aHņ -cȞt[ (ߥW9>.B1eiˤ!IUP -d@A?{ߑ|_>εྌP+BaQPZT8z]kU=U"·e?x}f N]19 -YAe`rP} *?,#yoW-C-eӵh3(x?>I8Qs?}J,Ҫ85I4Ugi8^HKg廳EYZK)w;-e͜YП_:u1~.Iy%*D#4 gIPǀ7h p cM@"@3T]G ~ w6ڃg*3nܪ oox'uuC>] 9 (;~+I]J1! -^m YgGЬ"ZsLk `yDN4 8q{=jѴQ5kłˊz.V T[O7C 5 ]Iʸ]Q -C+~OZHPi *%BVt -٪g65Il͖0Ѕ4F"Tg۶86OT;ׅ~D+%c !ll8 8VZ4ϛR"ͣ|i#_ԣiY7aJw=yWV$|RNOYUb~7MǠQO?/Bвb>B)k9ԧu-NmkWQR- $dݫwe 8+QY;b=6w²g UVʓr@P__8r sRsLϟQAgNL$L -Zwڃ;Ty^C45y@;Qsq~,au ]䚓Y0kQ@f߇CRi(XxUHȌ)6G=uCCiL·^bNEAf M̌^隬t3P14Oi -NI -a#1ԡQg>*/z1\Zv$AZ>V[I? Reh|?2}8 HlmTs蘇-x~F5י -4:Hc|ˮ 8y~hUƝlWPE1[JgnR|xRQcWcچ#]?>#xM.B1]fJҺ -xce4o0M 4 5? h6O.{F쁑H gn5 f?KB?F'{S`gSPY@k2?P@bX41h>+s ->e>UiIdJ>,ՆRx?m܃H%mg@- LmEt!s1dcAKu$`ȋVLagSE(W'c8v+͏]!_|1(ő G_zũ\[4~'mfjoͰi}7oe7_MR5+${ȋ-+>d(^6j/_?SuL mq/_./pw_[=_( -D>3vefظAgR$ؿ|u_r5Eo2_^WӾ1\fHoljYWn%rA emٗjMcV1ǹE^hլ^e+G?!NeGY13Ezש_Ms|Iuág>h;*  B/!MRY\S#A%֒+\}6 ,F/} {W"s6&piiV|arڶ9O-?.CѬad@FG!X >W䅿P+ rz`6h=;zSF?5`n{Uf)|SPt/kzg72:ArM7rM3Ӳq]`L#x@|Iz4G  ?TH o{r);׹z~@?s<]o}я`8щ,O9/~,]y7 -? UFbȹEr!c0CQ<*VO:S֬yq×of&I1gqz>jAl} :+pQ g=bdD|kH:WE?Qw4lw7N ꌐX<ՒtN㍙': yțӞ(gK|lG9Sh)IS=͐VEo~WG垄Cte \Ϲ)׵m[|߮z&WY]uFޱ5Ň+H$BDQ)Jhm j:! |?G<׈G>}dy" -֏HxyuEO.zH{! "[R?'R /ՀgI ϓXa$5.F6Zk<{l Fr]nc54D#cm֜)n'aWzTl p2-eyT`E;Td^@GBsJh  C3t:KIuC^OJMMZ`w:rWd`K'u`vO!EE}؊Q@ W7?|&m?u1:fQ8>qJ<-p UX4%4>sZnTJR*2U&Wj7?Qn¶r*(JIcy!G,C?(Z(/9d="Ը+l6f\O%߄ԯsjĪ8$@e4jt_Fu.#t#9:r4:9$G D*f.\nzd$!{SJB\?.ґ#+Tƕ F׹R/_`#?o/:RenjPM|vA_$7Ko㣡:ԑ +}0 !s8 +sS|ɿ9e]xV44qˤ +y8%FuEt w~f.gAY׹<97Ї! .t⪊n׹4%mBni!ss=>ttӉgw/R"_ӑN$AH,Z u*t~ yizS,s!3(_T1U#W 6GbDMZkD_VW/%EERcrn_:JJ"mHTaP M f7 n|g?bSrn{0jз8m㻄 ~[lM\dh?Dotc?Pj]XӪLPI뺈XM^;5qbjIF ޓu?o s4"qAKf_cq?B'4~OS,S<+tYZ  FyYISf:pϗە@,佉106{^/C!z sgRE jP0 | 2 (S1FG(ҸqWx5_3C_SnKz +,?334@ ƿX^t41w 'j~y,N7 F;4Ùew6L/ȥx5=A{SnO ߙ(]TND -##AJN:wR +ѝPE,:_+RQ9"kľXEO SI \>=#O;8<#dP:uQ""V@Fey2A?%Z,¼Tq +yVcAoey,,RնY0Ϡ1GNhX(6Wdoqk/3y(]gi^"@E ]0hHJ={@?V<_hgk0db Id)Cwj >=Ɛ5, cȔX2Ynt=濇>Q? ,YZ`G~iz, Ta ]5"Oe~. 7`=ީF7`Mu6650ft> += ]ACe,:EJ``-ǎm&]ZڑƭF \  )݄1! +^)[CX?dB)5$KHB@dpaU?hYd=-嗞OO*em9 9!=m +,k{P;ZaL? ihDQ_h1(]eQC#.PojH( +W[t5ߙrᦓ-4S\ bzY>ˮ?C 9J7*2I%(~`*epcyjrJ\oנ󋒮26`Op(8H !r=m5Os6HMb(Q|bǡD:OhDqMG?z7?C3YJ=@w Z63'Mgޠ.՗j3i1gX_~Os8ΰ0T?F?$~H~ЭAs^l NN ><6[; yVH %F+H8oV42*Zi>ܚTa^b.G` >lU\Nh%Np@ŵQ ԻF=j{[nVLgބzNܿw M] w H~=C8V\q_nÑ0J# KS׆] HW6 ))`@ _Z\RMI^;?xs: pn?7 pY4@FBP[lO+Hj$?Q}q矚~9hp6Q0-VȀݶ~)=M uR{?BTHPE<#Ҭ`0*PשRbV99s{̘j~?t\ ÓM>]#86ig>FgP +&I 0A?YȬ]eVhQЏ?STQXc~4^n7 +[]y5 ,M&7)nj{q [R)dÇF@J$朎y?}n>(^1^o)͓k< B4pIOq>?ч2U3?xsb klQDX àI F3~cLj0Ы5Zؚ[=v1Њ]>] GdӍgQ*^? xhJPC2Fր(4 @R5J)8z(\YIK^eC\)uM+'u4[ G\mT JBO#W,y(%P6dc&,xJb5JN*-޲ctF}*[3KӸQ?lS`{ngO@ʭĿ{$SH7AGC AdhVJ Z@`4p0eNB ٠+{LY-ֲ0uܐS.y +q{nB J t ,/rP ?oo?rN<8L?%)p02o@ +%)}A< vfK Ŭg j7 +~Џi(D?b !^BdQ,b$ǐ] +H5nͰ8y̨tɣn =\J?*_Ks> ##׊79%2}d#' ^'(j2}'i(YH0}@n͙ i4[L,Px6O{Eж>SLnxJO~Yv/d?갿x8^aAH)]ʡi렭J7zsh7oxEMګ-ӯZ:HIF~mv(ޫsko4Ֆ>{ 纙VZ44gxlsL̺} Uތ=eZl]HYubA/8ǠqO`gYZ;SL'@Z#%,t8%r"ZBmRy} mb}pnڑi9 rҰؕKˁ1VY5ߨ=,GTqT#A |sʡNI)Mĺ>;ϜCc (Mh);crPrh><|x8nb࿾`B&O5 'g4#`@ePi? KyTs|W۵q'[v+/kI&37!L<( -D1X>d^zvx:wJO#Z$j8H3Ij9b!;6ӄ2x~hu*?Z s&+'*851A:!z96;%Eb (k<A2-S ː5X'z|wuZ_J1m|~ڙH<c\ FlETK K5B`ASunID.Ϙ>OS{?<Aq$0ݱoyK]hA +~Q0Iot巫p~סi|{ |_M̌5 ͯ*e}Es?$bDs͊Hu_pA{O߾|!GM R4oEP篡Z蟸n~I +TQ]}|U3BH;c! ]knzOE‘/L74%WBqLeq32CV1vSQu42/F<|z^|^ S-3 bJ9= ]i}X&e5(6>'G\zh}!_OL"KB'ٗ6CpD2NdNԶ4Z oQ>oD [Atf@/?USF 훍Sq߫~3y1Bbˉ6J"zԗ_٦滁kW:_}ȷVGĎJtBOa1IT5ȅruFajiƪ$V[PBý>DUꆛGV-Kj[=bnڿw-4fP<YxVj%ԗcN'\/Qdo ?=W +Go'"&, y8bCaf(>UVZ3$OF]䇅eGON?.ԕa AfE1BXW\Z&Ѧ>"'3u%!u.'gx54r=Ӫ#ۀU5׮V/$ƙ(y"w/0ϳP ƩoU_3訛g 77'Z$*_dj;zNEPG9H 7Xـ?;P}E<84&x,/4[BXM93̙]ܪ3$3%"F:Gr V6۽2\Mg?IoFO3ӲH+eĽX\%\4B '-ƜtXnHlGdQ\oۭnj~)\|_ƍ]MI1A'- IA4YI:~9\rq߾;?:# iaZI=TI9DG!V./)}N5XNy.3?xjclړܪ'W1.^i=DO:NE M'Wn<3/17%ͥ 5r_?:>S2|} n1GI|D?#]ϒS'r_!Hj[lwv(m=)tj?60#޲w̠mܿmw*K +K)_rڟ +|xr~~Bˈ ˀ H^?Cy1:bAӻ8>qJ/j )NZ4 Ӛ Ŀ~O=0z{̿m=I9FA%kȀץ;rQ?_<#u.RE셹Pߎؗs{hokQaU`\X)L`*;vU{[jY׹U O%ȺE6 +GNYvVW~!QjM|oPXf,={bUz~N)Ξ mU꧔geQFeQFeQFeQFeц?bmh \ No newline at end of file