pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/drupal8 Update drupal8 to 8.6.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3837d8aa6074
branches:  trunk
changeset: 326634:3837d8aa6074
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Tue Dec 11 09:45:54 2018 +0000

description:
Update drupal8 to 8.6.4

Many bug fixes including:
- Breadcrumbs disappears when starting with front-page after cache rebuild
- Adding a display mode to a content type using layout, and disabling
  layout on that new display mode removes the layout_builder__layout
  field and breaks layout in already configured display modes
- Clearing the persistent entity cache every time we switch between
  workspaces is super wasteful

For full list, see:
- https://www.drupal.org/project/drupal/releases/8.6.3
- https://www.drupal.org/project/drupal/releases/8.6.4

diffstat:

 www/drupal8/Makefile |    4 +-
 www/drupal8/PLIST    |  225 +++++++++++++++++++++++++++++++++++++++-----------
 www/drupal8/distinfo |   10 +-
 3 files changed, 181 insertions(+), 58 deletions(-)

diffs (truncated from 1205 to 300 lines):

diff -r 579880986834 -r 3837d8aa6074 www/drupal8/Makefile
--- a/www/drupal8/Makefile      Tue Dec 11 09:16:28 2018 +0000
+++ b/www/drupal8/Makefile      Tue Dec 11 09:45:54 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2018/10/18 14:39:38 taca Exp $
+# $NetBSD: Makefile,v 1.13 2018/12/11 09:45:54 prlw1 Exp $
 
-DISTNAME=      drupal-8.6.2
+DISTNAME=      drupal-8.6.4
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  http://ftp.drupal.org/files/projects/
diff -r 579880986834 -r 3837d8aa6074 www/drupal8/PLIST
--- a/www/drupal8/PLIST Tue Dec 11 09:16:28 2018 +0000
+++ b/www/drupal8/PLIST Tue Dec 11 09:45:54 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2018/10/18 14:39:38 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2018/12/11 09:45:54 prlw1 Exp $
 share/drupal/.csslintrc
 share/drupal/.editorconfig
 share/drupal/.eslintignore
@@ -926,6 +926,7 @@
 share/drupal/core/lib/Drupal/Component/Utility/Html.php
 share/drupal/core/lib/Drupal/Component/Utility/Image.php
 share/drupal/core/lib/Drupal/Component/Utility/LICENSE.txt
+share/drupal/core/lib/Drupal/Component/Utility/Mail.php
 share/drupal/core/lib/Drupal/Component/Utility/NestedArray.php
 share/drupal/core/lib/Drupal/Component/Utility/Number.php
 share/drupal/core/lib/Drupal/Component/Utility/OpCodeCache.php
@@ -2191,6 +2192,7 @@
 share/drupal/core/lib/Drupal/Core/Render/PlaceholderGeneratorInterface.php
 share/drupal/core/lib/Drupal/Core/Render/PlaceholderingRenderCache.php
 share/drupal/core/lib/Drupal/Core/Render/Plugin/DisplayVariant/SimplePageVariant.php
+share/drupal/core/lib/Drupal/Core/Render/PreviewFallbackInterface.php
 share/drupal/core/lib/Drupal/Core/Render/RenderCache.php
 share/drupal/core/lib/Drupal/Core/Render/RenderCacheInterface.php
 share/drupal/core/lib/Drupal/Core/Render/RenderContext.php
@@ -2925,6 +2927,7 @@
 share/drupal/core/modules/block/src/Plugin/migrate/process/BlockVisibility.php
 share/drupal/core/modules/block/src/Plugin/migrate/source/Block.php
 share/drupal/core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php
+share/drupal/core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php
 share/drupal/core/modules/block/src/Tests/BlockTestBase.php
 share/drupal/core/modules/block/src/Theme/AdminDemoNegotiator.php
 share/drupal/core/modules/block/templates/block.html.twig
@@ -3003,9 +3006,11 @@
 share/drupal/core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php
 share/drupal/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockContentTranslationTest.php
 share/drupal/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php
+share/drupal/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockContentTranslationTest.php
 share/drupal/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php
 share/drupal/core/modules/block/tests/src/Kernel/Plugin/migrate/source/BlockTest.php
 share/drupal/core/modules/block/tests/src/Kernel/Plugin/migrate/source/d6/BlockTranslationTest.php
+share/drupal/core/modules/block/tests/src/Kernel/Plugin/migrate/source/d7/BlockTranslationTest.php
 share/drupal/core/modules/block/tests/src/Traits/BlockCreationTrait.php
 share/drupal/core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php
 share/drupal/core/modules/block/tests/src/Unit/BlockFormTest.php
@@ -3064,6 +3069,7 @@
 share/drupal/core/modules/block_content/src/Plugin/migrate/source/d6/Box.php
 share/drupal/core/modules/block_content/src/Plugin/migrate/source/d6/BoxTranslation.php
 share/drupal/core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php
+share/drupal/core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php
 share/drupal/core/modules/block_content/src/Plugin/views/area/ListingEmpty.php
 share/drupal/core/modules/block_content/src/Plugin/views/wizard/BlockContent.php
 share/drupal/core/modules/block_content/src/Tests/BlockContentTestBase.php
@@ -3137,10 +3143,12 @@
 share/drupal/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php
 share/drupal/core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateBlockContentTest.php
 share/drupal/core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php
+share/drupal/core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php
 share/drupal/core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php
 share/drupal/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTest.php
 share/drupal/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTranslationTest.php
 share/drupal/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTest.php
+share/drupal/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTranslationTest.php
 share/drupal/core/modules/block_content/tests/src/Unit/Access/AccessGroupAndTest.php
 share/drupal/core/modules/block_content/tests/src/Unit/Access/AccessibleTestingTrait.php
 share/drupal/core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php
@@ -3464,6 +3472,7 @@
 share/drupal/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php
 share/drupal/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php
 share/drupal/core/modules/comment/src/Plugin/migrate/source/d7/Comment.php
+share/drupal/core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php
 share/drupal/core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php
 share/drupal/core/modules/comment/src/Plugin/views/argument/UserUid.php
 share/drupal/core/modules/comment/src/Plugin/views/field/CommentBulkForm.php
@@ -3600,6 +3609,7 @@
 share/drupal/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariablePerCommentTypeTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariableTest.php
+share/drupal/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTypeTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php
@@ -3783,12 +3793,19 @@
 share/drupal/core/modules/config_translation/config_translation.routing.yml
 share/drupal/core/modules/config_translation/config_translation.services.yml
 share/drupal/core/modules/config_translation/css/config_translation.admin.css
+share/drupal/core/modules/config_translation/migrations/d6_field_instance_label_description_translation.yml
+share/drupal/core/modules/config_translation/migrations/d6_field_instance_option_translation.yml
+share/drupal/core/modules/config_translation/migrations/d6_field_option_translation.yml
 share/drupal/core/modules/config_translation/migrations/d6_system_maintenance_translation.yml
 share/drupal/core/modules/config_translation/migrations/d6_system_site_translation.yml
 share/drupal/core/modules/config_translation/migrations/d6_taxonomy_vocabulary_translation.yml
 share/drupal/core/modules/config_translation/migrations/d6_user_mail_translation.yml
 share/drupal/core/modules/config_translation/migrations/d6_user_profile_field_instance_translation.yml
 share/drupal/core/modules/config_translation/migrations/d6_user_settings_translation.yml
+share/drupal/core/modules/config_translation/migrations/d7_system_maintenance_translation.yml
+share/drupal/core/modules/config_translation/migrations/d7_system_site_translation.yml
+share/drupal/core/modules/config_translation/migrations/d7_user_mail_translation.yml
+share/drupal/core/modules/config_translation/migrations/d7_user_settings_translation.yml
 share/drupal/core/modules/config_translation/src/Access/ConfigTranslationFormAccess.php
 share/drupal/core/modules/config_translation/src/Access/ConfigTranslationOverviewAccess.php
 share/drupal/core/modules/config_translation/src/ConfigEntityMapper.php
@@ -3850,6 +3867,9 @@
 share/drupal/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemSiteTranslationTest.php
 share/drupal/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTranslationTest.php
 share/drupal/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserProfileFieldInstanceTranslationTest.php
+share/drupal/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateSystemMaintenanceTranslationTest.php
+share/drupal/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateSystemSiteTranslationTest.php
+share/drupal/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateUserConfigsTranslationTest.php
 share/drupal/core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/I18nProfileFieldTest.php
 share/drupal/core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php
 share/drupal/core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php
@@ -4015,6 +4035,7 @@
 share/drupal/core/modules/content_moderation/tests/src/Functional/DefaultContentModerationStateRevisionUpdateTest.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/ModeratedContentViewTest.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/ModerationActionsTest.php
+share/drupal/core/modules/content_moderation/tests/src/Functional/ModerationContentTranslationTest.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/ModerationLocaleTest.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/ModerationRevisionRevertTest.php
@@ -4070,10 +4091,16 @@
 share/drupal/core/modules/content_translation/migrations/d6_entity_reference_translation.yml
 share/drupal/core/modules/content_translation/migrations/d6_menu_links_translation.yml
 share/drupal/core/modules/content_translation/migrations/d6_node_translation.yml
+share/drupal/core/modules/content_translation/migrations/d6_taxonomy_term_localized_translation.yml
 share/drupal/core/modules/content_translation/migrations/d6_taxonomy_term_translation.yml
+share/drupal/core/modules/content_translation/migrations/d7_block_translation.yml
+share/drupal/core/modules/content_translation/migrations/d7_comment_entity_translation.yml
+share/drupal/core/modules/content_translation/migrations/d7_custom_block_translation.yml
 share/drupal/core/modules/content_translation/migrations/d7_entity_reference_translation.yml
 share/drupal/core/modules/content_translation/migrations/d7_entity_translation_settings.yml
+share/drupal/core/modules/content_translation/migrations/d7_node_entity_translation.yml
 share/drupal/core/modules/content_translation/migrations/d7_node_translation.yml
+share/drupal/core/modules/content_translation/migrations/d7_taxonomy_term_entity_translation.yml
 share/drupal/core/modules/content_translation/migrations/d7_user_entity_translation.yml
 share/drupal/core/modules/content_translation/migrations/node_translation_menu_links.yml
 share/drupal/core/modules/content_translation/migrations/statistics_node_translation_counter.yml
@@ -4097,6 +4124,7 @@
 share/drupal/core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php
 share/drupal/core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php
 share/drupal/core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php
+share/drupal/core/modules/content_translation/src/Plugin/migrate/source/I18nQueryTrait.php
 share/drupal/core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php
 share/drupal/core/modules/content_translation/src/Plugin/views/field/TranslationLink.php
 share/drupal/core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php
@@ -4227,6 +4255,7 @@
 share/drupal/core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_sort_datetime.yml
 share/drupal/core/modules/datetime/tests/src/Functional/DateTestBase.php
 share/drupal/core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
+share/drupal/core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php
 share/drupal/core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDateonlyTest.php
 share/drupal/core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php
 share/drupal/core/modules/datetime/tests/src/Kernel/DateTimeFormInjectionTest.php
@@ -4259,10 +4288,13 @@
 share/drupal/core/modules/datetime_range/tests/fixtures/update/field.field.node.page.field_range.yml
 share/drupal/core/modules/datetime_range/tests/fixtures/update/field.storage.node.field_range.yml
 share/drupal/core/modules/datetime_range/tests/fixtures/update/views.view.test_datetime_range_filter_values.yml
+share/drupal/core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.info.yml
+share/drupal/core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.module
 share/drupal/core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
 share/drupal/core/modules/datetime_range/tests/src/Functional/Update/DatetimeRangeViewUpdateTest.php
 share/drupal/core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php
 share/drupal/core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php
+share/drupal/core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php
 share/drupal/core/modules/datetime_range/tests/src/Kernel/Views/FilterDateTest.php
 share/drupal/core/modules/dblog/config/install/dblog.settings.yml
 share/drupal/core/modules/dblog/config/optional/views.view.watchdog.yml
@@ -4306,6 +4338,7 @@
 share/drupal/core/modules/dblog/tests/src/Functional/Update/DblogRecentLogsUsingViewsUpdateTest.php
 share/drupal/core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php
 share/drupal/core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php
+share/drupal/core/modules/dblog/tests/src/Kernel/DbLogTest.php
 share/drupal/core/modules/dblog/tests/src/Kernel/Migrate/d6/MigrateDblogConfigsTest.php
 share/drupal/core/modules/dblog/tests/src/Kernel/Migrate/d7/MigrateDblogConfigsTest.php
 share/drupal/core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php
@@ -4432,8 +4465,10 @@
 share/drupal/core/modules/field/src/Plugin/migrate/process/ProcessField.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/d6/FieldFormatterSettingsDefaults.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceDefaults.php
+share/drupal/core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceOptionTranslation.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceSettings.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceWidgetSettings.php
+share/drupal/core/modules/field/src/Plugin/migrate/process/d6/FieldOptionTranslation.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/d6/FieldSettings.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/d6/FieldTypeDefaults.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceDefaults.php
@@ -4442,15 +4477,17 @@
 share/drupal/core/modules/field/src/Plugin/migrate/process/d7/FieldTypeDefaults.php
 share/drupal/core/modules/field/src/Plugin/migrate/source/d6/Field.php
 share/drupal/core/modules/field/src/Plugin/migrate/source/d6/FieldInstance.php
+share/drupal/core/modules/field/src/Plugin/migrate/source/d6/FieldInstanceOptionTranslation.php
 share/drupal/core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerFormDisplay.php
 share/drupal/core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerViewMode.php
+share/drupal/core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php
+share/drupal/core/modules/field/src/Plugin/migrate/source/d6/FieldOptionTranslation.php
 share/drupal/core/modules/field/src/Plugin/migrate/source/d7/Field.php
 share/drupal/core/modules/field/src/Plugin/migrate/source/d7/FieldInstance.php
 share/drupal/core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerFormDisplay.php
 share/drupal/core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerViewMode.php
 share/drupal/core/modules/field/src/Plugin/migrate/source/d7/ViewMode.php
 share/drupal/core/modules/field/src/ProxyClass/FieldUninstallValidator.php
-share/drupal/core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php
 share/drupal/core/modules/field/src/Tests/EntityReference/EntityReferenceTestTrait.php
 share/drupal/core/modules/field/src/Tests/FieldTestBase.php
 share/drupal/core/modules/field/src/Tests/Views/FieldTestBase.php
@@ -4518,6 +4555,7 @@
 share/drupal/core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php
 share/drupal/core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php
 share/drupal/core/modules/field/tests/src/Functional/Email/EmailFieldTest.php
+share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php
 share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAutoCreateTest.php
 share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php
 share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
@@ -4563,6 +4601,7 @@
 share/drupal/core/modules/field/tests/src/Functional/Views/HandlerFieldFieldTest.php
 share/drupal/core/modules/field/tests/src/Functional/reEnableModuleFieldTest.php
 share/drupal/core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php
+share/drupal/core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php
 share/drupal/core/modules/field/tests/src/FunctionalJavascript/FormJSAddMoreTest.php
 share/drupal/core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
@@ -4592,7 +4631,10 @@
 share/drupal/core/modules/field/tests/src/Kernel/FieldValidationTest.php
 share/drupal/core/modules/field/tests/src/Kernel/FormatterPluginManagerTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldFormatterSettingsTest.php
+share/drupal/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php
+share/drupal/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceOptionTranslationTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceTest.php
+share/drupal/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldOptionTranslationTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldWidgetSettingsTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php
@@ -4604,9 +4646,12 @@
 share/drupal/core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Number/NumberItemTest.php
+share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceLabelDescriptionTranslationTest.php
+share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceOptionTranslationTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstancePerFormDisplayTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstancePerViewModeTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceTest.php
+share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerFormDisplayTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerViewModeTest.php
@@ -4626,6 +4671,7 @@
 share/drupal/core/modules/field/tests/src/Kernel/TranslationTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Uri/UriItemTest.php
 share/drupal/core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php
+share/drupal/core/modules/field/tests/src/Traits/EntityReferenceTestTrait.php
 share/drupal/core/modules/field/tests/src/Unit/FieldConfigAccessControlHandlerTest.php
 share/drupal/core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php
 share/drupal/core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php
@@ -4659,6 +4705,7 @@
 share/drupal/core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php
 share/drupal/core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php
 share/drupal/core/modules/field_layout/tests/src/Kernel/FieldLayoutEntityDisplayTest.php
+share/drupal/core/modules/field_layout/tests/src/Kernel/FieldLayoutUninstallTest.php
 share/drupal/core/modules/field_layout/tests/src/Unit/FieldLayoutBuilderTest.php
 share/drupal/core/modules/field_ui/config/install/field_ui.settings.yml
 share/drupal/core/modules/field_ui/config/schema/field_ui.schema.yml
@@ -4702,21 +4749,22 @@
 share/drupal/core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php
 share/drupal/core/modules/field_ui/src/Routing/FieldUiRouteEnhancer.php
 share/drupal/core/modules/field_ui/src/Routing/RouteSubscriber.php
-share/drupal/core/modules/field_ui/src/Tests/FieldUIDeleteTest.php
 share/drupal/core/modules/field_ui/src/Tests/FieldUiTestTrait.php
 share/drupal/core/modules/field_ui/src/Tests/ManageDisplayTest.php
-share/drupal/core/modules/field_ui/src/Tests/ManageFieldsTest.php
 share/drupal/core/modules/field_ui/templates/field-ui-table.html.twig
 share/drupal/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.info.yml
 share/drupal/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.module
 share/drupal/core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php
 share/drupal/core/modules/field_ui/tests/src/Functional/EntityDisplayTest.php
+share/drupal/core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php
 share/drupal/core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php
 share/drupal/core/modules/field_ui/tests/src/Functional/FieldUIRouteTest.php
+share/drupal/core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
 share/drupal/core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php
 share/drupal/core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php
 share/drupal/core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php
 share/drupal/core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php
+share/drupal/core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php
 share/drupal/core/modules/field_ui/tests/src/Unit/FieldUiTest.php
 share/drupal/core/modules/file/config/install/file.settings.yml
 share/drupal/core/modules/file/config/optional/views.view.files.yml
@@ -4804,7 +4852,6 @@
 share/drupal/core/modules/file/src/Plugin/views/wizard/File.php



Home | Main Index | Thread Index | Old Index