pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/drupal8



Module Name:    pkgsrc
Committed By:   wen
Date:           Tue Oct  2 02:56:59 UTC 2018

Modified Files:
        pkgsrc/www/drupal8: Makefile PLIST distinfo

Log Message:
Update to 8.6.1

Upstrean changelog is too long, please visit:
https://www.drupal.org/project/drupal/releases/8.6.0
https://www.drupal.org/project/drupal/releases/8.6.1


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/drupal8/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/drupal8/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/drupal8/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/drupal8/Makefile
diff -u pkgsrc/www/drupal8/Makefile:1.10 pkgsrc/www/drupal8/Makefile:1.11
--- pkgsrc/www/drupal8/Makefile:1.10    Wed Aug 15 10:52:45 2018
+++ pkgsrc/www/drupal8/Makefile Tue Oct  2 02:56:59 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/08/15 10:52:45 wen Exp $
+# $NetBSD: Makefile,v 1.11 2018/10/02 02:56:59 wen Exp $
 
-DISTNAME=      drupal-8.5.6
+DISTNAME=      drupal-8.6.1
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  http://ftp.drupal.org/files/projects/

Index: pkgsrc/www/drupal8/PLIST
diff -u pkgsrc/www/drupal8/PLIST:1.8 pkgsrc/www/drupal8/PLIST:1.9
--- pkgsrc/www/drupal8/PLIST:1.8        Wed Aug 15 10:52:45 2018
+++ pkgsrc/www/drupal8/PLIST    Tue Oct  2 02:56:59 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2018/08/15 10:52:45 wen Exp $
+@comment $NetBSD: PLIST,v 1.9 2018/10/02 02:56:59 wen Exp $
 share/drupal/.csslintrc
 share/drupal/.editorconfig
 share/drupal/.eslintignore
@@ -12,11 +12,14 @@ share/drupal/README.txt
 share/drupal/autoload.php
 share/drupal/composer.json
 share/drupal/composer.lock
+share/drupal/core/.env.example
 share/drupal/core/.eslintignore
 share/drupal/core/.eslintrc.json
 share/drupal/core/.eslintrc.legacy.json
 share/drupal/core/.eslintrc.passing.json
 share/drupal/core/.gitignore
+share/drupal/core/.prettierignore
+share/drupal/core/.prettierrc.json
 share/drupal/core/.stylelintrc.json
 share/drupal/core/CHANGELOG.txt
 share/drupal/core/COPYRIGHT.txt
@@ -478,6 +481,7 @@ share/drupal/core/core.api.php
 share/drupal/core/core.libraries.yml
 share/drupal/core/core.link_relation_types.yml
 share/drupal/core/core.services.yml
+share/drupal/core/drupalci.yml
 share/drupal/core/globals.api.php
 share/drupal/core/includes/batch.inc
 share/drupal/core/includes/bootstrap.inc
@@ -627,6 +631,8 @@ share/drupal/core/lib/Drupal/Component/P
 share/drupal/core/lib/Drupal/Component/Plugin/Context/ContextInterface.php
 share/drupal/core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php
 share/drupal/core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php
+share/drupal/core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionInterface.php
+share/drupal/core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionTrait.php
 share/drupal/core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php
 share/drupal/core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php
 share/drupal/core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php
@@ -647,6 +653,7 @@ share/drupal/core/lib/Drupal/Component/P
 share/drupal/core/lib/Drupal/Component/Plugin/Exception/InvalidDeriverException.php
 share/drupal/core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php
 share/drupal/core/lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.php
+share/drupal/core/lib/Drupal/Component/Plugin/Exception/MissingValueContextException.php
 share/drupal/core/lib/Drupal/Component/Plugin/Exception/PluginException.php
 share/drupal/core/lib/Drupal/Component/Plugin/Exception/PluginNotFoundException.php
 share/drupal/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php
@@ -972,8 +979,10 @@ share/drupal/core/lib/Drupal/Core/Action
 share/drupal/core/lib/Drupal/Core/Action/ActionManager.php
 share/drupal/core/lib/Drupal/Core/Action/ActionPluginCollection.php
 share/drupal/core/lib/Drupal/Core/Action/ConfigurableActionBase.php
+share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/DeleteAction.php
 share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php
 share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityChangedActionDeriver.php
+share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php
 share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityPublishedActionDeriver.php
 share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php
 share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/PublishAction.php
@@ -981,6 +990,8 @@ share/drupal/core/lib/Drupal/Core/Action
 share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/UnpublishAction.php
 share/drupal/core/lib/Drupal/Core/Ajax/AddCssCommand.php
 share/drupal/core/lib/Drupal/Core/Ajax/AfterCommand.php
+share/drupal/core/lib/Drupal/Core/Ajax/AjaxFormHelperTrait.php
+share/drupal/core/lib/Drupal/Core/Ajax/AjaxHelperTrait.php
 share/drupal/core/lib/Drupal/Core/Ajax/AjaxResponse.php
 share/drupal/core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php
 share/drupal/core/lib/Drupal/Core/Ajax/AlertCommand.php
@@ -1059,6 +1070,7 @@ share/drupal/core/lib/Drupal/Core/Authen
 share/drupal/core/lib/Drupal/Core/Authentication/AuthenticationProviderChallengeInterface.php
 share/drupal/core/lib/Drupal/Core/Authentication/AuthenticationProviderFilterInterface.php
 share/drupal/core/lib/Drupal/Core/Authentication/AuthenticationProviderInterface.php
+share/drupal/core/lib/Drupal/Core/Batch/BatchBuilder.php
 share/drupal/core/lib/Drupal/Core/Batch/BatchStorage.php
 share/drupal/core/lib/Drupal/Core/Batch/BatchStorageInterface.php
 share/drupal/core/lib/Drupal/Core/Batch/Percentage.php
@@ -1135,6 +1147,8 @@ share/drupal/core/lib/Drupal/Core/Cache/
 share/drupal/core/lib/Drupal/Core/Cache/ListCacheBinsPass.php
 share/drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php
 share/drupal/core/lib/Drupal/Core/Cache/MemoryBackendFactory.php
+share/drupal/core/lib/Drupal/Core/Cache/MemoryCache/MemoryCache.php
+share/drupal/core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheInterface.php
 share/drupal/core/lib/Drupal/Core/Cache/MemoryCounterBackend.php
 share/drupal/core/lib/Drupal/Core/Cache/NullBackend.php
 share/drupal/core/lib/Drupal/Core/Cache/NullBackendFactory.php
@@ -1153,6 +1167,9 @@ share/drupal/core/lib/Drupal/Core/Comman
 share/drupal/core/lib/Drupal/Core/Command/DbToolsApplication.php
 share/drupal/core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php
 share/drupal/core/lib/Drupal/Core/Command/GenerateProxyClassCommand.php
+share/drupal/core/lib/Drupal/Core/Command/InstallCommand.php
+share/drupal/core/lib/Drupal/Core/Command/QuickStartCommand.php
+share/drupal/core/lib/Drupal/Core/Command/ServerCommand.php
 share/drupal/core/lib/Drupal/Core/Composer/Composer.php
 share/drupal/core/lib/Drupal/Core/Condition/Annotation/Condition.php
 share/drupal/core/lib/Drupal/Core/Condition/ConditionAccessResolverTrait.php
@@ -1199,6 +1216,7 @@ share/drupal/core/lib/Drupal/Core/Config
 share/drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php
 share/drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php
 share/drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php
+share/drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php
 share/drupal/core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php
 share/drupal/core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php
 share/drupal/core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityStorageClassException.php
@@ -1213,6 +1231,7 @@ share/drupal/core/lib/Drupal/Core/Config
 share/drupal/core/lib/Drupal/Core/Config/FileStorageFactory.php
 share/drupal/core/lib/Drupal/Core/Config/ImmutableConfig.php
 share/drupal/core/lib/Drupal/Core/Config/ImmutableConfigException.php
+share/drupal/core/lib/Drupal/Core/Config/Importer/ConfigImporterBatch.php
 share/drupal/core/lib/Drupal/Core/Config/Importer/FinalMissingContentSubscriber.php
 share/drupal/core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php
 share/drupal/core/lib/Drupal/Core/Config/InstallStorage.php
@@ -1241,6 +1260,9 @@ share/drupal/core/lib/Drupal/Core/Config
 share/drupal/core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php
 share/drupal/core/lib/Drupal/Core/Config/UnmetDependenciesException.php
 share/drupal/core/lib/Drupal/Core/Config/UnsupportedDataTypeConfigException.php
+share/drupal/core/lib/Drupal/Core/Controller/ArgumentResolver/Psr7RequestValueResolver.php
+share/drupal/core/lib/Drupal/Core/Controller/ArgumentResolver/RawParameterValueResolver.php
+share/drupal/core/lib/Drupal/Core/Controller/ArgumentResolver/RouteMatchValueResolver.php
 share/drupal/core/lib/Drupal/Core/Controller/ControllerBase.php
 share/drupal/core/lib/Drupal/Core/Controller/ControllerResolver.php
 share/drupal/core/lib/Drupal/Core/Controller/ControllerResolverInterface.php
@@ -1441,6 +1463,7 @@ share/drupal/core/lib/Drupal/Core/Entity
 share/drupal/core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/EntityDeleteForm.php
 share/drupal/core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php
+share/drupal/core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php
 share/drupal/core/lib/Drupal/Core/Entity/EntityDescriptionInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/EntityDisplayBase.php
 share/drupal/core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php
@@ -1506,12 +1529,14 @@ share/drupal/core/lib/Drupal/Core/Entity
 share/drupal/core/lib/Drupal/Core/Entity/Exception/UnsupportedEntityTypeDefinitionException.php
 share/drupal/core/lib/Drupal/Core/Entity/FieldableEntityInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php
+share/drupal/core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php
 share/drupal/core/lib/Drupal/Core/Entity/HtmlEntityFormController.php
 share/drupal/core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php
 share/drupal/core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
 share/drupal/core/lib/Drupal/Core/Entity/KeyValueStore/Query/Condition.php
 share/drupal/core/lib/Drupal/Core/Entity/KeyValueStore/Query/Query.php
 share/drupal/core/lib/Drupal/Core/Entity/KeyValueStore/Query/QueryFactory.php
+share/drupal/core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php
 share/drupal/core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php
 share/drupal/core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php
 share/drupal/core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php
@@ -1525,6 +1550,8 @@ share/drupal/core/lib/Drupal/Core/Entity
 share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/CompositeConstraintBase.php
 share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraint.php
 share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraintValidator.php
+share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityHasFieldConstraint.php
+share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityHasFieldConstraintValidator.php
 share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraint.php
 share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraintValidator.php
 share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php
@@ -1631,20 +1658,25 @@ share/drupal/core/lib/Drupal/Core/Execut
 share/drupal/core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php
 share/drupal/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php
 share/drupal/core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterIterator.php
+share/drupal/core/lib/Drupal/Core/Extension/Exception/UninstalledExtensionException.php
+share/drupal/core/lib/Drupal/Core/Extension/Exception/UnknownExtensionException.php
 share/drupal/core/lib/Drupal/Core/Extension/Extension.php
 share/drupal/core/lib/Drupal/Core/Extension/ExtensionDiscovery.php
+share/drupal/core/lib/Drupal/Core/Extension/ExtensionList.php
 share/drupal/core/lib/Drupal/Core/Extension/ExtensionNameLengthException.php
 share/drupal/core/lib/Drupal/Core/Extension/InfoParser.php
 share/drupal/core/lib/Drupal/Core/Extension/InfoParserDynamic.php
 share/drupal/core/lib/Drupal/Core/Extension/InfoParserException.php
 share/drupal/core/lib/Drupal/Core/Extension/InfoParserInterface.php
 share/drupal/core/lib/Drupal/Core/Extension/MissingDependencyException.php
+share/drupal/core/lib/Drupal/Core/Extension/ModuleExtensionList.php
 share/drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php
 share/drupal/core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php
 share/drupal/core/lib/Drupal/Core/Extension/ModuleInstaller.php
 share/drupal/core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php
 share/drupal/core/lib/Drupal/Core/Extension/ModuleUninstallValidatorException.php
 share/drupal/core/lib/Drupal/Core/Extension/ModuleUninstallValidatorInterface.php
+share/drupal/core/lib/Drupal/Core/Extension/ProfileExtensionList.php
 share/drupal/core/lib/Drupal/Core/Extension/RequiredModuleUninstallValidator.php
 share/drupal/core/lib/Drupal/Core/Extension/ThemeHandler.php
 share/drupal/core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php
@@ -1672,6 +1704,7 @@ share/drupal/core/lib/Drupal/Core/Field/
 share/drupal/core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php
 share/drupal/core/lib/Drupal/Core/Field/FieldException.php
 share/drupal/core/lib/Drupal/Core/Field/FieldFilteredMarkup.php
+share/drupal/core/lib/Drupal/Core/Field/FieldInputValueNormalizerTrait.php
 share/drupal/core/lib/Drupal/Core/Field/FieldItemBase.php
 share/drupal/core/lib/Drupal/Core/Field/FieldItemInterface.php
 share/drupal/core/lib/Drupal/Core/Field/FieldItemList.php
@@ -1848,9 +1881,11 @@ share/drupal/core/lib/Drupal/Core/Instal
 share/drupal/core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
 share/drupal/core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php
 share/drupal/core/lib/Drupal/Core/Installer/InstallerKernel.php
+share/drupal/core/lib/Drupal/Core/Installer/InstallerModuleExtensionList.php
 share/drupal/core/lib/Drupal/Core/Installer/InstallerRedirectTrait.php
 share/drupal/core/lib/Drupal/Core/Installer/InstallerRouteBuilder.php
 share/drupal/core/lib/Drupal/Core/Installer/InstallerServiceProvider.php
+share/drupal/core/lib/Drupal/Core/Installer/NormalInstallerServiceProvider.php
 share/drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php
 share/drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php
 share/drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseExpirableFactory.php
@@ -2000,6 +2035,8 @@ share/drupal/core/lib/Drupal/Core/Plugin
 share/drupal/core/lib/Drupal/Core/Plugin/Context/ContextInterface.php
 share/drupal/core/lib/Drupal/Core/Plugin/Context/ContextProviderInterface.php
 share/drupal/core/lib/Drupal/Core/Plugin/Context/ContextRepositoryInterface.php
+share/drupal/core/lib/Drupal/Core/Plugin/Context/EntityContext.php
+share/drupal/core/lib/Drupal/Core/Plugin/Context/EntityContextDefinition.php
 share/drupal/core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php
 share/drupal/core/lib/Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php
 share/drupal/core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php
@@ -2018,6 +2055,8 @@ share/drupal/core/lib/Drupal/Core/Plugin
 share/drupal/core/lib/Drupal/Core/Plugin/Discovery/YamlDiscovery.php
 share/drupal/core/lib/Drupal/Core/Plugin/Discovery/YamlDiscoveryDecorator.php
 share/drupal/core/lib/Drupal/Core/Plugin/Factory/ContainerFactory.php
+share/drupal/core/lib/Drupal/Core/Plugin/FilteredPluginManagerInterface.php
+share/drupal/core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php
 share/drupal/core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php
 share/drupal/core/lib/Drupal/Core/Plugin/PluginBase.php
 share/drupal/core/lib/Drupal/Core/Plugin/PluginDependencyTrait.php
@@ -2028,6 +2067,7 @@ share/drupal/core/lib/Drupal/Core/Plugin
 share/drupal/core/lib/Drupal/Core/Plugin/PluginManagerPass.php
 share/drupal/core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php
 share/drupal/core/lib/Drupal/Core/Plugin/PluginWithFormsTrait.php
+share/drupal/core/lib/Drupal/Core/Plugin/plugin.api.php
 share/drupal/core/lib/Drupal/Core/PrivateKey.php
 share/drupal/core/lib/Drupal/Core/ProxyBuilder/ProxyBuilder.php
 share/drupal/core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php
@@ -2290,6 +2330,7 @@ share/drupal/core/lib/Drupal/Core/Test/A
 share/drupal/core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php
 share/drupal/core/lib/Drupal/Core/Test/HttpClientMiddleware/TestHttpClientMiddleware.php
 share/drupal/core/lib/Drupal/Core/Test/ObjectSerialization.php
+share/drupal/core/lib/Drupal/Core/Test/RefreshVariablesTrait.php
 share/drupal/core/lib/Drupal/Core/Test/TestDatabase.php
 share/drupal/core/lib/Drupal/Core/Test/TestKernel.php
 share/drupal/core/lib/Drupal/Core/Test/TestRunnerKernel.php
@@ -2561,6 +2602,7 @@ share/drupal/core/misc/machine-name.js
 share/drupal/core/misc/menu-collapsed-rtl.png
 share/drupal/core/misc/menu-collapsed.png
 share/drupal/core/misc/menu-expanded.png
+share/drupal/core/misc/normalize-fixes.css
 share/drupal/core/misc/print.css
 share/drupal/core/misc/progress.es6.js
 share/drupal/core/misc/progress.js
@@ -2882,6 +2924,7 @@ share/drupal/core/modules/block/src/Plug
 share/drupal/core/modules/block/src/Plugin/migrate/process/BlockTheme.php
 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/Tests/BlockTestBase.php
 share/drupal/core/modules/block/src/Theme/AdminDemoNegotiator.php
 share/drupal/core/modules/block/templates/block.html.twig
@@ -2958,9 +3001,11 @@ share/drupal/core/modules/block/tests/sr
 share/drupal/core/modules/block/tests/src/Kernel/BlockRebuildTest.php
 share/drupal/core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php
 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/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/Traits/BlockCreationTrait.php
 share/drupal/core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php
 share/drupal/core/modules/block/tests/src/Unit/BlockFormTest.php
@@ -2978,6 +3023,7 @@ share/drupal/core/modules/block_content/
 share/drupal/core/modules/block_content/block_content.links.task.yml
 share/drupal/core/modules/block_content/block_content.module
 share/drupal/core/modules/block_content/block_content.pages.inc
+share/drupal/core/modules/block_content/block_content.post_update.php
 share/drupal/core/modules/block_content/block_content.routing.yml
 share/drupal/core/modules/block_content/block_content.services.yml
 share/drupal/core/modules/block_content/config/install/core.entity_view_mode.block_content.full.yml
@@ -2990,7 +3036,12 @@ share/drupal/core/modules/block_content/
 share/drupal/core/modules/block_content/migrations/block_content_type.yml
 share/drupal/core/modules/block_content/migrations/d6_custom_block.yml
 share/drupal/core/modules/block_content/migrations/d7_custom_block.yml
+share/drupal/core/modules/block_content/src/Access/AccessGroupAnd.php
+share/drupal/core/modules/block_content/src/Access/DependentAccessInterface.php
+share/drupal/core/modules/block_content/src/Access/RefinableDependentAccessInterface.php
+share/drupal/core/modules/block_content/src/Access/RefinableDependentAccessTrait.php
 share/drupal/core/modules/block_content/src/BlockContentAccessControlHandler.php
+share/drupal/core/modules/block_content/src/BlockContentEvents.php
 share/drupal/core/modules/block_content/src/BlockContentForm.php
 share/drupal/core/modules/block_content/src/BlockContentInterface.php
 share/drupal/core/modules/block_content/src/BlockContentListBuilder.php
@@ -3004,21 +3055,27 @@ share/drupal/core/modules/block_content/
 share/drupal/core/modules/block_content/src/Controller/BlockContentController.php
 share/drupal/core/modules/block_content/src/Entity/BlockContent.php
 share/drupal/core/modules/block_content/src/Entity/BlockContentType.php
+share/drupal/core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php
 share/drupal/core/modules/block_content/src/Form/BlockContentDeleteForm.php
 share/drupal/core/modules/block_content/src/Form/BlockContentTypeDeleteForm.php
 share/drupal/core/modules/block_content/src/Plugin/Block/BlockContentBlock.php
 share/drupal/core/modules/block_content/src/Plugin/Derivative/BlockContent.php
 share/drupal/core/modules/block_content/src/Plugin/Menu/LocalAction/BlockContentAddLocalAction.php
 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/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
 share/drupal/core/modules/block_content/src/Tests/Views/BlockContentTestBase.php
 share/drupal/core/modules/block_content/templates/block-content-add-list.html.twig
+share/drupal/core/modules/block_content/tests/fixtures/update/drupal-8.views_block_content-2976334.php
+share/drupal/core/modules/block_content/tests/fixtures/update/views.view.block_content_2976334.yml
 share/drupal/core/modules/block_content/tests/modules/block_content_test/block_content_test.info.yml
 share/drupal/core/modules/block_content/tests/modules/block_content_test/block_content_test.module
 share/drupal/core/modules/block_content/tests/modules/block_content_test/block_content_test.routing.yml
 share/drupal/core/modules/block_content/tests/modules/block_content_test/config/install/block.block.foobargorilla.yml
+share/drupal/core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php
 share/drupal/core/modules/block_content/tests/modules/block_content_test_views/block_content_test_views.info.yml
 share/drupal/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_redirect_destination.yml
 share/drupal/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_revision_id.yml
@@ -3060,23 +3117,33 @@ share/drupal/core/modules/block_content/
 share/drupal/core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlBasicAuthTest.php
 share/drupal/core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlCookieTest.php
 share/drupal/core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php
+share/drupal/core/modules/block_content/tests/src/Functional/Update/BlockContentReusableUpdateTest.php
 share/drupal/core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php
 share/drupal/core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php
 share/drupal/core/modules/block_content/tests/src/Functional/Views/BlockContentIntegrationTest.php
 share/drupal/core/modules/block_content/tests/src/Functional/Views/BlockContentRedirectTest.php
 share/drupal/core/modules/block_content/tests/src/Functional/Views/BlockContentTestBase.php
+share/drupal/core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php
 share/drupal/core/modules/block_content/tests/src/Functional/Views/FieldTypeTest.php
 share/drupal/core/modules/block_content/tests/src/Functional/Views/RevisionRelationshipsTest.php
+share/drupal/core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php
 share/drupal/core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php
+share/drupal/core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php
+share/drupal/core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php
 share/drupal/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php
 share/drupal/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityDisplayTest.php
 share/drupal/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityFormDisplayTest.php
 share/drupal/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentStubTest.php
 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/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/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
 share/drupal/core/modules/block_content/tests/src/Unit/Menu/BlockContentLocalTasksTest.php
 share/drupal/core/modules/block_place/block_place.info.yml
 share/drupal/core/modules/block_place/block_place.libraries.yml
@@ -3390,6 +3457,7 @@ share/drupal/core/modules/comment/src/Pl
 share/drupal/core/modules/comment/src/Plugin/Menu/LocalTask/UnapprovedComments.php
 share/drupal/core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraint.php
 share/drupal/core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php
+share/drupal/core/modules/comment/src/Plugin/migrate/D7Comment.php
 share/drupal/core/modules/comment/src/Plugin/migrate/destination/EntityComment.php
 share/drupal/core/modules/comment/src/Plugin/migrate/destination/EntityCommentType.php
 share/drupal/core/modules/comment/src/Plugin/migrate/source/d6/Comment.php
@@ -3416,9 +3484,6 @@ share/drupal/core/modules/comment/src/Pl
 share/drupal/core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php
 share/drupal/core/modules/comment/src/Plugin/views/sort/Thread.php
 share/drupal/core/modules/comment/src/Plugin/views/wizard/Comment.php
-share/drupal/core/modules/comment/src/Tests/CommentCacheTagsTest.php
-share/drupal/core/modules/comment/src/Tests/CommentNewIndicatorTest.php
-share/drupal/core/modules/comment/src/Tests/CommentPagerTest.php
 share/drupal/core/modules/comment/src/Tests/CommentTestBase.php
 share/drupal/core/modules/comment/src/Tests/CommentTestTrait.php
 share/drupal/core/modules/comment/src/Tests/Views/CommentTestBase.php
@@ -3447,15 +3512,18 @@ share/drupal/core/modules/comment/tests/
 share/drupal/core/modules/comment/tests/src/Functional/CommentBlockTest.php
 share/drupal/core/modules/comment/tests/src/Functional/CommentBookTest.php
 share/drupal/core/modules/comment/tests/src/Functional/CommentCSSTest.php
+share/drupal/core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php
 share/drupal/core/modules/comment/tests/src/Functional/CommentEntityTest.php
 share/drupal/core/modules/comment/tests/src/Functional/CommentFieldsTest.php
 share/drupal/core/modules/comment/tests/src/Functional/CommentInterfaceTest.php
 share/drupal/core/modules/comment/tests/src/Functional/CommentLanguageTest.php
 share/drupal/core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php
 share/drupal/core/modules/comment/tests/src/Functional/CommentLinksTest.php
+share/drupal/core/modules/comment/tests/src/Functional/CommentNewIndicatorTest.php
 share/drupal/core/modules/comment/tests/src/Functional/CommentNodeAccessTest.php
 share/drupal/core/modules/comment/tests/src/Functional/CommentNodeChangesTest.php
 share/drupal/core/modules/comment/tests/src/Functional/CommentNonNodeTest.php
+share/drupal/core/modules/comment/tests/src/Functional/CommentPagerTest.php
 share/drupal/core/modules/comment/tests/src/Functional/CommentPreviewTest.php
 share/drupal/core/modules/comment/tests/src/Functional/CommentRssTest.php
 share/drupal/core/modules/comment/tests/src/Functional/CommentStatisticsTest.php
@@ -3489,6 +3557,7 @@ share/drupal/core/modules/comment/tests/
 share/drupal/core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php
 share/drupal/core/modules/comment/tests/src/Functional/Rest/CommentXmlCookieTest.php
 share/drupal/core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php
+share/drupal/core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php
 share/drupal/core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php
 share/drupal/core/modules/comment/tests/src/Functional/Views/ArgumentUserUIDTest.php
 share/drupal/core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php
@@ -3507,6 +3576,7 @@ share/drupal/core/modules/comment/tests/
 share/drupal/core/modules/comment/tests/src/Kernel/CommentBundlesTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php
+share/drupal/core/modules/comment/tests/src/Kernel/CommentHostnameTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/CommentItemTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php
@@ -3558,7 +3628,6 @@ share/drupal/core/modules/config/src/For
 share/drupal/core/modules/config/src/Form/ConfigSync.php
 share/drupal/core/modules/config/src/StorageReplaceDataWrapper.php
 share/drupal/core/modules/config/src/Tests/AssertConfigEntityImportTrait.php
-share/drupal/core/modules/config/src/Tests/ConfigInstallProfileUnmetDependenciesTest.php
 share/drupal/core/modules/config/src/Tests/SchemaCheckTestTrait.php
 share/drupal/core/modules/config/tests/config_clash_test_theme/config/install/config_test.dynamic.dotted.default.yml
 share/drupal/core/modules/config/tests/config_clash_test_theme/config/install/language/fr/config_test.dynamic.dotted.default.yml
@@ -3589,6 +3658,7 @@ share/drupal/core/modules/config/tests/c
 share/drupal/core/modules/config/tests/config_import_test/src/EventSubscriber.php
 share/drupal/core/modules/config/tests/config_install_dependency_test/config/install/config_other_module_config_test.weird_simple_config.yml
 share/drupal/core/modules/config/tests/config_install_dependency_test/config/install/config_test.dynamic.other_module_test_with_dependency.yml
+share/drupal/core/modules/config/tests/config_install_dependency_test/config/optional/config_test.dynamic.dependency_for_unmet2.yml
 share/drupal/core/modules/config/tests/config_install_dependency_test/config_install_dependency_test.info.yml
 share/drupal/core/modules/config/tests/config_install_dependency_test/config_install_dependency_test.module
 share/drupal/core/modules/config/tests/config_install_double_dependency_test/config/install/config_test.dynamic.other_module_test_with_dependency.yml
@@ -3603,6 +3673,7 @@ share/drupal/core/modules/config/tests/c
 share/drupal/core/modules/config/tests/config_integration_test/config_integration_test.info.yml
 share/drupal/core/modules/config/tests/config_other_module_config_test/config/optional/config_test.dynamic.other_module_test.yml
 share/drupal/core/modules/config/tests/config_other_module_config_test/config/optional/config_test.dynamic.other_module_test_optional_entity_unmet.yml
+share/drupal/core/modules/config/tests/config_other_module_config_test/config/optional/config_test.dynamic.other_module_test_optional_entity_unmet2.yml
 share/drupal/core/modules/config/tests/config_other_module_config_test/config/optional/config_test.dynamic.other_module_test_unmet.yml
 share/drupal/core/modules/config/tests/config_other_module_config_test/config/schema/config_other_module_config_test.schema.yml
 share/drupal/core/modules/config/tests/config_other_module_config_test/config_other_module_config_test.info.yml
@@ -3631,7 +3702,7 @@ share/drupal/core/modules/config/tests/c
 share/drupal/core/modules/config/tests/config_schema_test/config_schema_test.info.yml
 share/drupal/core/modules/config/tests/config_schema_test/config_schema_test.module
 share/drupal/core/modules/config/tests/config_test/config/install/config_test.dynamic.dotted.default.yml
-share/drupal/core/modules/config/tests/config_test/config/install/config_test.dynamic.isinstallable.default.yml
+share/drupal/core/modules/config/tests/config_test/config/install/config_test.dynamic.isinstallable.yml
 share/drupal/core/modules/config/tests/config_test/config/install/config_test.no_status.default.yml
 share/drupal/core/modules/config/tests/config_test/config/install/config_test.system.yml
 share/drupal/core/modules/config/tests/config_test/config/install/config_test.types.yml
@@ -3669,6 +3740,8 @@ share/drupal/core/modules/config/tests/c
 share/drupal/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlAnonTest.php
 share/drupal/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php
 share/drupal/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlCookieTest.php
+share/drupal/core/modules/config/tests/config_test_id_mismatch/config/install/config_test.dynamic.no_id_match.yml
+share/drupal/core/modules/config/tests/config_test_id_mismatch/config_test_id_mismatch.info.yml
 share/drupal/core/modules/config/tests/config_test_language/config/install/config_test.dynamic.dotted.english.yml
 share/drupal/core/modules/config/tests/config_test_language/config/install/config_test.dynamic.dotted.french.yml
 share/drupal/core/modules/config/tests/config_test_language/config_test_language.info.yml
@@ -3688,6 +3761,7 @@ share/drupal/core/modules/config/tests/s
 share/drupal/core/modules/config/tests/src/Functional/ConfigImportUITest.php
 share/drupal/core/modules/config/tests/src/Functional/ConfigImportUploadTest.php
 share/drupal/core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php
+share/drupal/core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php
 share/drupal/core/modules/config/tests/src/Functional/ConfigInstallWebTest.php
 share/drupal/core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php
 share/drupal/core/modules/config/tests/src/Functional/ConfigOtherModuleTest.php
@@ -3711,6 +3785,7 @@ share/drupal/core/modules/config_transla
 share/drupal/core/modules/config_translation/css/config_translation.admin.css
 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
@@ -3729,6 +3804,8 @@ share/drupal/core/modules/config_transla
 share/drupal/core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php
 share/drupal/core/modules/config_translation/src/Controller/ConfigTranslationListController.php
 share/drupal/core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php
+share/drupal/core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php
+share/drupal/core/modules/config_translation/src/Event/ConfigTranslationEvents.php
 share/drupal/core/modules/config_translation/src/Exception/ConfigMapperLanguageException.php
 share/drupal/core/modules/config_translation/src/Form/ConfigTranslationAddForm.php
 share/drupal/core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php
@@ -3749,7 +3826,6 @@ share/drupal/core/modules/config_transla
 share/drupal/core/modules/config_translation/src/Plugin/migrate/source/d6/I18nProfileField.php
 share/drupal/core/modules/config_translation/src/Plugin/migrate/source/d6/ProfileFieldTranslation.php
 share/drupal/core/modules/config_translation/src/Routing/RouteSubscriber.php
-share/drupal/core/modules/config_translation/src/Tests/ConfigTranslationInstallTest.php
 share/drupal/core/modules/config_translation/templates/config_translation_manage_form_element.html.twig
 share/drupal/core/modules/config_translation/tests/modules/config_translation_test/config/install/config_translation_test.content.yml
 share/drupal/core/modules/config_translation/tests/modules/config_translation_test/config/schema/config_translation_test.schema.yml
@@ -3757,15 +3833,19 @@ share/drupal/core/modules/config_transla
 share/drupal/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.info.yml
 share/drupal/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.links.task.yml
 share/drupal/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module
+share/drupal/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.services.yml
+share/drupal/core/modules/config_translation/tests/modules/config_translation_test/src/EventSubscriber/ConfigTranslationTestSubscriber.php
 share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php
 share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php
 share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationFormTest.php
+share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationInstallTest.php
 share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
 share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php
 share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
 share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiThemeTest.php
 share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationViewListUiTest.php
 share/drupal/core/modules/config_translation/tests/src/FunctionalJavascript/ConfigTranslationUiTest.php
+share/drupal/core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php
 share/drupal/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemMaintenanceTranslationTest.php
 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
@@ -3857,7 +3937,6 @@ share/drupal/core/modules/contact/tests/
 share/drupal/core/modules/contact/tests/src/Kernel/Plugin/migrate/source/ContactCategoryTest.php
 share/drupal/core/modules/contact/tests/src/Kernel/Plugin/migrate/source/d6/ContactSettingsTest.php
 share/drupal/core/modules/contact/tests/src/Unit/MailHandlerTest.php
-share/drupal/core/modules/content_moderation/config/install/workflows.workflow.editorial.yml
 share/drupal/core/modules/content_moderation/config/optional/views.view.moderated_content.yml
 share/drupal/core/modules/content_moderation/config/schema/content_moderation.schema.yml
 share/drupal/core/modules/content_moderation/config/schema/content_moderation.views.schema.yml
@@ -3966,6 +4045,7 @@ share/drupal/core/modules/content_modera
 share/drupal/core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php
 share/drupal/core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php
 share/drupal/core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php
+share/drupal/core/modules/content_moderation/tests/src/Traits/ContentModerationTestTrait.php
 share/drupal/core/modules/content_moderation/tests/src/Unit/ContentModerationRouteSubscriberTest.php
 share/drupal/core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php
 share/drupal/core/modules/content_moderation/tests/src/Unit/LatestRevisionCheckTest.php
@@ -3985,8 +4065,18 @@ share/drupal/core/modules/content_transl
 share/drupal/core/modules/content_translation/content_translation.permissions.yml
 share/drupal/core/modules/content_translation/content_translation.services.yml
 share/drupal/core/modules/content_translation/css/content_translation.admin.css
+share/drupal/core/modules/content_translation/migrations/d6_block_translation.yml
+share/drupal/core/modules/content_translation/migrations/d6_custom_block_translation.yml
+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_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_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
 share/drupal/core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php
 share/drupal/core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php
 share/drupal/core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php
@@ -4088,12 +4178,12 @@ share/drupal/core/modules/contextual/src
 share/drupal/core/modules/contextual/src/Element/ContextualLinks.php
 share/drupal/core/modules/contextual/src/Element/ContextualLinksPlaceholder.php
 share/drupal/core/modules/contextual/src/Plugin/views/field/ContextualLinks.php
-share/drupal/core/modules/contextual/src/Tests/ContextualDynamicContextTest.php
 share/drupal/core/modules/contextual/tests/modules/contextual_test/contextual_test.info.yml
 share/drupal/core/modules/contextual/tests/modules/contextual_test/contextual_test.links.contextual.yml
 share/drupal/core/modules/contextual/tests/modules/contextual_test/contextual_test.module
 share/drupal/core/modules/contextual/tests/modules/contextual_test/contextual_test.routing.yml
 share/drupal/core/modules/contextual/tests/modules/contextual_test/src/Controller/TestController.php
+share/drupal/core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php
 share/drupal/core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinkClickTrait.php
 share/drupal/core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php
 share/drupal/core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php
@@ -4146,12 +4236,15 @@ share/drupal/core/modules/datetime/tests
 share/drupal/core/modules/datetime/tests/src/Kernel/Views/FilterDateTest.php
 share/drupal/core/modules/datetime/tests/src/Kernel/Views/FilterDateTimeTest.php
 share/drupal/core/modules/datetime/tests/src/Kernel/Views/SortDateTimeTest.php
+share/drupal/core/modules/datetime/tests/src/Unit/Plugin/migrate/field/DateFieldLegacyTest.php
 share/drupal/core/modules/datetime/tests/src/Unit/Plugin/migrate/field/DateFieldTest.php
+share/drupal/core/modules/datetime/tests/src/Unit/Plugin/migrate/field/d6/DateFieldLegacyTest.php
 share/drupal/core/modules/datetime/tests/src/Unit/Plugin/migrate/field/d6/DateFieldTest.php
 share/drupal/core/modules/datetime_range/config/schema/datetime_range.schema.yml
 share/drupal/core/modules/datetime_range/datetime_range.info.yml
 share/drupal/core/modules/datetime_range/datetime_range.module
 share/drupal/core/modules/datetime_range/datetime_range.post_update.php
+share/drupal/core/modules/datetime_range/datetime_range.views.inc
 share/drupal/core/modules/datetime_range/src/DateTimeRangeTrait.php
 share/drupal/core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangeCustomFormatter.php
 share/drupal/core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangeDefaultFormatter.php
@@ -4161,9 +4254,15 @@ share/drupal/core/modules/datetime_range
 share/drupal/core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDatelistWidget.php
 share/drupal/core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDefaultWidget.php
 share/drupal/core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeWidgetBase.php
+share/drupal/core/modules/datetime_range/tests/fixtures/update/datetime_range-filter-values.php
+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/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/FilterDateTest.php
 share/drupal/core/modules/dblog/config/install/dblog.settings.yml
 share/drupal/core/modules/dblog/config/optional/views.view.watchdog.yml
 share/drupal/core/modules/dblog/config/schema/dblog.schema.yml
@@ -4200,7 +4299,9 @@ share/drupal/core/modules/dblog/tests/sr
 share/drupal/core/modules/dblog/tests/src/Functional/DbLogResourceTest.php
 share/drupal/core/modules/dblog/tests/src/Functional/DbLogTest.php
 share/drupal/core/modules/dblog/tests/src/Functional/DbLogViewsTest.php
+share/drupal/core/modules/dblog/tests/src/Functional/FakeLogEntries.php
 share/drupal/core/modules/dblog/tests/src/Functional/Update/DblogFiltersAndFieldsUpgradeTest.php
+share/drupal/core/modules/dblog/tests/src/Functional/Update/DblogNoLogsAvailableUpgradeTest.php
 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
@@ -4252,11 +4353,6 @@ share/drupal/core/modules/editor/src/Plu
 share/drupal/core/modules/editor/src/Plugin/EditorPluginInterface.php
 share/drupal/core/modules/editor/src/Plugin/Filter/EditorFileReference.php
 share/drupal/core/modules/editor/src/Plugin/InPlaceEditor/Editor.php
-share/drupal/core/modules/editor/src/Tests/EditorAdminTest.php
-share/drupal/core/modules/editor/src/Tests/EditorLoadingTest.php
-share/drupal/core/modules/editor/src/Tests/EditorSecurityTest.php
-share/drupal/core/modules/editor/src/Tests/EditorUploadImageScaleTest.php
-share/drupal/core/modules/editor/src/Tests/QuickEditIntegrationLoadingTest.php
 share/drupal/core/modules/editor/tests/editor_private_test/config/install/editor.editor.private_images.yml
 share/drupal/core/modules/editor/tests/editor_private_test/config/install/filter.format.private_images.yml
 share/drupal/core/modules/editor/tests/editor_private_test/editor_private_test.info.yml
@@ -4267,11 +4363,16 @@ share/drupal/core/modules/editor/tests/m
 share/drupal/core/modules/editor/tests/modules/src/EditorXssFilter/Insecure.php
 share/drupal/core/modules/editor/tests/modules/src/Plugin/Editor/TRexEditor.php
 share/drupal/core/modules/editor/tests/modules/src/Plugin/Editor/UnicornEditor.php
+share/drupal/core/modules/editor/tests/src/Functional/EditorAdminTest.php
 share/drupal/core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php
+share/drupal/core/modules/editor/tests/src/Functional/EditorLoadingTest.php
 share/drupal/core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php
+share/drupal/core/modules/editor/tests/src/Functional/EditorSecurityTest.php
+share/drupal/core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php
 share/drupal/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonAnonTest.php
 share/drupal/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonBasicAuthTest.php
 share/drupal/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonCookieTest.php
+share/drupal/core/modules/editor/tests/src/Functional/QuickEditIntegrationLoadingTest.php
 share/drupal/core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php
 share/drupal/core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php
 share/drupal/core/modules/editor/tests/src/Functional/Rest/EditorJsonCookieTest.php
@@ -4348,23 +4449,10 @@ share/drupal/core/modules/field/src/Plug
 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/Boolean/BooleanFormatterSettingsTest.php
-share/drupal/core/modules/field/src/Tests/Email/EmailFieldTest.php
 share/drupal/core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php
-share/drupal/core/modules/field/src/Tests/EntityReference/EntityReferenceFileUploadTest.php
 share/drupal/core/modules/field/src/Tests/EntityReference/EntityReferenceTestTrait.php
-share/drupal/core/modules/field/src/Tests/FieldDefaultValueCallbackProvider.php
-share/drupal/core/modules/field/src/Tests/FieldDefaultValueCallbackTest.php
-share/drupal/core/modules/field/src/Tests/FieldImportDeleteUninstallUiTest.php
 share/drupal/core/modules/field/src/Tests/FieldTestBase.php
-share/drupal/core/modules/field/src/Tests/FormTest.php
-share/drupal/core/modules/field/src/Tests/NestedFormTest.php
-share/drupal/core/modules/field/src/Tests/Number/NumberFieldTest.php
-share/drupal/core/modules/field/src/Tests/String/StringFieldTest.php
 share/drupal/core/modules/field/src/Tests/Views/FieldTestBase.php
-share/drupal/core/modules/field/src/Tests/Views/FieldUITest.php
-share/drupal/core/modules/field/src/Tests/Views/HandlerFieldFieldTest.php
-share/drupal/core/modules/field/src/Tests/reEnableModuleFieldTest.php
 share/drupal/core/modules/field/tests/fixtures/update/drupal-8.email_widget_size_setting-2578741.php
 share/drupal/core/modules/field/tests/fixtures/update/drupal-8.remove_handler_submit_setting-2715589.php
 share/drupal/core/modules/field/tests/fixtures/update/drupal-8.update_deleted_field_definitions-2931436.php
@@ -4385,6 +4473,7 @@ share/drupal/core/modules/field/tests/mo
 share/drupal/core/modules/field/tests/modules/field_test/field_test.module
 share/drupal/core/modules/field/tests/modules/field_test/field_test.permissions.yml
 share/drupal/core/modules/field/tests/modules/field_test/field_test.routing.yml
+share/drupal/core/modules/field/tests/modules/field_test/src/FieldDefaultValueCallbackProvider.php
 share/drupal/core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php
 share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldApplicableFormatter.php
 share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldDefaultFormatter.php
@@ -4399,6 +4488,7 @@ share/drupal/core/modules/field/tests/mo
 share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php
 share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestObjectItem.php
 share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidget.php
+share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultilingual.php
 share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php
 share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultipleSingleValues.php
 share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Validation/Constraint/TestFieldConstraint.php
@@ -4425,21 +4515,29 @@ share/drupal/core/modules/field/tests/mo
 share/drupal/core/modules/field/tests/modules/field_timestamp_test/config/install/field.storage.entity_test.timestamp.yml
 share/drupal/core/modules/field/tests/modules/field_timestamp_test/field_timestamp_test.info.yml
 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/EntityReferenceAutoCreateTest.php
 share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php
 share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
+share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFileUploadTest.php
 share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceIntegrationTest.php
 share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceXSSTest.php
 share/drupal/core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php
 share/drupal/core/modules/field/tests/src/Functional/FieldAccessTest.php
+share/drupal/core/modules/field/tests/src/Functional/FieldDefaultValueCallbackTest.php
 share/drupal/core/modules/field/tests/src/Functional/FieldHelpTest.php
+share/drupal/core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php
 share/drupal/core/modules/field/tests/src/Functional/FieldTestBase.php
+share/drupal/core/modules/field/tests/src/Functional/FormTest.php
 share/drupal/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonAnonTest.php
 share/drupal/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonBasicAuthTest.php
 share/drupal/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonCookieTest.php
 share/drupal/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonAnonTest.php
 share/drupal/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php
 share/drupal/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonCookieTest.php
+share/drupal/core/modules/field/tests/src/Functional/NestedFormTest.php
+share/drupal/core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
 share/drupal/core/modules/field/tests/src/Functional/Rest/FieldConfigJsonAnonTest.php
 share/drupal/core/modules/field/tests/src/Functional/Rest/FieldConfigJsonBasicAuthTest.php
 share/drupal/core/modules/field/tests/src/Functional/Rest/FieldConfigJsonCookieTest.php
@@ -4454,11 +4552,18 @@ share/drupal/core/modules/field/tests/sr
 share/drupal/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlAnonTest.php
 share/drupal/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlBasicAuthTest.php
 share/drupal/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlCookieTest.php
+share/drupal/core/modules/field/tests/src/Functional/String/StringFieldTest.php
 share/drupal/core/modules/field/tests/src/Functional/TranslationWebTest.php
 share/drupal/core/modules/field/tests/src/Functional/Update/EmailWidgetSizeSettingUpdateTest.php
 share/drupal/core/modules/field/tests/src/Functional/Update/EntityReferenceHandlerSettingUpdateTest.php
 share/drupal/core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php
+share/drupal/core/modules/field/tests/src/Functional/Views/FieldTestBase.php
+share/drupal/core/modules/field/tests/src/Functional/Views/FieldUITest.php
+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/FormJSAddMoreTest.php
+share/drupal/core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
 share/drupal/core/modules/field/tests/src/Kernel/Boolean/BooleanItemTest.php
 share/drupal/core/modules/field/tests/src/Kernel/BulkDeleteTest.php
@@ -4475,6 +4580,7 @@ share/drupal/core/modules/field/tests/sr
 share/drupal/core/modules/field/tests/src/Kernel/FieldCrudTest.php
 share/drupal/core/modules/field/tests/src/Kernel/FieldDataCountTest.php
 share/drupal/core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php
+share/drupal/core/modules/field/tests/src/Kernel/FieldDisplayTest.php
 share/drupal/core/modules/field/tests/src/Kernel/FieldImportChangeTest.php
 share/drupal/core/modules/field/tests/src/Kernel/FieldImportCreateTest.php
 share/drupal/core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php
@@ -4643,6 +4749,7 @@ share/drupal/core/modules/file/src/Entit
 share/drupal/core/modules/file/src/FileAccessControlHandler.php
 share/drupal/core/modules/file/src/FileAccessFormatterControlHandlerInterface.php
 share/drupal/core/modules/file/src/FileInterface.php
+share/drupal/core/modules/file/src/FileServiceProvider.php
 share/drupal/core/modules/file/src/FileStorage.php
 share/drupal/core/modules/file/src/FileStorageInterface.php
 share/drupal/core/modules/file/src/FileStorageSchema.php
@@ -4689,32 +4796,15 @@ share/drupal/core/modules/file/src/Plugi
 share/drupal/core/modules/file/src/Plugin/migrate/source/d6/Upload.php
 share/drupal/core/modules/file/src/Plugin/migrate/source/d6/UploadInstance.php
 share/drupal/core/modules/file/src/Plugin/migrate/source/d7/File.php
+share/drupal/core/modules/file/src/Plugin/rest/resource/FileUploadResource.php
 share/drupal/core/modules/file/src/Plugin/views/argument/Fid.php
 share/drupal/core/modules/file/src/Plugin/views/field/File.php
 share/drupal/core/modules/file/src/Plugin/views/filter/Status.php
 share/drupal/core/modules/file/src/Plugin/views/wizard/File.php
-share/drupal/core/modules/file/src/Tests/DownloadTest.php
-share/drupal/core/modules/file/src/Tests/FileFieldAnonymousSubmissionTest.php
-share/drupal/core/modules/file/src/Tests/FileFieldDisplayTest.php
-share/drupal/core/modules/file/src/Tests/FileFieldFormatterAccessTest.php
-share/drupal/core/modules/file/src/Tests/FileFieldPathTest.php
-share/drupal/core/modules/file/src/Tests/FileFieldRSSContentTest.php
-share/drupal/core/modules/file/src/Tests/FileFieldRevisionTest.php
 share/drupal/core/modules/file/src/Tests/FileFieldTestBase.php
-share/drupal/core/modules/file/src/Tests/FileFieldValidateTest.php
 share/drupal/core/modules/file/src/Tests/FileFieldWidgetTest.php
-share/drupal/core/modules/file/src/Tests/FileListingTest.php
 share/drupal/core/modules/file/src/Tests/FileManagedFileElementTest.php
 share/drupal/core/modules/file/src/Tests/FileManagedTestBase.php
-share/drupal/core/modules/file/src/Tests/FileOnTranslatedEntityTest.php
-share/drupal/core/modules/file/src/Tests/FilePrivateTest.php
-share/drupal/core/modules/file/src/Tests/FileTokenReplaceTest.php
-share/drupal/core/modules/file/src/Tests/PrivateFileOnTranslatedEntityTest.php
-share/drupal/core/modules/file/src/Tests/RemoteFileSaveUploadTest.php
-share/drupal/core/modules/file/src/Tests/SaveUploadFormTest.php
-share/drupal/core/modules/file/src/Tests/SaveUploadTest.php
-share/drupal/core/modules/file/src/Tests/Update/FileUpdateTest.php
-share/drupal/core/modules/file/src/Tests/Views/RelationshipUserFileDataTest.php
 share/drupal/core/modules/file/templates/file-audio.html.twig
 share/drupal/core/modules/file/templates/file-link.html.twig
 share/drupal/core/modules/file/templates/file-managed-file.html.twig
@@ -4744,16 +4834,35 @@ share/drupal/core/modules/file/tests/fix
 share/drupal/core/modules/file/tests/modules/file_test_views/file_test_views.info.yml
 share/drupal/core/modules/file/tests/modules/file_test_views/test_views/views.view.file_extension_view.yml
 share/drupal/core/modules/file/tests/modules/file_test_views/test_views/views.view.test_file_user_file_data.yml
+share/drupal/core/modules/file/tests/src/Functional/DownloadTest.php
+share/drupal/core/modules/file/tests/src/Functional/FileFieldAnonymousSubmissionTest.php
 share/drupal/core/modules/file/tests/src/Functional/FileFieldCreationTrait.php
+share/drupal/core/modules/file/tests/src/Functional/FileFieldDisplayTest.php
+share/drupal/core/modules/file/tests/src/Functional/FileFieldFormatterAccessTest.php
+share/drupal/core/modules/file/tests/src/Functional/FileFieldPathTest.php
+share/drupal/core/modules/file/tests/src/Functional/FileFieldRSSContentTest.php
+share/drupal/core/modules/file/tests/src/Functional/FileFieldRevisionTest.php
 share/drupal/core/modules/file/tests/src/Functional/FileFieldTestBase.php
+share/drupal/core/modules/file/tests/src/Functional/FileFieldValidateTest.php
+share/drupal/core/modules/file/tests/src/Functional/FileListingTest.php
 share/drupal/core/modules/file/tests/src/Functional/FileManagedAccessTest.php
 share/drupal/core/modules/file/tests/src/Functional/FileManagedTestBase.php
+share/drupal/core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php
+share/drupal/core/modules/file/tests/src/Functional/FilePrivateTest.php
+share/drupal/core/modules/file/tests/src/Functional/FileTokenReplaceTest.php
+share/drupal/core/modules/file/tests/src/Functional/FileUploadJsonBasicAuthTest.php
+share/drupal/core/modules/file/tests/src/Functional/FileUploadJsonCookieTest.php
 share/drupal/core/modules/file/tests/src/Functional/Formatter/FileAudioFormatterTest.php
 share/drupal/core/modules/file/tests/src/Functional/Formatter/FileMediaFormatterTestBase.php
 share/drupal/core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php
 share/drupal/core/modules/file/tests/src/Functional/Hal/FileHalJsonAnonTest.php
 share/drupal/core/modules/file/tests/src/Functional/Hal/FileHalJsonBasicAuthTest.php
 share/drupal/core/modules/file/tests/src/Functional/Hal/FileHalJsonCookieTest.php
+share/drupal/core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonBasicAuthTest.php
+share/drupal/core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonCookieTest.php
+share/drupal/core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonTestBase.php
+share/drupal/core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php
+share/drupal/core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php
 share/drupal/core/modules/file/tests/src/Functional/Rest/FileJsonAnonTest.php
 share/drupal/core/modules/file/tests/src/Functional/Rest/FileJsonBasicAuthTest.php
 share/drupal/core/modules/file/tests/src/Functional/Rest/FileJsonCookieTest.php
@@ -4761,7 +4870,12 @@ share/drupal/core/modules/file/tests/src
 share/drupal/core/modules/file/tests/src/Functional/Rest/FileXmlAnonTest.php
 share/drupal/core/modules/file/tests/src/Functional/Rest/FileXmlBasicAuthTest.php
 share/drupal/core/modules/file/tests/src/Functional/Rest/FileXmlCookieTest.php
+share/drupal/core/modules/file/tests/src/Functional/SaveUploadFormTest.php
+share/drupal/core/modules/file/tests/src/Functional/SaveUploadTest.php
+share/drupal/core/modules/file/tests/src/Functional/Update/FileUpdateTest.php
 share/drupal/core/modules/file/tests/src/Functional/Update/FileUsageTemporaryDeletionConfigurationUpdateTest.php
+share/drupal/core/modules/file/tests/src/Functional/Views/RelationshipUserFileDataTest.php
+share/drupal/core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php
 share/drupal/core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php
 share/drupal/core/modules/file/tests/src/Kernel/AccessTest.php
 share/drupal/core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php
@@ -4804,9 +4918,12 @@ share/drupal/core/modules/file/tests/src
 share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d6/FileCckTest.php
 share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/FileCckTest.php
 share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/ImageCckTest.php
+share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/FileFieldLegacyTest.php
 share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/FileFieldTest.php
 share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/ImageFieldTest.php
+share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/FileFieldLegacyTest.php
 share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/FileFieldTest.php
+share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldLegacyTest.php
 share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldTest.php
 share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/CckFileTest.php
 share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FieldFileTest.php
@@ -5037,9 +5154,9 @@ share/drupal/core/modules/hal/tests/modu
 share/drupal/core/modules/hal/tests/modules/hal_test/hal_test.module
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonTestBase.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/Feed/FeedHalJsonTestBase.php
+share/drupal/core/modules/hal/tests/src/Functional/EntityResource/File/FileUploadHalJsonTestBase.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/HalEntityNormalizationTrait.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/Item/ItemHalJsonTestBase.php
-share/drupal/core/modules/hal/tests/src/Functional/FileDenormalizeTest.php
 share/drupal/core/modules/hal/tests/src/Functional/Update/CreateHalSettingsForLinkDomainUpdateTest.php
 share/drupal/core/modules/hal/tests/src/Functional/Update/MigrateLinkDomainSettingFromRestToHalUpdateTest.php
 share/drupal/core/modules/hal/tests/src/Kernel/DenormalizeTest.php
@@ -5182,10 +5299,13 @@ share/drupal/core/modules/image/template
 share/drupal/core/modules/image/templates/image-formatter.html.twig
 share/drupal/core/modules/image/templates/image-resize-summary.html.twig
 share/drupal/core/modules/image/templates/image-rotate-summary.html.twig
+share/drupal/core/modules/image/templates/image-scale-and-crop-summary.html.twig
 share/drupal/core/modules/image/templates/image-scale-summary.html.twig
 share/drupal/core/modules/image/templates/image-style-preview.html.twig
 share/drupal/core/modules/image/templates/image-style.html.twig
 share/drupal/core/modules/image/templates/image-widget.html.twig
+share/drupal/core/modules/image/tests/fixtures/update/image.image_style.test_scale_and_crop_add_anchor.yml
+share/drupal/core/modules/image/tests/fixtures/update/test_scale_and_crop_add_anchor.php
 share/drupal/core/modules/image/tests/modules/image_module_test/config/schema/image_module_test.schema.yml
 share/drupal/core/modules/image/tests/modules/image_module_test/image_module_test.info.yml
 share/drupal/core/modules/image/tests/modules/image_module_test/image_module_test.module
@@ -5222,9 +5342,11 @@ share/drupal/core/modules/image/tests/sr
 share/drupal/core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php
 share/drupal/core/modules/image/tests/src/Functional/Rest/ImageStyleXmlCookieTest.php
 share/drupal/core/modules/image/tests/src/Functional/Update/ImageUpdateTest.php
+share/drupal/core/modules/image/tests/src/Functional/Update/ScaleAndCropAddAnchorUpdateTest.php
 share/drupal/core/modules/image/tests/src/FunctionalJavascript/ImageAdminStylesTest.php
 share/drupal/core/modules/image/tests/src/FunctionalJavascript/ImageFieldTestBase.php
 share/drupal/core/modules/image/tests/src/FunctionalJavascript/ImageFieldValidateTest.php
+share/drupal/core/modules/image/tests/src/FunctionalJavascript/QuickEditImageEditorTestTrait.php
 share/drupal/core/modules/image/tests/src/FunctionalJavascript/QuickEditImageTest.php
 share/drupal/core/modules/image/tests/src/Kernel/ImageFieldCreationTrait.php
 share/drupal/core/modules/image/tests/src/Kernel/ImageFormatterTest.php
@@ -5458,12 +5580,13 @@ share/drupal/core/modules/layout_builder
 share/drupal/core/modules/layout_builder/layout_builder.post_update.php
 share/drupal/core/modules/layout_builder/layout_builder.routing.yml
 share/drupal/core/modules/layout_builder/layout_builder.services.yml
+share/drupal/core/modules/layout_builder/src/Access/LayoutBuilderAccessCheck.php
+share/drupal/core/modules/layout_builder/src/Access/LayoutPreviewAccessAllowed.php
 share/drupal/core/modules/layout_builder/src/Access/LayoutSectionAccessCheck.php
 share/drupal/core/modules/layout_builder/src/Annotation/SectionStorage.php
 share/drupal/core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php
 share/drupal/core/modules/layout_builder/src/Context/LayoutBuilderContextTrait.php
 share/drupal/core/modules/layout_builder/src/Controller/AddSectionController.php
-share/drupal/core/modules/layout_builder/src/Controller/AjaxHelperTrait.php
 share/drupal/core/modules/layout_builder/src/Controller/ChooseBlockController.php
 share/drupal/core/modules/layout_builder/src/Controller/ChooseSectionController.php
 share/drupal/core/modules/layout_builder/src/Controller/LayoutBuilderController.php
@@ -5476,24 +5599,34 @@ share/drupal/core/modules/layout_builder
 share/drupal/core/modules/layout_builder/src/Entity/LayoutEntityDisplayInterface.php
 share/drupal/core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php
 share/drupal/core/modules/layout_builder/src/EventSubscriber/BlockComponentRenderArray.php
+share/drupal/core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php
 share/drupal/core/modules/layout_builder/src/Field/LayoutSectionItemList.php
 share/drupal/core/modules/layout_builder/src/Form/AddBlockForm.php
-share/drupal/core/modules/layout_builder/src/Form/AjaxFormHelperTrait.php
 share/drupal/core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php
 share/drupal/core/modules/layout_builder/src/Form/ConfigureSectionForm.php
+share/drupal/core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php
 share/drupal/core/modules/layout_builder/src/Form/LayoutBuilderEntityViewDisplayForm.php
 share/drupal/core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php
 share/drupal/core/modules/layout_builder/src/Form/RemoveBlockForm.php
 share/drupal/core/modules/layout_builder/src/Form/RemoveSectionForm.php
 share/drupal/core/modules/layout_builder/src/Form/RevertOverridesForm.php
 share/drupal/core/modules/layout_builder/src/Form/UpdateBlockForm.php
+share/drupal/core/modules/layout_builder/src/InlineBlockEntityOperations.php
+share/drupal/core/modules/layout_builder/src/InlineBlockUsage.php
+share/drupal/core/modules/layout_builder/src/LayoutBuilderEnabledInterface.php
 share/drupal/core/modules/layout_builder/src/LayoutBuilderEvents.php
+share/drupal/core/modules/layout_builder/src/LayoutBuilderServiceProvider.php
+share/drupal/core/modules/layout_builder/src/LayoutEntityHelperTrait.php
 share/drupal/core/modules/layout_builder/src/LayoutTempstoreRepository.php
 share/drupal/core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php
 share/drupal/core/modules/layout_builder/src/OverridesSectionStorageInterface.php
+share/drupal/core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php
 share/drupal/core/modules/layout_builder/src/Plugin/Block/FieldBlock.php
+share/drupal/core/modules/layout_builder/src/Plugin/Block/InlineBlock.php
 share/drupal/core/modules/layout_builder/src/Plugin/DataType/SectionData.php
+share/drupal/core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php
 share/drupal/core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php
+share/drupal/core/modules/layout_builder/src/Plugin/Derivative/InlineBlockDeriver.php
 share/drupal/core/modules/layout_builder/src/Plugin/Derivative/LayoutBuilderLocalTaskDeriver.php
 share/drupal/core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php
 share/drupal/core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php
@@ -5511,11 +5644,31 @@ share/drupal/core/modules/layout_builder
 share/drupal/core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php
 share/drupal/core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php
 share/drupal/core/modules/layout_builder/src/SectionStorageInterface.php
+share/drupal/core/modules/layout_builder/tests/fixtures/update/layout-builder-enable.php
+share/drupal/core/modules/layout_builder/tests/fixtures/update/layout-builder-extra.php
+share/drupal/core/modules/layout_builder/tests/fixtures/update/layout-builder.php
 share/drupal/core/modules/layout_builder/tests/fixtures/update/section-dependencies.php
+share/drupal/core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.info.yml
+share/drupal/core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.module
+share/drupal/core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAjaxBlock.php
+share/drupal/core/modules/layout_builder/tests/modules/layout_builder_views_test/config/install/views.view.test_block_view.yml
+share/drupal/core/modules/layout_builder/tests/modules/layout_builder_views_test/layout_builder_views_test.info.yml
+share/drupal/core/modules/layout_builder/tests/modules/no_transitions_css/css/css_fix.theme.css
+share/drupal/core/modules/layout_builder/tests/modules/no_transitions_css/no_transitions_css.info.yml
+share/drupal/core/modules/layout_builder/tests/modules/no_transitions_css/no_transitions_css.libraries.yml
+share/drupal/core/modules/layout_builder/tests/modules/no_transitions_css/no_transitions_css.module
 share/drupal/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
 share/drupal/core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/Update/ExtraFieldUpdatePathTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderEnableUpdatePathTest.php
 share/drupal/core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php
+share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php
 share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php
+share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockPrivateFilesTest.php
+share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTest.php
+share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php
+share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php
+share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderOptInTest.php
 share/drupal/core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php
 share/drupal/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php
 share/drupal/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php
@@ -5586,13 +5739,17 @@ share/drupal/core/modules/link/tests/mod
 share/drupal/core/modules/link/tests/modules/link_test_views/test_views/views.view.test_link_tokens.yml
 share/drupal/core/modules/link/tests/src/Functional/LinkFieldTest.php
 share/drupal/core/modules/link/tests/src/Functional/LinkFieldUITest.php
+share/drupal/core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php
 share/drupal/core/modules/link/tests/src/Kernel/LinkItemTest.php
+share/drupal/core/modules/link/tests/src/Kernel/Plugin/migrate/cckfield/d7/LinkCckDeprecationTest.php
 share/drupal/core/modules/link/tests/src/Kernel/Plugin/migrate/cckfield/d7/LinkCckTest.php
+share/drupal/core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldLegacyTest.php
 share/drupal/core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldTest.php
 share/drupal/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkAccessConstraintValidatorTest.php
 share/drupal/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php
 share/drupal/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php
 share/drupal/core/modules/link/tests/src/Unit/Plugin/migrate/cckfield/LinkCckTest.php
+share/drupal/core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldLegacyTest.php
 share/drupal/core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldTest.php
 share/drupal/core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php
 share/drupal/core/modules/link/tests/src/Unit/Plugin/migrate/process/d6/FieldLinkTest.php
@@ -5720,6 +5877,10 @@ share/drupal/core/modules/locale/tests/t
 share/drupal/core/modules/locale/tests/test.xx.po
 share/drupal/core/modules/media/config/install/core.entity_view_mode.media.full.yml
 share/drupal/core/modules/media/config/install/media.settings.yml
+share/drupal/core/modules/media/config/optional/system.action.media_delete_action.yml
+share/drupal/core/modules/media/config/optional/system.action.media_publish_action.yml
+share/drupal/core/modules/media/config/optional/system.action.media_save_action.yml
+share/drupal/core/modules/media/config/optional/system.action.media_unpublish_action.yml
 share/drupal/core/modules/media/config/optional/views.view.media.yml
 share/drupal/core/modules/media/config/schema/media.schema.yml
 share/drupal/core/modules/media/images/icons/audio.png
@@ -5745,10 +5906,14 @@ share/drupal/core/modules/media/media.ro
 share/drupal/core/modules/media/media.services.yml
 share/drupal/core/modules/media/src/Access/MediaRevisionAccessCheck.php
 share/drupal/core/modules/media/src/Annotation/MediaSource.php
+share/drupal/core/modules/media/src/Controller/OEmbedIframeController.php
 share/drupal/core/modules/media/src/Entity/Media.php
 share/drupal/core/modules/media/src/Entity/MediaType.php
 share/drupal/core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php
+share/drupal/core/modules/media/src/Form/MediaSettingsForm.php
 share/drupal/core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php
+share/drupal/core/modules/media/src/IFrameMarkup.php
+share/drupal/core/modules/media/src/IFrameUrlHelper.php
 share/drupal/core/modules/media/src/MediaAccessControlHandler.php
 share/drupal/core/modules/media/src/MediaForm.php
 share/drupal/core/modules/media/src/MediaInterface.php
@@ -5759,24 +5924,60 @@ share/drupal/core/modules/media/src/Medi
 share/drupal/core/modules/media/src/MediaSourceFieldConstraintsInterface.php
 share/drupal/core/modules/media/src/MediaSourceInterface.php
 share/drupal/core/modules/media/src/MediaSourceManager.php
+share/drupal/core/modules/media/src/MediaStorage.php
 share/drupal/core/modules/media/src/MediaTypeAccessControlHandler.php
 share/drupal/core/modules/media/src/MediaTypeForm.php
 share/drupal/core/modules/media/src/MediaTypeInterface.php
 share/drupal/core/modules/media/src/MediaTypeListBuilder.php
 share/drupal/core/modules/media/src/MediaViewsData.php
+share/drupal/core/modules/media/src/OEmbed/Endpoint.php
+share/drupal/core/modules/media/src/OEmbed/Provider.php
+share/drupal/core/modules/media/src/OEmbed/ProviderException.php
+share/drupal/core/modules/media/src/OEmbed/ProviderRepository.php
+share/drupal/core/modules/media/src/OEmbed/ProviderRepositoryInterface.php
+share/drupal/core/modules/media/src/OEmbed/Resource.php
+share/drupal/core/modules/media/src/OEmbed/ResourceException.php
+share/drupal/core/modules/media/src/OEmbed/ResourceFetcher.php
+share/drupal/core/modules/media/src/OEmbed/ResourceFetcherInterface.php
+share/drupal/core/modules/media/src/OEmbed/UrlResolver.php
+share/drupal/core/modules/media/src/OEmbed/UrlResolverInterface.php
 share/drupal/core/modules/media/src/Plugin/Field/FieldFormatter/MediaThumbnailFormatter.php
+share/drupal/core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php
+share/drupal/core/modules/media/src/Plugin/Field/FieldWidget/OEmbedWidget.php
 share/drupal/core/modules/media/src/Plugin/QueueWorker/ThumbnailDownloader.php
+share/drupal/core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraint.php
+share/drupal/core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraintValidator.php
 share/drupal/core/modules/media/src/Plugin/media/Source/AudioFile.php
 share/drupal/core/modules/media/src/Plugin/media/Source/File.php
 share/drupal/core/modules/media/src/Plugin/media/Source/Image.php
+share/drupal/core/modules/media/src/Plugin/media/Source/OEmbed.php
+share/drupal/core/modules/media/src/Plugin/media/Source/OEmbedDeriver.php
+share/drupal/core/modules/media/src/Plugin/media/Source/OEmbedInterface.php
 share/drupal/core/modules/media/src/Plugin/media/Source/VideoFile.php
 share/drupal/core/modules/media/src/Plugin/views/wizard/Media.php
 share/drupal/core/modules/media/src/Plugin/views/wizard/MediaRevision.php
+share/drupal/core/modules/media/templates/media-oembed-iframe.html.twig
 share/drupal/core/modules/media/templates/media-reference-help.html.twig
 share/drupal/core/modules/media/templates/media.html.twig
 share/drupal/core/modules/media/tests/fixtures/example_1.jpeg
 share/drupal/core/modules/media/tests/fixtures/example_2.jpeg
-share/drupal/core/modules/media/tests/fixtures/update/drupal-8.media-enabled.php
+share/drupal/core/modules/media/tests/fixtures/oembed/photo_flickr.html
+share/drupal/core/modules/media/tests/fixtures/oembed/photo_flickr.json
+share/drupal/core/modules/media/tests/fixtures/oembed/providers.json
+share/drupal/core/modules/media/tests/fixtures/oembed/rich_twitter.json
+share/drupal/core/modules/media/tests/fixtures/oembed/video_collegehumor.html
+share/drupal/core/modules/media/tests/fixtures/oembed/video_collegehumor.xml
+share/drupal/core/modules/media/tests/fixtures/oembed/video_vimeo.html
+share/drupal/core/modules/media/tests/fixtures/oembed/video_vimeo.json
+share/drupal/core/modules/media/tests/fixtures/update/drupal-8.4.0-media_installed.php
+share/drupal/core/modules/media/tests/fixtures/update/drupal-8.media-add-additional-permissions.php
+share/drupal/core/modules/media/tests/modules/media_test_oembed/media_test_oembed.info.yml
+share/drupal/core/modules/media/tests/modules/media_test_oembed/media_test_oembed.module
+share/drupal/core/modules/media/tests/modules/media_test_oembed/media_test_oembed.routing.yml
+share/drupal/core/modules/media/tests/modules/media_test_oembed/src/Controller/ResourceController.php
+share/drupal/core/modules/media/tests/modules/media_test_oembed/src/MediaTestOembedServiceProvider.php
+share/drupal/core/modules/media/tests/modules/media_test_oembed/src/ProviderRepository.php
+share/drupal/core/modules/media/tests/modules/media_test_oembed/src/UrlResolver.php
 share/drupal/core/modules/media/tests/modules/media_test_source/config/schema/media_test_source.schema.yml
 share/drupal/core/modules/media/tests/modules/media_test_source/media_test_source.info.yml
 share/drupal/core/modules/media/tests/modules/media_test_source/src/Plugin/Validation/Constraint/MediaTestConstraint.php
@@ -5788,7 +5989,9 @@ share/drupal/core/modules/media/tests/mo
 share/drupal/core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestWithHiddenSourceField.php
 share/drupal/core/modules/media/tests/modules/media_test_type/config/install/media.type.test.yml
 share/drupal/core/modules/media/tests/modules/media_test_type/media_test_type.info.yml
+share/drupal/core/modules/media/tests/modules/media_test_views/config/install/views.view.test_media_bulk_form.yml
 share/drupal/core/modules/media/tests/modules/media_test_views/media_test_views.info.yml
+share/drupal/core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php
 share/drupal/core/modules/media/tests/src/Functional/Hal/MediaHalJsonAnonTest.php
 share/drupal/core/modules/media/tests/src/Functional/Hal/MediaHalJsonBasicAuthTest.php
 share/drupal/core/modules/media/tests/src/Functional/Hal/MediaHalJsonCookieTest.php
@@ -5796,6 +5999,7 @@ share/drupal/core/modules/media/tests/sr
 share/drupal/core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonBasicAuthTest.php
 share/drupal/core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonCookieTest.php
 share/drupal/core/modules/media/tests/src/Functional/MediaAccessTest.php
+share/drupal/core/modules/media/tests/src/Functional/MediaBulkFormTest.php
 share/drupal/core/modules/media/tests/src/Functional/MediaCacheTagsTest.php
 share/drupal/core/modules/media/tests/src/Functional/MediaContextualLinksTest.php
 share/drupal/core/modules/media/tests/src/Functional/MediaFunctionalTestBase.php
@@ -5804,9 +6008,12 @@ share/drupal/core/modules/media/tests/sr
 share/drupal/core/modules/media/tests/src/Functional/MediaInstallTest.php
 share/drupal/core/modules/media/tests/src/Functional/MediaOverviewPageTest.php
 share/drupal/core/modules/media/tests/src/Functional/MediaRevisionTest.php
+share/drupal/core/modules/media/tests/src/Functional/MediaSettingsTest.php
 share/drupal/core/modules/media/tests/src/Functional/MediaSourceFileTest.php
 share/drupal/core/modules/media/tests/src/Functional/MediaTemplateSuggestionsTest.php
 share/drupal/core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php
+share/drupal/core/modules/media/tests/src/Functional/ProviderRepositoryTest.php
+share/drupal/core/modules/media/tests/src/Functional/ResourceFetcherTest.php
 share/drupal/core/modules/media/tests/src/Functional/Rest/MediaJsonAnonTest.php
 share/drupal/core/modules/media/tests/src/Functional/Rest/MediaJsonBasicAuthTest.php
 share/drupal/core/modules/media/tests/src/Functional/Rest/MediaJsonCookieTest.php
@@ -5822,12 +6029,14 @@ share/drupal/core/modules/media/tests/sr
 share/drupal/core/modules/media/tests/src/Functional/Rest/MediaXmlBasicAuthTest.php
 share/drupal/core/modules/media/tests/src/Functional/Rest/MediaXmlCookieTest.php
 share/drupal/core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php
+share/drupal/core/modules/media/tests/src/Functional/UrlResolverTest.php
 share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaDisplayTest.php
 share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaJavascriptTestBase.php
 share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaReferenceFieldHelpTest.php
 share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaSourceAudioVideoTest.php
 share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaSourceFileTest.php
 share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaSourceImageTest.php
+share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaSourceOEmbedVideoTest.php
 share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaSourceTestBase.php
 share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaTypeCreationTest.php
 share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaUiJavascriptTest.php
@@ -5839,6 +6048,75 @@ share/drupal/core/modules/media/tests/sr
 share/drupal/core/modules/media/tests/src/Kernel/MediaSourceTest.php
 share/drupal/core/modules/media/tests/src/Kernel/MediaTest.php
 share/drupal/core/modules/media/tests/src/Kernel/MediaTranslationTest.php
+share/drupal/core/modules/media/tests/src/Kernel/OEmbedIframeControllerTest.php
+share/drupal/core/modules/media/tests/src/Traits/MediaTypeCreationTrait.php
+share/drupal/core/modules/media/tests/src/Traits/OEmbedTestTrait.php
+share/drupal/core/modules/media/tests/src/Unit/IFrameUrlHelperTest.php
+share/drupal/core/modules/media_library/config/install/core.entity_form_mode.media.media_library.yml
+share/drupal/core/modules/media_library/config/install/core.entity_view_mode.media.media_library.yml
+share/drupal/core/modules/media_library/config/install/views.view.media_library.yml
+share/drupal/core/modules/media_library/config/optional/core.entity_form_display.media.audio.media_library.yml
+share/drupal/core/modules/media_library/config/optional/core.entity_form_display.media.file.media_library.yml
+share/drupal/core/modules/media_library/config/optional/core.entity_form_display.media.image.media_library.yml
+share/drupal/core/modules/media_library/config/optional/core.entity_form_display.media.video.media_library.yml
+share/drupal/core/modules/media_library/config/optional/core.entity_view_display.media.audio.media_library.yml
+share/drupal/core/modules/media_library/config/optional/core.entity_view_display.media.file.media_library.yml
+share/drupal/core/modules/media_library/config/optional/core.entity_view_display.media.image.media_library.yml
+share/drupal/core/modules/media_library/config/optional/core.entity_view_display.media.remote_video.media_library.yml
+share/drupal/core/modules/media_library/config/optional/core.entity_view_display.media.video.media_library.yml
+share/drupal/core/modules/media_library/css/media_library.module.css
+share/drupal/core/modules/media_library/css/media_library.theme.css
+share/drupal/core/modules/media_library/js/media_library.click_to_select.es6.js
+share/drupal/core/modules/media_library/js/media_library.click_to_select.js
+share/drupal/core/modules/media_library/js/media_library.view.es6.js
+share/drupal/core/modules/media_library/js/media_library.view.js
+share/drupal/core/modules/media_library/js/media_library.widget.es6.js
+share/drupal/core/modules/media_library/js/media_library.widget.js
+share/drupal/core/modules/media_library/media_library.info.yml
+share/drupal/core/modules/media_library/media_library.install
+share/drupal/core/modules/media_library/media_library.libraries.yml
+share/drupal/core/modules/media_library/media_library.links.action.yml
+share/drupal/core/modules/media_library/media_library.links.task.yml
+share/drupal/core/modules/media_library/media_library.module
+share/drupal/core/modules/media_library/media_library.routing.yml
+share/drupal/core/modules/media_library/media_library.views.inc
+share/drupal/core/modules/media_library/src/Form/MediaLibraryUploadForm.php
+share/drupal/core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php
+share/drupal/core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php
+share/drupal/core/modules/media_library/templates/media--media-library.html.twig
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_four.default.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_four.media_library.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_one.default.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_three.default.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_three.media_library.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_two.default.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.node.basic_page.default.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_one.default.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_three.default.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_two.default.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.node.basic_page.default.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.media.type_four.field_media_extra_image.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.media.type_four.field_media_test_image.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.media.type_one.field_media_test.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.media.type_three.field_media_test_image.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.media.type_two.field_media_test_1.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.node.basic_page.field_noadd_media.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.node.basic_page.field_twin_media.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.node.basic_page.field_unlimited_media.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.media.field_media_extra_image.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.media.field_media_test.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.media.field_media_test_1.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.media.field_media_test_image.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.node.field_noadd_media.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.node.field_twin_media.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.node.field_unlimited_media.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/media.type.type_four.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/media.type.type_one.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/media.type.type_three.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/media.type.type_two.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/node.type.basic_page.yml
+share/drupal/core/modules/media_library/tests/modules/media_library_test/media_library_test.info.yml
+share/drupal/core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTest.php
 share/drupal/core/modules/menu_link_content/menu_link_content.info.yml
 share/drupal/core/modules/menu_link_content/menu_link_content.install
 share/drupal/core/modules/menu_link_content/menu_link_content.links.menu.yml
@@ -5846,9 +6124,7 @@ share/drupal/core/modules/menu_link_cont
 share/drupal/core/modules/menu_link_content/menu_link_content.module
 share/drupal/core/modules/menu_link_content/menu_link_content.routing.yml
 share/drupal/core/modules/menu_link_content/migrations/d6_menu_links.yml
-share/drupal/core/modules/menu_link_content/migrations/d6_menu_links_translation.yml
 share/drupal/core/modules/menu_link_content/migrations/d7_menu_links.yml
-share/drupal/core/modules/menu_link_content/migrations/node_translation_menu_links.yml
 share/drupal/core/modules/menu_link_content/src/Controller/MenuController.php
 share/drupal/core/modules/menu_link_content/src/Entity/MenuLinkContent.php
 share/drupal/core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php
@@ -5882,6 +6158,7 @@ share/drupal/core/modules/menu_link_cont
 share/drupal/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlAnonTest.php
 share/drupal/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlBasicAuthTest.php
 share/drupal/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlCookieTest.php
+share/drupal/core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php
 share/drupal/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentCacheabilityBubblingTest.php
 share/drupal/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeleteTest.php
 share/drupal/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php
@@ -6013,6 +6290,7 @@ share/drupal/core/modules/migrate/src/Pl
 share/drupal/core/modules/migrate/src/Plugin/migrate/process/Explode.php
 share/drupal/core/modules/migrate/src/Plugin/migrate/process/Extract.php
 share/drupal/core/modules/migrate/src/Plugin/migrate/process/FileCopy.php
+share/drupal/core/modules/migrate/src/Plugin/migrate/process/FileProcessBase.php
 share/drupal/core/modules/migrate/src/Plugin/migrate/process/Flatten.php
 share/drupal/core/modules/migrate/src/Plugin/migrate/process/FormatDate.php
 share/drupal/core/modules/migrate/src/Plugin/migrate/process/Get.php
@@ -6109,6 +6387,7 @@ share/drupal/core/modules/migrate/tests/
 share/drupal/core/modules/migrate/tests/src/Unit/MigrationTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php
+share/drupal/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityTestBase.php
 share/drupal/core/modules/migrate/tests/src/Unit/RowTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/SqlBaseTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php
@@ -6123,12 +6402,14 @@ share/drupal/core/modules/migrate/tests/
 share/drupal/core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/process/ExplodeTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/process/ExtractTest.php
+share/drupal/core/modules/migrate/tests/src/Unit/process/FileCopyTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/process/FlattenTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/process/FormatDateTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/process/GetTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/process/IteratorTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/process/MachineNameTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php
+share/drupal/core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
 share/drupal/core/modules/migrate/tests/src/Unit/process/MigrationLookupTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/process/MigrationTest.php
@@ -6144,8 +6425,6 @@ share/drupal/core/modules/migrate_drupal
 share/drupal/core/modules/migrate_drupal/migrate_drupal.install
 share/drupal/core/modules/migrate_drupal/migrate_drupal.module
 share/drupal/core/modules/migrate_drupal/migrate_drupal.services.yml
-share/drupal/core/modules/migrate_drupal/migrations/d6_entity_reference_translation.yml
-share/drupal/core/modules/migrate_drupal/migrations/d7_entity_reference_translation.yml
 share/drupal/core/modules/migrate_drupal/src/Annotation/MigrateCckField.php
 share/drupal/core/modules/migrate_drupal/src/Annotation/MigrateField.php
 share/drupal/core/modules/migrate_drupal/src/MigrateDrupalServiceProvider.php
@@ -6216,6 +6495,8 @@ share/drupal/core/modules/migrate_drupal
 share/drupal/core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Unit/source/d6/VariableTranslationTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Unit/source/d6/i18nVariableTest.php
+share/drupal/core/modules/migrate_drupal_multilingual/migrate_drupal_multilingual.info.yml
+share/drupal/core/modules/migrate_drupal_multilingual/migrate_drupal_multilingual.module
 share/drupal/core/modules/migrate_drupal_ui/css/components/upgrade-analysis-report-tables.css
 share/drupal/core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml
 share/drupal/core/modules/migrate_drupal_ui/migrate_drupal_ui.install
@@ -6240,8 +6521,11 @@ share/drupal/core/modules/migrate_drupal
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateAccessTest.php
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php
+share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeI18nReviewPageTestBase.php
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeReviewPageTestBase.php
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php
+share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6I18nReviewPageTest.php
+share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6NoMultilingualTest.php
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6ReviewPageTest.php
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6Test.php
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/files/core/modules/simpletest/files/html-1.txt
@@ -6251,6 +6535,7 @@ share/drupal/core/modules/migrate_drupal
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/files/core/modules/simpletest/files/image-test.jpg
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/files/core/modules/simpletest/files/image-test.png
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/files/tmp/some-temp-file.jpg
+share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7NoMultilingualTest.php
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7ReviewPageTest.php
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7Test.php
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d7/files/sites/default/files/cube.jpeg
@@ -6291,14 +6576,13 @@ share/drupal/core/modules/node/migration
 share/drupal/core/modules/node/migrations/d6_node_setting_status.yml
 share/drupal/core/modules/node/migrations/d6_node_setting_sticky.yml
 share/drupal/core/modules/node/migrations/d6_node_settings.yml
-share/drupal/core/modules/node/migrations/d6_node_translation.yml
 share/drupal/core/modules/node/migrations/d6_node_type.yml
 share/drupal/core/modules/node/migrations/d6_view_modes.yml
 share/drupal/core/modules/node/migrations/d7_node.yml
+share/drupal/core/modules/node/migrations/d7_node_entity_translation.yml
 share/drupal/core/modules/node/migrations/d7_node_revision.yml
 share/drupal/core/modules/node/migrations/d7_node_settings.yml
 share/drupal/core/modules/node/migrations/d7_node_title_label.yml
-share/drupal/core/modules/node/migrations/d7_node_translation.yml
 share/drupal/core/modules/node/migrations/d7_node_type.yml
 share/drupal/core/modules/node/node.admin.inc
 share/drupal/core/modules/node/node.api.php
@@ -6390,6 +6674,7 @@ share/drupal/core/modules/node/src/Plugi
 share/drupal/core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php
 share/drupal/core/modules/node/src/Plugin/migrate/source/d6/ViewModeBase.php
 share/drupal/core/modules/node/src/Plugin/migrate/source/d7/Node.php
+share/drupal/core/modules/node/src/Plugin/migrate/source/d7/NodeEntityTranslation.php
 share/drupal/core/modules/node/src/Plugin/migrate/source/d7/NodeRevision.php
 share/drupal/core/modules/node/src/Plugin/migrate/source/d7/NodeType.php
 share/drupal/core/modules/node/src/Plugin/views/area/ListingEmpty.php
@@ -6547,6 +6832,7 @@ share/drupal/core/modules/node/tests/src
 share/drupal/core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php
 share/drupal/core/modules/node/tests/src/Functional/Views/RowPluginTest.php
 share/drupal/core/modules/node/tests/src/Functional/Views/StatusExtraTest.php
+share/drupal/core/modules/node/tests/src/FunctionalJavascript/NodePreviewLinkTest.php
 share/drupal/core/modules/node/tests/src/FunctionalJavascript/TestSettingSummariesContentType.php
 share/drupal/core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php
 share/drupal/core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php
@@ -6586,6 +6872,7 @@ share/drupal/core/modules/node/tests/src
 share/drupal/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTranslationTest.php
 share/drupal/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTypeTest.php
 share/drupal/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/ViewModeTest.php
+share/drupal/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeEntityTranslationTest.php
 share/drupal/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTest.php
 share/drupal/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTranslationTest.php
 share/drupal/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTypeTest.php
@@ -6693,6 +6980,7 @@ share/drupal/core/modules/path/tests/src
 share/drupal/core/modules/path/tests/src/Functional/PathContentModerationTest.php
 share/drupal/core/modules/path/tests/src/Functional/PathLanguageTest.php
 share/drupal/core/modules/path/tests/src/Functional/PathLanguageUiTest.php
+share/drupal/core/modules/path/tests/src/Functional/PathMediaFormTest.php
 share/drupal/core/modules/path/tests/src/Functional/PathNodeFormTest.php
 share/drupal/core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php
 share/drupal/core/modules/path/tests/src/Functional/PathTestBase.php
@@ -6775,17 +7063,22 @@ share/drupal/core/modules/quickedit/test
 share/drupal/core/modules/quickedit/tests/modules/src/MockEditEntityFieldAccessCheck.php
 share/drupal/core/modules/quickedit/tests/modules/src/MockQuickEditEntityFieldAccessCheck.php
 share/drupal/core/modules/quickedit/tests/modules/src/Plugin/InPlaceEditor/WysiwygEditor.php
+share/drupal/core/modules/quickedit/tests/src/FunctionalJavascript/FieldTest.php
+share/drupal/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php
+share/drupal/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditJavascriptTestBase.php
 share/drupal/core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php
 share/drupal/core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php
 share/drupal/core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php
 share/drupal/core/modules/quickedit/tests/src/Unit/Access/QuickEditEntityFieldAccessCheckTest.php
 share/drupal/core/modules/rdf/config/schema/rdf.data_types.schema.yml
 share/drupal/core/modules/rdf/config/schema/rdf.schema.yml
+share/drupal/core/modules/rdf/migrations/d7_rdf_mapping.yml
 share/drupal/core/modules/rdf/rdf.api.php
 share/drupal/core/modules/rdf/rdf.info.yml
 share/drupal/core/modules/rdf/rdf.module
 share/drupal/core/modules/rdf/src/CommonDataConverter.php
 share/drupal/core/modules/rdf/src/Entity/RdfMapping.php
+share/drupal/core/modules/rdf/src/Plugin/migrate/source/d7/RdfMapping.php
 share/drupal/core/modules/rdf/src/RdfMappingInterface.php
 share/drupal/core/modules/rdf/src/SchemaOrgDataConverter.php
 share/drupal/core/modules/rdf/templates/rdf-metadata.html.twig
@@ -6826,6 +7119,8 @@ share/drupal/core/modules/rdf/tests/src/
 share/drupal/core/modules/rdf/tests/src/Kernel/Field/StringFieldRdfaTest.php
 share/drupal/core/modules/rdf/tests/src/Kernel/Field/TelephoneFieldRdfaTest.php
 share/drupal/core/modules/rdf/tests/src/Kernel/Field/TextFieldRdfaTest.php
+share/drupal/core/modules/rdf/tests/src/Kernel/Migrate/d7/MigrateRdfMappingTest.php
+share/drupal/core/modules/rdf/tests/src/Kernel/Plugin/migrate/source/d7/RdfMappingTest.php
 share/drupal/core/modules/rdf/tests/src/Kernel/RdfaAttributesTest.php
 share/drupal/core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php
 share/drupal/core/modules/responsive_image/config/schema/responsive_image.schema.yml
@@ -6919,7 +7214,6 @@ share/drupal/core/modules/rest/src/RestS
 share/drupal/core/modules/rest/src/RouteProcessor/RestResourceGetRouteProcessorBC.php
 share/drupal/core/modules/rest/src/Routing/ResourceRoutes.php
 share/drupal/core/modules/rest/src/Tests/RESTTestBase.php
-share/drupal/core/modules/rest/src/Tests/Update/RestExportAuthCorrectionUpdateTest.php
 share/drupal/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_post_update_resource_granularity.php
 share/drupal/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_update_8201.php
 share/drupal/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_update_8203.php
@@ -6970,7 +7264,6 @@ share/drupal/core/modules/rest/tests/src
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceRestTestCoverageTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestResourceTestBase.php
-share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestTextItemNormalizerTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTestBundle/EntityTestBundleResourceTestBase.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTestLabel/EntityTestLabelResourceTestBase.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayResourceTestBase.php
@@ -7003,6 +7296,7 @@ share/drupal/core/modules/rest/tests/src
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/View/ViewResourceTestBase.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyResourceTestBase.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php
+share/drupal/core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php
 share/drupal/core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonCookieTest.php
@@ -7018,6 +7312,7 @@ share/drupal/core/modules/rest/tests/src
 share/drupal/core/modules/rest/tests/src/Functional/Update/EntityResourcePermissionsUpdateTest.php
 share/drupal/core/modules/rest/tests/src/Functional/Update/ResourceGranularityUpdateTest.php
 share/drupal/core/modules/rest/tests/src/Functional/Update/RestConfigurationEntitiesUpdateTest.php
+share/drupal/core/modules/rest/tests/src/Functional/Update/RestExportAuthCorrectionUpdateTest.php
 share/drupal/core/modules/rest/tests/src/Functional/Update/RestExportAuthUpdateTest.php
 share/drupal/core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php
 share/drupal/core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php
@@ -7083,20 +7378,6 @@ share/drupal/core/modules/search/src/Sea
 share/drupal/core/modules/search/src/SearchPageRepositoryInterface.php
 share/drupal/core/modules/search/src/SearchPluginManager.php
 share/drupal/core/modules/search/src/SearchQuery.php
-share/drupal/core/modules/search/src/Tests/SearchAdvancedSearchFormTest.php
-share/drupal/core/modules/search/src/Tests/SearchBlockTest.php
-share/drupal/core/modules/search/src/Tests/SearchCommentTest.php
-share/drupal/core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
-share/drupal/core/modules/search/src/Tests/SearchEmbedFormTest.php
-share/drupal/core/modules/search/src/Tests/SearchLanguageTest.php
-share/drupal/core/modules/search/src/Tests/SearchNodeUpdateAndDeletionTest.php
-share/drupal/core/modules/search/src/Tests/SearchNumberMatchingTest.php
-share/drupal/core/modules/search/src/Tests/SearchNumbersTest.php
-share/drupal/core/modules/search/src/Tests/SearchPageCacheTagsTest.php
-share/drupal/core/modules/search/src/Tests/SearchPageTextTest.php
-share/drupal/core/modules/search/src/Tests/SearchPreprocessLangcodeTest.php
-share/drupal/core/modules/search/src/Tests/SearchQueryAlterTest.php
-share/drupal/core/modules/search/src/Tests/SearchRankingTest.php
 share/drupal/core/modules/search/src/Tests/SearchTestBase.php
 share/drupal/core/modules/search/src/ViewsSearchQuery.php
 share/drupal/core/modules/search/templates/search-result.html.twig
@@ -7125,14 +7406,28 @@ share/drupal/core/modules/search/tests/s
 share/drupal/core/modules/search/tests/src/Functional/Rest/SearchPageXmlAnonTest.php
 share/drupal/core/modules/search/tests/src/Functional/Rest/SearchPageXmlBasicAuthTest.php
 share/drupal/core/modules/search/tests/src/Functional/Rest/SearchPageXmlCookieTest.php
+share/drupal/core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php
+share/drupal/core/modules/search/tests/src/Functional/SearchBlockTest.php
 share/drupal/core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php
+share/drupal/core/modules/search/tests/src/Functional/SearchCommentTest.php
+share/drupal/core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
 share/drupal/core/modules/search/tests/src/Functional/SearchDateIntervalTest.php
+share/drupal/core/modules/search/tests/src/Functional/SearchEmbedFormTest.php
 share/drupal/core/modules/search/tests/src/Functional/SearchExactTest.php
 share/drupal/core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php
+share/drupal/core/modules/search/tests/src/Functional/SearchLanguageTest.php
 share/drupal/core/modules/search/tests/src/Functional/SearchMultilingualEntityTest.php
 share/drupal/core/modules/search/tests/src/Functional/SearchNodeDiacriticsTest.php
 share/drupal/core/modules/search/tests/src/Functional/SearchNodePunctuationTest.php
+share/drupal/core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php
+share/drupal/core/modules/search/tests/src/Functional/SearchNumberMatchingTest.php
+share/drupal/core/modules/search/tests/src/Functional/SearchNumbersTest.php
+share/drupal/core/modules/search/tests/src/Functional/SearchPageCacheTagsTest.php
 share/drupal/core/modules/search/tests/src/Functional/SearchPageOverrideTest.php
+share/drupal/core/modules/search/tests/src/Functional/SearchPageTextTest.php
+share/drupal/core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php
+share/drupal/core/modules/search/tests/src/Functional/SearchQueryAlterTest.php
+share/drupal/core/modules/search/tests/src/Functional/SearchRankingTest.php
 share/drupal/core/modules/search/tests/src/Functional/SearchSetLocaleTest.php
 share/drupal/core/modules/search/tests/src/Functional/SearchSimplifyTest.php
 share/drupal/core/modules/search/tests/src/Functional/SearchTestBase.php
@@ -7168,6 +7463,7 @@ share/drupal/core/modules/serialization/
 share/drupal/core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php
 share/drupal/core/modules/serialization/src/Normalizer/EntityNormalizer.php
 share/drupal/core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php
+share/drupal/core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizerTrait.php
 share/drupal/core/modules/serialization/src/Normalizer/FieldItemNormalizer.php
 share/drupal/core/modules/serialization/src/Normalizer/FieldNormalizer.php
 share/drupal/core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php
@@ -7195,6 +7491,7 @@ share/drupal/core/modules/serialization/
 share/drupal/core/modules/serialization/tests/src/Kernel/EntityResolverTest.php
 share/drupal/core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php
 share/drupal/core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php
+share/drupal/core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php
 share/drupal/core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php
 share/drupal/core/modules/serialization/tests/src/Kernel/SerializationTest.php
 share/drupal/core/modules/serialization/tests/src/Unit/CompilerPass/RegisterSerializationClassesCompilerPassTest.php
@@ -7339,6 +7636,7 @@ share/drupal/core/modules/simpletest/fil
 share/drupal/core/modules/simpletest/files/html-2.html
 share/drupal/core/modules/simpletest/files/image-1.png
 share/drupal/core/modules/simpletest/files/image-2.jpg
+share/drupal/core/modules/simpletest/files/image-3.jpg
 share/drupal/core/modules/simpletest/files/image-test-no-transparency.gif
 share/drupal/core/modules/simpletest/files/image-test-transparent-indexed.gif
 share/drupal/core/modules/simpletest/files/image-test-transparent-out-of-range.gif
@@ -7373,6 +7671,7 @@ share/drupal/core/modules/simpletest/src
 share/drupal/core/modules/simpletest/src/AssertHelperTrait.php
 share/drupal/core/modules/simpletest/src/BlockCreationTrait.php
 share/drupal/core/modules/simpletest/src/BrowserTestBase.php
+share/drupal/core/modules/simpletest/src/Cache/Context/TestDiscoveryCacheContext.php
 share/drupal/core/modules/simpletest/src/ContentTypeCreationTrait.php
 share/drupal/core/modules/simpletest/src/Exception/MissingGroupException.php
 share/drupal/core/modules/simpletest/src/Form/SimpletestResultsForm.php
@@ -7393,6 +7692,7 @@ share/drupal/core/modules/simpletest/src
 share/drupal/core/modules/simpletest/src/Tests/KernelTestBaseTest.php
 share/drupal/core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php
 share/drupal/core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php
+share/drupal/core/modules/simpletest/src/Tests/SimpleTestErrorCollectorTest.php
 share/drupal/core/modules/simpletest/src/Tests/SimpleTestInstallBatchTest.php
 share/drupal/core/modules/simpletest/src/Tests/SimpleTestTest.php
 share/drupal/core/modules/simpletest/src/Tests/SkipRequiredModulesTest.php
@@ -7410,6 +7710,8 @@ share/drupal/core/modules/simpletest/tes
 share/drupal/core/modules/simpletest/tests/fixtures/simpletest_phpunit_run_command_test.php
 share/drupal/core/modules/simpletest/tests/modules/phpunit_test/phpunit_test.info.yml
 share/drupal/core/modules/simpletest/tests/modules/phpunit_test/src/PhpUnitTestDummyClass.php
+share/drupal/core/modules/simpletest/tests/modules/simpletest_deprecation_test/simpletest_deprecation_test.info.yml
+share/drupal/core/modules/simpletest/tests/modules/simpletest_deprecation_test/simpletest_deprecation_test.module
 share/drupal/core/modules/simpletest/tests/modules/simpletest_test/simpletest_test.info.yml
 share/drupal/core/modules/simpletest/tests/modules/simpletest_test/simpletest_test.install
 share/drupal/core/modules/simpletest/tests/src/Functional/FolderTest.php
@@ -7417,10 +7719,11 @@ share/drupal/core/modules/simpletest/tes
 share/drupal/core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php
 share/drupal/core/modules/simpletest/tests/src/Functional/ThroughUITest.php
 share/drupal/core/modules/simpletest/tests/src/Functional/UserHelpersTest.php
-share/drupal/core/modules/simpletest/tests/src/FunctionalJavascript/BrowserWithJavascriptTest.php
-share/drupal/core/modules/simpletest/tests/src/FunctionalJavascript/JavascriptGetDrupalSettingsTest.php
+share/drupal/core/modules/simpletest/tests/src/Kernel/Cache/Context/TestDiscoveryCacheContextTest.php
 share/drupal/core/modules/simpletest/tests/src/Kernel/Migrate/d6/MigrateSimpletestConfigsTest.php
 share/drupal/core/modules/simpletest/tests/src/Kernel/Migrate/d7/MigrateSimpletestSettingsTest.php
+share/drupal/core/modules/simpletest/tests/src/Kernel/SimpletestDeprecationTest.php
+share/drupal/core/modules/simpletest/tests/src/Kernel/TestDiscoveryDeprecationTest.php
 share/drupal/core/modules/simpletest/tests/src/Traits/TestTrait.php
 share/drupal/core/modules/simpletest/tests/src/Unit/AssertContentTraitTest.php
 share/drupal/core/modules/simpletest/tests/src/Unit/PhpUnitAutoloaderTest.php
@@ -7434,7 +7737,6 @@ share/drupal/core/modules/statistics/con
 share/drupal/core/modules/statistics/config/schema/statistics.schema.yml
 share/drupal/core/modules/statistics/config/schema/statistics.views.schema.yml
 share/drupal/core/modules/statistics/migrations/statistics_node_counter.yml
-share/drupal/core/modules/statistics/migrations/statistics_node_translation_counter.yml
 share/drupal/core/modules/statistics/migrations/statistics_settings.yml
 share/drupal/core/modules/statistics/src/NodeStatisticsDatabaseStorage.php
 share/drupal/core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php
@@ -7663,8 +7965,6 @@ share/drupal/core/modules/system/src/Plu
 share/drupal/core/modules/system/src/SystemConfigSubscriber.php
 share/drupal/core/modules/system/src/SystemManager.php
 share/drupal/core/modules/system/src/SystemRequirements.php
-share/drupal/core/modules/system/src/Tests/Ajax/AjaxFormCacheTest.php
-share/drupal/core/modules/system/src/Tests/Ajax/AjaxInGroupTest.php
 share/drupal/core/modules/system/src/Tests/Ajax/AjaxTestBase.php
 share/drupal/core/modules/system/src/Tests/Ajax/CommandsTest.php
 share/drupal/core/modules/system/src/Tests/Ajax/DialogTest.php
@@ -7672,23 +7972,15 @@ share/drupal/core/modules/system/src/Tes
 share/drupal/core/modules/system/src/Tests/Ajax/FormValuesTest.php
 share/drupal/core/modules/system/src/Tests/Ajax/FrameworkTest.php
 share/drupal/core/modules/system/src/Tests/Ajax/MultiFormTest.php
-share/drupal/core/modules/system/src/Tests/Bootstrap/ErrorContainer.php
-share/drupal/core/modules/system/src/Tests/Bootstrap/ExceptionContainer.php
 share/drupal/core/modules/system/src/Tests/Cache/AssertPageCacheContextsAndTagsTrait.php
 share/drupal/core/modules/system/src/Tests/Cache/CacheTestBase.php
 share/drupal/core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
 share/drupal/core/modules/system/src/Tests/Cache/PageCacheTagsTestBase.php
-share/drupal/core/modules/system/src/Tests/Common/AddFeedTest.php
-share/drupal/core/modules/system/src/Tests/Common/FormatDateTest.php
-share/drupal/core/modules/system/src/Tests/Common/RenderWebTest.php
-share/drupal/core/modules/system/src/Tests/Common/SimpleTestErrorCollectorTest.php
 share/drupal/core/modules/system/src/Tests/Condition/ConditionFormTest.php
 share/drupal/core/modules/system/src/Tests/Database/DatabaseWebTestBase.php
 share/drupal/core/modules/system/src/Tests/Database/FakeRecord.php
 share/drupal/core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php
 share/drupal/core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php
-share/drupal/core/modules/system/src/Tests/Entity/EntityFormTest.php
-share/drupal/core/modules/system/src/Tests/Entity/EntityTranslationFormTest.php
 share/drupal/core/modules/system/src/Tests/Entity/EntityUnitTestBase.php
 share/drupal/core/modules/system/src/Tests/Entity/EntityWithUriCacheTagsTestBase.php
 share/drupal/core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
@@ -7714,33 +8006,8 @@ share/drupal/core/modules/system/src/Tes
 share/drupal/core/modules/system/src/Tests/Session/SessionHttpsTest.php
 share/drupal/core/modules/system/src/Tests/Session/SessionTest.php
 share/drupal/core/modules/system/src/Tests/Session/StackSessionHandlerIntegrationTest.php
-share/drupal/core/modules/system/src/Tests/System/AccessDeniedTest.php
-share/drupal/core/modules/system/src/Tests/System/AdminTest.php
-share/drupal/core/modules/system/src/Tests/System/CronRunTest.php
-share/drupal/core/modules/system/src/Tests/System/DefaultMobileMetaTagsTest.php
 share/drupal/core/modules/system/src/Tests/System/ErrorHandlerTest.php
-share/drupal/core/modules/system/src/Tests/System/FloodTest.php
-share/drupal/core/modules/system/src/Tests/System/FrontPageTest.php
-share/drupal/core/modules/system/src/Tests/System/HtaccessTest.php
-share/drupal/core/modules/system/src/Tests/System/PageNotFoundTest.php
-share/drupal/core/modules/system/src/Tests/System/PageTitleTest.php
-share/drupal/core/modules/system/src/Tests/System/ShutdownFunctionsTest.php
-share/drupal/core/modules/system/src/Tests/System/SiteMaintenanceTest.php
 share/drupal/core/modules/system/src/Tests/System/SystemConfigFormTestBase.php
-share/drupal/core/modules/system/src/Tests/System/ThemeTest.php
-share/drupal/core/modules/system/src/Tests/System/TokenReplaceWebTest.php
-share/drupal/core/modules/system/src/Tests/System/UncaughtExceptionTest.php
-share/drupal/core/modules/system/src/Tests/Theme/EngineTwigTest.php
-share/drupal/core/modules/system/src/Tests/Theme/EntityFilteringThemeTest.php
-share/drupal/core/modules/system/src/Tests/Theme/FunctionsTest.php
-share/drupal/core/modules/system/src/Tests/Theme/HtmlAttributesTest.php
-share/drupal/core/modules/system/src/Tests/Theme/ThemeSuggestionsAlterTest.php
-share/drupal/core/modules/system/src/Tests/Theme/ThemeTest.php
-share/drupal/core/modules/system/src/Tests/Theme/TwigDebugMarkupTest.php
-share/drupal/core/modules/system/src/Tests/Theme/TwigFilterTest.php
-share/drupal/core/modules/system/src/Tests/Theme/TwigNamespaceTest.php
-share/drupal/core/modules/system/src/Tests/Theme/TwigRawTest.php
-share/drupal/core/modules/system/src/Tests/Theme/TwigTransTest.php
 share/drupal/core/modules/system/src/Tests/Update/DbUpdatesTrait.php
 share/drupal/core/modules/system/src/Tests/Update/UpdatePathTestBase.php
 share/drupal/core/modules/system/src/Theme/BatchNegotiator.php
@@ -7897,6 +8164,8 @@ share/drupal/core/modules/system/tests/f
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2846614.php
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2846614.yml
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.views-revision-metadata-fields-2248983.php
+share/drupal/core/modules/system/tests/fixtures/update/drupal-8.views-taxonomy-parent-2543726.php
+share/drupal/core/modules/system/tests/fixtures/update/drupal-8.views-taxonomy-parent-2543726.yml
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.without_automated_cron.php
 share/drupal/core/modules/system/tests/fixtures/update/drupal8.views-image-style-dependency-2649914.php
 share/drupal/core/modules/system/tests/fixtures/update/drupal8.views-image-style-dependency-2649914.yml
@@ -7929,6 +8198,8 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/ajax_test/ajax_test.info.yml
 share/drupal/core/modules/system/tests/modules/ajax_test/ajax_test.libraries.yml
 share/drupal/core/modules/system/tests/modules/ajax_test/ajax_test.routing.yml
+share/drupal/core/modules/system/tests/modules/ajax_test/js/insert-ajax.es6.js
+share/drupal/core/modules/system/tests/modules/ajax_test/js/insert-ajax.js
 share/drupal/core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php
 share/drupal/core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php
 share/drupal/core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php
@@ -8054,6 +8325,7 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldOverride.php
 share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestLabel.php
 share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestLabelCallback.php
+share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMapField.php
 share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMul.php
 share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulChanged.php
 share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulDefaultValue.php
@@ -8112,6 +8384,7 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestLabelHalJsonAnonTest.php
 share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestLabelHalJsonBasicAuthTest.php
 share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestLabelHalJsonCookieTest.php
+share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestMapFieldHalJsonAnonTest.php
 share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonAnonTest.php
 share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonBasicAuthTest.php
 share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonCookieTest.php
@@ -8130,6 +8403,8 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelXmlAnonTest.php
 share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelXmlBasicAuthTest.php
 share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelXmlCookieTest.php
+share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldJsonAnonTest.php
+share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php
 share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php
 share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php
 share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlAnonTest.php
@@ -8217,6 +8492,7 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php
 share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php
 share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php
+share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php
 share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestNumberForm.php
 share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestOptionalContainerForm.php
 share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php
@@ -8256,6 +8532,11 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php
 share/drupal/core/modules/system/tests/modules/form_test/src/StackMiddleware/FormTestMiddleware.php
 share/drupal/core/modules/system/tests/modules/form_test/src/SystemConfigFormTestForm.php
+share/drupal/core/modules/system/tests/modules/hold_test/hold_test.info.yml
+share/drupal/core/modules/system/tests/modules/hold_test/hold_test.install
+share/drupal/core/modules/system/tests/modules/hold_test/hold_test.module
+share/drupal/core/modules/system/tests/modules/hold_test/hold_test.services.yml
+share/drupal/core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php
 share/drupal/core/modules/system/tests/modules/httpkernel_test/httpkernel_test.info.yml
 share/drupal/core/modules/system/tests/modules/httpkernel_test/httpkernel_test.routing.yml
 share/drupal/core/modules/system/tests/modules/httpkernel_test/httpkernel_test.services.yml
@@ -8458,6 +8739,7 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/system_mail_failure_test/src/Plugin/Mail/TestPhpMailFailure.php
 share/drupal/core/modules/system/tests/modules/system_mail_failure_test/system_mail_failure_test.info.yml
 share/drupal/core/modules/system/tests/modules/system_module_test/system_module_test.info.yml
+share/drupal/core/modules/system/tests/modules/system_module_test/system_module_test.install
 share/drupal/core/modules/system/tests/modules/system_module_test/system_module_test.module
 share/drupal/core/modules/system/tests/modules/system_project_namespace_test/system_project_namespace_test.info.yml
 share/drupal/core/modules/system/tests/modules/system_test/src/Controller/PageCacheAcceptHeaderController.php
@@ -8578,7 +8860,7 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php
 share/drupal/core/modules/system/tests/src/Functional/Batch/PageTest.php
 share/drupal/core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
-share/drupal/core/modules/system/tests/src/Functional/Bootstrap/DrupalSetMessageTest.php
+share/drupal/core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php
 share/drupal/core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php
 share/drupal/core/modules/system/tests/src/Functional/Cache/CacheTestBase.php
 share/drupal/core/modules/system/tests/src/Functional/Cache/ClearTest.php
@@ -8586,7 +8868,9 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Functional/Cache/SessionExistsCacheContextTest.php
 share/drupal/core/modules/system/tests/src/Functional/Common/AlterTest.php
 share/drupal/core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php
+share/drupal/core/modules/system/tests/src/Functional/Common/FormatDateTest.php
 share/drupal/core/modules/system/tests/src/Functional/Common/NoJavaScriptAnonymousTest.php
+share/drupal/core/modules/system/tests/src/Functional/Common/RenderWebTest.php
 share/drupal/core/modules/system/tests/src/Functional/Common/UrlTest.php
 share/drupal/core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php
 share/drupal/core/modules/system/tests/src/Functional/Database/DatabaseTestBase.php
@@ -8600,11 +8884,15 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Functional/Entity/ConfigEntityImportTest.php
 share/drupal/core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php
 share/drupal/core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php
+share/drupal/core/modules/system/tests/src/Functional/Entity/EntityFormTest.php
 share/drupal/core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php
 share/drupal/core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php
 share/drupal/core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php
 share/drupal/core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php
+share/drupal/core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php
 share/drupal/core/modules/system/tests/src/Functional/Entity/EntityViewControllerTest.php
+share/drupal/core/modules/system/tests/src/Functional/Entity/EntityWithUriCacheTagsTestBase.php
+share/drupal/core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php
 share/drupal/core/modules/system/tests/src/Functional/Entity/Update/LangcodeToAsciiUpdateFilledTest.php
 share/drupal/core/modules/system/tests/src/Functional/Entity/Update/LangcodeToAsciiUpdateTest.php
 share/drupal/core/modules/system/tests/src/Functional/Entity/Update/MoveRevisionMetadataFieldsUpdateTest.php
@@ -8667,7 +8955,6 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php
 share/drupal/core/modules/system/tests/src/Functional/Module/ModuleTestBase.php
 share/drupal/core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php
-share/drupal/core/modules/system/tests/src/Functional/Module/RequiredTest.php
 share/drupal/core/modules/system/tests/src/Functional/Module/UninstallTest.php
 share/drupal/core/modules/system/tests/src/Functional/Module/VersionTest.php
 share/drupal/core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php
@@ -8693,28 +8980,47 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Functional/Routing/MockMatcher.php
 share/drupal/core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php
 share/drupal/core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php
+share/drupal/core/modules/system/tests/src/Functional/System/AccessDeniedTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/AdminMetaTagTest.php
+share/drupal/core/modules/system/tests/src/Functional/System/AdminTest.php
+share/drupal/core/modules/system/tests/src/Functional/System/CronRunTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/DateFormatsLockedTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/DateFormatsMachineNameTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/DateTimeTest.php
+share/drupal/core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php
+share/drupal/core/modules/system/tests/src/Functional/System/FrontPageTest.php
+share/drupal/core/modules/system/tests/src/Functional/System/HtaccessTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/IndexPhpTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php
+share/drupal/core/modules/system/tests/src/Functional/System/PageNotFoundTest.php
+share/drupal/core/modules/system/tests/src/Functional/System/PageTitleTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/RetrieveFileTest.php
+share/drupal/core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php
+share/drupal/core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/StatusTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php
+share/drupal/core/modules/system/tests/src/Functional/System/ThemeTest.php
+share/drupal/core/modules/system/tests/src/Functional/System/TokenReplaceWebTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/TokenScanTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/TrustedHostsTest.php
 share/drupal/core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php
+share/drupal/core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
+share/drupal/core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php
 share/drupal/core/modules/system/tests/src/Functional/Theme/FastTest.php
+share/drupal/core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php
 share/drupal/core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php
 share/drupal/core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php
+share/drupal/core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
+share/drupal/core/modules/system/tests/src/Functional/Theme/ThemeTest.php
 share/drupal/core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php
+share/drupal/core/modules/system/tests/src/Functional/Theme/TwigDebugMarkupTest.php
 share/drupal/core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php
 share/drupal/core/modules/system/tests/src/Functional/Theme/TwigLoaderTest.php
 share/drupal/core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php
 share/drupal/core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php
+share/drupal/core/modules/system/tests/src/Functional/Theme/TwigTransTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/ConfigOverridesUpdateTest.php
@@ -8725,7 +9031,7 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionDefaultTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionTranslationAffectedTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/EntityUpdateInitialTest.php
-share/drupal/core/modules/system/tests/src/Functional/Update/EntityUpdateToRevisionableAndPublishableTest.php
+share/drupal/core/modules/system/tests/src/Functional/Update/EntityUpdateToPublishableTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/FilterHtmlUpdateTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/InstallProfileSystemInstall8300Test.php
@@ -8760,6 +9066,8 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/FunctionalJavascript/ThemeFormSettingsTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Action/ActionTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php
+share/drupal/core/modules/system/tests/src/Kernel/Common/AddFeedTest.php
+share/drupal/core/modules/system/tests/src/Kernel/Common/FormElementsRenderTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Common/PageRenderTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Common/SystemListingTest.php
 share/drupal/core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php
@@ -8791,7 +9099,14 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Scripts/DbToolsApplicationTest.php
 share/drupal/core/modules/system/tests/src/Kernel/System/CronQueueTest.php
+share/drupal/core/modules/system/tests/src/Kernel/System/FloodTest.php
 share/drupal/core/modules/system/tests/src/Kernel/System/InfoAlterTest.php
+share/drupal/core/modules/system/tests/src/Kernel/System/SystemGetInfoTest.php
+share/drupal/core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php
+share/drupal/core/modules/system/tests/src/Kernel/Theme/ThemeTest.php
+share/drupal/core/modules/system/tests/src/Kernel/Theme/TwigFilterTest.php
+share/drupal/core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php
+share/drupal/core/modules/system/tests/src/Kernel/Theme/TwigRawTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Timezone/TimezoneTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php
@@ -8844,6 +9159,7 @@ share/drupal/core/modules/system/tests/t
 share/drupal/core/modules/system/tests/themes/test_theme/templates/theme-test-suggestion-provided--foo.html.twig
 share/drupal/core/modules/system/tests/themes/test_theme/templates/theme-test-suggestions--module-override.html.twig
 share/drupal/core/modules/system/tests/themes/test_theme/templates/theme-test-suggestions--theme-override.html.twig
+share/drupal/core/modules/system/tests/themes/test_theme/templates/views-view--test-preprocess--display-2.html.twig
 share/drupal/core/modules/system/tests/themes/test_theme/test_theme.info.yml
 share/drupal/core/modules/system/tests/themes/test_theme/test_theme.libraries.yml
 share/drupal/core/modules/system/tests/themes/test_theme/test_theme.theme
@@ -8882,7 +9198,6 @@ share/drupal/core/modules/taxonomy/confi
 share/drupal/core/modules/taxonomy/css/taxonomy.theme.css
 share/drupal/core/modules/taxonomy/migrations/d6_taxonomy_term.yml
 share/drupal/core/modules/taxonomy/migrations/d6_taxonomy_vocabulary.yml
-share/drupal/core/modules/taxonomy/migrations/d6_taxonomy_vocabulary_translation.yml
 share/drupal/core/modules/taxonomy/migrations/d6_term_node.yml
 share/drupal/core/modules/taxonomy/migrations/d6_term_node_revision.yml
 share/drupal/core/modules/taxonomy/migrations/d6_vocabulary_entity_display.yml
@@ -8957,6 +9272,7 @@ share/drupal/core/modules/taxonomy/src/V
 share/drupal/core/modules/taxonomy/src/VocabularyStorageInterface.php
 share/drupal/core/modules/taxonomy/taxonomy.es6.js
 share/drupal/core/modules/taxonomy/taxonomy.info.yml
+share/drupal/core/modules/taxonomy/taxonomy.install
 share/drupal/core/modules/taxonomy/taxonomy.js
 share/drupal/core/modules/taxonomy/taxonomy.libraries.yml
 share/drupal/core/modules/taxonomy/taxonomy.links.action.yml
@@ -8965,11 +9281,15 @@ share/drupal/core/modules/taxonomy/taxon
 share/drupal/core/modules/taxonomy/taxonomy.links.task.yml
 share/drupal/core/modules/taxonomy/taxonomy.module
 share/drupal/core/modules/taxonomy/taxonomy.permissions.yml
+share/drupal/core/modules/taxonomy/taxonomy.post_update.php
 share/drupal/core/modules/taxonomy/taxonomy.routing.yml
 share/drupal/core/modules/taxonomy/taxonomy.services.yml
 share/drupal/core/modules/taxonomy/taxonomy.tokens.inc
 share/drupal/core/modules/taxonomy/taxonomy.views.inc
 share/drupal/core/modules/taxonomy/templates/taxonomy-term.html.twig
+share/drupal/core/modules/taxonomy/tests/fixtures/update/drupal-8.views-taxonomy-term-publishing-status-2981887.php
+share/drupal/core/modules/taxonomy/tests/fixtures/update/views.view.test_taxonomy_term_view_with_content_translation_status.yml
+share/drupal/core/modules/taxonomy/tests/fixtures/update/views.view.test_taxonomy_term_view_without_content_translation_status.yml
 share/drupal/core/modules/taxonomy/tests/modules/taxonomy_crud/config/schema/taxonomy_crud.schema.yml
 share/drupal/core/modules/taxonomy/tests/modules/taxonomy_crud/taxonomy_crud.info.yml
 share/drupal/core/modules/taxonomy/tests/modules/taxonomy_crud/taxonomy_crud.module
@@ -8992,6 +9312,7 @@ share/drupal/core/modules/taxonomy/tests
 share/drupal/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_term_name.yml
 share/drupal/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_term_relationship.yml
 share/drupal/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_tid_field.yml
+share/drupal/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_vid_field.yml
 share/drupal/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularyResponse.php
 share/drupal/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularySerializationTestController.php
 share/drupal/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.info.yml
@@ -9025,6 +9346,7 @@ share/drupal/core/modules/taxonomy/tests
 share/drupal/core/modules/taxonomy/tests/src/Functional/TaxonomyTestBase.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TaxonomyTestTrait.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php
+share/drupal/core/modules/taxonomy/tests/src/Functional/TermAccessTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TermEntityReferenceTest.php
@@ -9034,6 +9356,8 @@ share/drupal/core/modules/taxonomy/tests
 share/drupal/core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/ThemeTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TokenReplaceTest.php
+share/drupal/core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php
+share/drupal/core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/Views/ArgumentValidatorTermTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/Views/RelationshipNodeTermDataTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/Views/RelationshipRepresentativeNodeTest.php
@@ -9084,10 +9408,13 @@ share/drupal/core/modules/taxonomy/tests
 share/drupal/core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/TermValidationTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php
+share/drupal/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php
 share/drupal/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php
 share/drupal/core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php
+share/drupal/core/modules/taxonomy/tests/src/Unit/Plugin/migrate/cckfield/TaxonomyTermReferenceCckLegacyTest.php
 share/drupal/core/modules/taxonomy/tests/src/Unit/Plugin/migrate/cckfield/TaxonomyTermReferenceCckTest.php
+share/drupal/core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldLegacyTest.php
 share/drupal/core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php
 share/drupal/core/modules/telephone/config/schema/telephone.schema.yml
 share/drupal/core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php
@@ -9114,8 +9441,8 @@ share/drupal/core/modules/text/src/Plugi
 share/drupal/core/modules/text/src/Plugin/migrate/cckfield/TextField.php
 share/drupal/core/modules/text/src/Plugin/migrate/field/d6/TextField.php
 share/drupal/core/modules/text/src/Plugin/migrate/field/d7/TextField.php
-share/drupal/core/modules/text/src/Tests/TextFieldTest.php
 share/drupal/core/modules/text/src/TextProcessed.php
+share/drupal/core/modules/text/tests/src/Functional/TextFieldTest.php
 share/drupal/core/modules/text/tests/src/FunctionalJavascript/TextareaWithSummaryTest.php
 share/drupal/core/modules/text/tests/src/Kernel/Migrate/MigrateTextConfigsTest.php
 share/drupal/core/modules/text/tests/src/Kernel/TextFormatterTest.php
@@ -9125,6 +9452,7 @@ share/drupal/core/modules/text/tests/src
 share/drupal/core/modules/text/tests/src/Unit/Migrate/d6/TextFieldTest.php
 share/drupal/core/modules/text/tests/src/Unit/Migrate/d7/TextFieldTest.php
 share/drupal/core/modules/text/tests/src/Unit/Plugin/migrate/cckfield/TextCckTest.php
+share/drupal/core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldLegacyTest.php
 share/drupal/core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php
 share/drupal/core/modules/text/tests/src/Unit/Plugin/migrate/field/d7/TextFieldTest.php
 share/drupal/core/modules/text/text.es6.js
@@ -9188,7 +9516,6 @@ share/drupal/core/modules/tour/src/Annot
 share/drupal/core/modules/tour/src/Entity/Tour.php
 share/drupal/core/modules/tour/src/Plugin/HelpSection/TourHelpSection.php
 share/drupal/core/modules/tour/src/Plugin/tour/tip/TipPluginText.php
-share/drupal/core/modules/tour/src/Tests/TourTest.php
 share/drupal/core/modules/tour/src/Tests/TourTestBase.php
 share/drupal/core/modules/tour/src/TipPluginBase.php
 share/drupal/core/modules/tour/src/TipPluginInterface.php
@@ -9291,12 +9618,15 @@ share/drupal/core/modules/update/templat
 share/drupal/core/modules/update/templates/update-report.html.twig
 share/drupal/core/modules/update/templates/update-version.html.twig
 share/drupal/core/modules/update/tests/aaa_update_test.tar.gz
-share/drupal/core/modules/update/tests/aaa_update_test/aaa_update_test.info.yml
 share/drupal/core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info.yml
 share/drupal/core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml
 share/drupal/core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml
 share/drupal/core/modules/update/tests/modules/update_test/aaa_update_test.1_0.xml
 share/drupal/core/modules/update/tests/modules/update_test/aaa_update_test.no-releases.xml
+share/drupal/core/modules/update/tests/modules/update_test/aaa_update_test.sec.8.x-1.1_8.x-1.2.xml
+share/drupal/core/modules/update/tests/modules/update_test/aaa_update_test.sec.8.x-1.2.xml
+share/drupal/core/modules/update/tests/modules/update_test/aaa_update_test.sec.8.x-1.2_8.x-2.2.xml
+share/drupal/core/modules/update/tests/modules/update_test/aaa_update_test.sec.8.x-2.2_1.x_secure.xml
 share/drupal/core/modules/update/tests/modules/update_test/bbb_update_test.1_0.xml
 share/drupal/core/modules/update/tests/modules/update_test/ccc_update_test.1_0.xml
 share/drupal/core/modules/update/tests/modules/update_test/config/install/update_test.settings.yml
@@ -9307,16 +9637,20 @@ share/drupal/core/modules/update/tests/m
 share/drupal/core/modules/update/tests/modules/update_test/drupal.0.1-alpha1.xml
 share/drupal/core/modules/update/tests/modules/update_test/drupal.0.1-beta1.xml
 share/drupal/core/modules/update/tests/modules/update_test/drupal.0.1.xml
-share/drupal/core/modules/update/tests/modules/update_test/drupal.0.2-sec.xml
 share/drupal/core/modules/update/tests/modules/update_test/drupal.1.0-alpha1.xml
 share/drupal/core/modules/update/tests/modules/update_test/drupal.1.0-beta1.xml
 share/drupal/core/modules/update/tests/modules/update_test/drupal.1.0.xml
 share/drupal/core/modules/update/tests/modules/update_test/drupal.1.1-alpha1.xml
 share/drupal/core/modules/update/tests/modules/update_test/drupal.1.1-beta1.xml
 share/drupal/core/modules/update/tests/modules/update_test/drupal.1.1.xml
-share/drupal/core/modules/update/tests/modules/update_test/drupal.1.2-sec.xml
 share/drupal/core/modules/update/tests/modules/update_test/drupal.9.xml
 share/drupal/core/modules/update/tests/modules/update_test/drupal.dev.xml
+share/drupal/core/modules/update/tests/modules/update_test/drupal.sec.0.1_0.2.xml
+share/drupal/core/modules/update/tests/modules/update_test/drupal.sec.0.2-rc2-b.xml
+share/drupal/core/modules/update/tests/modules/update_test/drupal.sec.0.2-rc2.xml
+share/drupal/core/modules/update/tests/modules/update_test/drupal.sec.0.2.xml
+share/drupal/core/modules/update/tests/modules/update_test/drupal.sec.1.2.xml
+share/drupal/core/modules/update/tests/modules/update_test/drupal.sec.1.2_insecure.xml
 share/drupal/core/modules/update/tests/modules/update_test/src/Controller/UpdateTestController.php
 share/drupal/core/modules/update/tests/modules/update_test/src/Plugin/Archiver/UpdateTestArchiver.php
 share/drupal/core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php
@@ -9462,6 +9796,7 @@ share/drupal/core/modules/user/src/Plugi
 share/drupal/core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php
 share/drupal/core/modules/user/src/Plugin/migrate/source/d7/Role.php
 share/drupal/core/modules/user/src/Plugin/migrate/source/d7/User.php
+share/drupal/core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php
 share/drupal/core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php
 share/drupal/core/modules/user/src/Plugin/views/access/Permission.php
 share/drupal/core/modules/user/src/Plugin/views/access/Role.php
@@ -9495,12 +9830,13 @@ share/drupal/core/modules/user/src/RoleS
 share/drupal/core/modules/user/src/SharedTempStore.php
 share/drupal/core/modules/user/src/SharedTempStoreFactory.php
 share/drupal/core/modules/user/src/StatusItem.php
+share/drupal/core/modules/user/src/Tests/Functional/UserPasswordResetTest.php
+share/drupal/core/modules/user/src/Tests/FunctionalJavascript/UserPasswordResetTest.php
 share/drupal/core/modules/user/src/Tests/RestRegisterUserTest.php
 share/drupal/core/modules/user/src/Tests/UserAdminLanguageTest.php
 share/drupal/core/modules/user/src/Tests/UserAdminSettingsFormTest.php
 share/drupal/core/modules/user/src/Tests/UserBlocksTest.php
 share/drupal/core/modules/user/src/Tests/UserCreateTest.php
-share/drupal/core/modules/user/src/Tests/UserPasswordResetTest.php
 share/drupal/core/modules/user/src/Tests/UserRegistrationTest.php
 share/drupal/core/modules/user/src/Tests/UserResetEmailTestTrait.php
 share/drupal/core/modules/user/src/Theme/AdminNegotiator.php
@@ -9524,6 +9860,7 @@ share/drupal/core/modules/user/templates
 share/drupal/core/modules/user/tests/fixtures/update/drupal-8.user-email-token-2587275.php
 share/drupal/core/modules/user/tests/modules/user_access_test/user_access_test.info.yml
 share/drupal/core/modules/user/tests/modules/user_access_test/user_access_test.module
+share/drupal/core/modules/user/tests/modules/user_access_test/user_access_test.permissions.yml
 share/drupal/core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.info.yml
 share/drupal/core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.services.yml
 share/drupal/core/modules/user/tests/modules/user_form_test/user_form_test.info.yml
@@ -9543,6 +9880,7 @@ share/drupal/core/modules/user/tests/mod
 share/drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form_combine_filter.yml
 share/drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_changed.yml
 share/drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_data.yml
+share/drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_fields_access.yml
 share/drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_name.yml
 share/drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_relationship.yml
 share/drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_roles_rid.yml
@@ -9615,7 +9953,9 @@ share/drupal/core/modules/user/tests/src
 share/drupal/core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php
 share/drupal/core/modules/user/tests/src/Functional/Views/UserChangedTest.php
 share/drupal/core/modules/user/tests/src/Functional/Views/UserDataTest.php
+share/drupal/core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php
 share/drupal/core/modules/user/tests/src/Functional/Views/UserTestBase.php
+share/drupal/core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Condition/UserRoleConditionTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php
@@ -9648,6 +9988,7 @@ share/drupal/core/modules/user/tests/src
 share/drupal/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/RoleTest.php
+share/drupal/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserTest.php
 share/drupal/core/modules/user/tests/src/Kernel/TempStoreDatabaseTest.php
 share/drupal/core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php
@@ -9668,6 +10009,7 @@ share/drupal/core/modules/user/tests/src
 share/drupal/core/modules/user/tests/src/Kernel/Views/HandlerFilterRolesTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Views/UserKernelTestBase.php
 share/drupal/core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php
+share/drupal/core/modules/user/tests/src/Kernel/WhosOnlineBlockTest.php
 share/drupal/core/modules/user/tests/src/Traits/UserCreationTrait.php
 share/drupal/core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php
 share/drupal/core/modules/user/tests/src/Unit/PermissionAccessCheckTest.php
@@ -9973,9 +10315,6 @@ share/drupal/core/modules/views/src/Test
 share/drupal/core/modules/views/src/Tests/Plugin/PluginTestBase.php
 share/drupal/core/modules/views/src/Tests/Plugin/StyleOpmlTest.php
 share/drupal/core/modules/views/src/Tests/TestHelperPlugin.php
-share/drupal/core/modules/views/src/Tests/Update/EntityLinkOutputUrlUpdateTest.php
-share/drupal/core/modules/views/src/Tests/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php
-share/drupal/core/modules/views/src/Tests/ViewAjaxTest.php
 share/drupal/core/modules/views/src/Tests/ViewKernelTestBase.php
 share/drupal/core/modules/views/src/Tests/ViewResultAssertionTrait.php
 share/drupal/core/modules/views/src/Tests/ViewTestBase.php
@@ -10133,6 +10472,7 @@ share/drupal/core/modules/views/tests/mo
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_none.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_some.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_plugin_dependencies.yml
+share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preprocess.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview_error.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_redirect_view.yml
@@ -10217,6 +10557,9 @@ share/drupal/core/modules/views/tests/mo
 share/drupal/core/modules/views/tests/modules/views_test_formatter/src/Plugin/Field/FieldFormatter/AttachmentTestFormatter.php
 share/drupal/core/modules/views/tests/modules/views_test_formatter/views_test_formatter.info.yml
 share/drupal/core/modules/views/tests/modules/views_test_language/views_test_language.info.yml
+share/drupal/core/modules/views/tests/modules/views_test_modal/src/Controller/TestController.php
+share/drupal/core/modules/views/tests/modules/views_test_modal/views_test_modal.info.yml
+share/drupal/core/modules/views/tests/modules/views_test_modal/views_test_modal.routing.yml
 share/drupal/core/modules/views/tests/src/Functional/DefaultViewsTest.php
 share/drupal/core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php
 share/drupal/core/modules/views/tests/src/Functional/Entity/FieldEntityTest.php
@@ -10279,13 +10622,16 @@ share/drupal/core/modules/views/tests/sr
 share/drupal/core/modules/views/tests/src/Functional/Update/BooleanFilterValuesUpdateTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/BulkFormUpdateTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php
+share/drupal/core/modules/views/tests/src/Functional/Update/EntityLinkOutputUrlUpdateTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateFilledTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateTest.php
+share/drupal/core/modules/views/tests/src/Functional/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/FieldHandlersUpdateTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/ImageStyleDependencyUpdateTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/PlaceholderTextUpdateTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/TableDisplayCacheMaxAgeTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/ViewsDataTableDependencyUpdateTest.php
+share/drupal/core/modules/views/tests/src/Functional/ViewAjaxTest.php
 share/drupal/core/modules/views/tests/src/Functional/ViewElementTest.php
 share/drupal/core/modules/views/tests/src/Functional/ViewRenderTest.php
 share/drupal/core/modules/views/tests/src/Functional/ViewTestBase.php
@@ -10391,6 +10737,7 @@ share/drupal/core/modules/views/tests/sr
 share/drupal/core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php
 share/drupal/core/modules/views/tests/src/Kernel/ViewsHooksTest.php
 share/drupal/core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php
+share/drupal/core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php
 share/drupal/core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php
 share/drupal/core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php
 share/drupal/core/modules/views/tests/src/Unit/EntityViewsDataTest.php
@@ -10638,6 +10985,86 @@ share/drupal/core/modules/workflows/work
 share/drupal/core/modules/workflows/workflows.permissions.yml
 share/drupal/core/modules/workflows/workflows.routing.yml
 share/drupal/core/modules/workflows/workflows.services.yml
+share/drupal/core/modules/workspaces/config/install/core.entity_form_display.workspace.workspace.deploy.yml
+share/drupal/core/modules/workspaces/config/install/core.entity_form_mode.workspace.deploy.yml
+share/drupal/core/modules/workspaces/css/workspaces.overview.css
+share/drupal/core/modules/workspaces/css/workspaces.toolbar.css
+share/drupal/core/modules/workspaces/icons/000000/workspaces.svg
+share/drupal/core/modules/workspaces/icons/81c071/ws_icon.svg
+share/drupal/core/modules/workspaces/icons/f0a100/ws_icon.svg
+share/drupal/core/modules/workspaces/src/Entity/Workspace.php
+share/drupal/core/modules/workspaces/src/Entity/WorkspaceAssociation.php
+share/drupal/core/modules/workspaces/src/EntityAccess.php
+share/drupal/core/modules/workspaces/src/EntityOperations.php
+share/drupal/core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php
+share/drupal/core/modules/workspaces/src/EntityQuery/Query.php
+share/drupal/core/modules/workspaces/src/EntityQuery/QueryAggregate.php
+share/drupal/core/modules/workspaces/src/EntityQuery/QueryFactory.php
+share/drupal/core/modules/workspaces/src/EntityQuery/QueryTrait.php
+share/drupal/core/modules/workspaces/src/EntityQuery/Tables.php
+share/drupal/core/modules/workspaces/src/EntityTypeInfo.php
+share/drupal/core/modules/workspaces/src/Form/WorkspaceActivateForm.php
+share/drupal/core/modules/workspaces/src/Form/WorkspaceDeleteForm.php
+share/drupal/core/modules/workspaces/src/Form/WorkspaceDeployForm.php
+share/drupal/core/modules/workspaces/src/Form/WorkspaceForm.php
+share/drupal/core/modules/workspaces/src/Form/WorkspaceFormInterface.php
+share/drupal/core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php
+share/drupal/core/modules/workspaces/src/FormOperations.php
+share/drupal/core/modules/workspaces/src/Negotiator/DefaultWorkspaceNegotiator.php
+share/drupal/core/modules/workspaces/src/Negotiator/QueryParameterWorkspaceNegotiator.php
+share/drupal/core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php
+share/drupal/core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php
+share/drupal/core/modules/workspaces/src/Plugin/Block/WorkspaceSwitcherBlock.php
+share/drupal/core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraint.php
+share/drupal/core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php
+share/drupal/core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraint.php
+share/drupal/core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php
+share/drupal/core/modules/workspaces/src/ViewsQueryAlter.php
+share/drupal/core/modules/workspaces/src/WorkspaceAccessControlHandler.php
+share/drupal/core/modules/workspaces/src/WorkspaceAccessException.php
+share/drupal/core/modules/workspaces/src/WorkspaceAssociationStorage.php
+share/drupal/core/modules/workspaces/src/WorkspaceAssociationStorageInterface.php
+share/drupal/core/modules/workspaces/src/WorkspaceCacheContext.php
+share/drupal/core/modules/workspaces/src/WorkspaceConflictException.php
+share/drupal/core/modules/workspaces/src/WorkspaceInterface.php
+share/drupal/core/modules/workspaces/src/WorkspaceListBuilder.php
+share/drupal/core/modules/workspaces/src/WorkspaceManager.php
+share/drupal/core/modules/workspaces/src/WorkspaceManagerInterface.php
+share/drupal/core/modules/workspaces/src/WorkspaceOperationFactory.php
+share/drupal/core/modules/workspaces/src/WorkspaceOperationInterface.php
+share/drupal/core/modules/workspaces/src/WorkspacePublisher.php
+share/drupal/core/modules/workspaces/src/WorkspacePublisherInterface.php
+share/drupal/core/modules/workspaces/src/WorkspacesServiceProvider.php
+share/drupal/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonAnonTest.php
+share/drupal/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonBasicAuthTest.php
+share/drupal/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonCookieTest.php
+share/drupal/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php
+share/drupal/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlAnonTest.php
+share/drupal/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlBasicAuthTest.php
+share/drupal/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlCookieTest.php
+share/drupal/core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php
+share/drupal/core/modules/workspaces/tests/src/Functional/WorkspaceCacheContextTest.php
+share/drupal/core/modules/workspaces/tests/src/Functional/WorkspaceConcurrentEditingTest.php
+share/drupal/core/modules/workspaces/tests/src/Functional/WorkspacePermissionsTest.php
+share/drupal/core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php
+share/drupal/core/modules/workspaces/tests/src/Functional/WorkspaceTest.php
+share/drupal/core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php
+share/drupal/core/modules/workspaces/tests/src/Functional/WorkspaceViewTest.php
+share/drupal/core/modules/workspaces/tests/src/Functional/WorkspacesUninstallTest.php
+share/drupal/core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php
+share/drupal/core/modules/workspaces/tests/src/Kernel/WorkspaceCRUDTest.php
+share/drupal/core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php
+share/drupal/core/modules/workspaces/tests/src/Kernel/WorkspaceInternalResourceTest.php
+share/drupal/core/modules/workspaces/workspaces.info.yml
+share/drupal/core/modules/workspaces/workspaces.install
+share/drupal/core/modules/workspaces/workspaces.libraries.yml
+share/drupal/core/modules/workspaces/workspaces.link_relation_types.yml
+share/drupal/core/modules/workspaces/workspaces.links.action.yml
+share/drupal/core/modules/workspaces/workspaces.links.menu.yml
+share/drupal/core/modules/workspaces/workspaces.module
+share/drupal/core/modules/workspaces/workspaces.permissions.yml
+share/drupal/core/modules/workspaces/workspaces.routing.yml
+share/drupal/core/modules/workspaces/workspaces.services.yml
 share/drupal/core/package.json
 share/drupal/core/phpcs.xml.dist
 share/drupal/core/phpunit.xml.dist
@@ -10663,6 +11090,7 @@ share/drupal/core/profiles/demo_umami/co
 share/drupal/core/profiles/demo_umami/config/install/block.block.umami_search.yml
 share/drupal/core/profiles/demo_umami/config/install/block.block.views_block__articles_aside_block_1.yml
 share/drupal/core/profiles/demo_umami/config/install/block.block.views_block__promoted_items_block_1.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.views_block__recipe_collections_block.yml
 share/drupal/core/profiles/demo_umami/config/install/block_content.type.banner_block.yml
 share/drupal/core/profiles/demo_umami/config/install/block_content.type.basic.yml
 share/drupal/core/profiles/demo_umami/config/install/block_content.type.disclaimer_block.yml
@@ -10676,6 +11104,11 @@ share/drupal/core/profiles/demo_umami/co
 share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.block_content.disclaimer_block.default.yml
 share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.block_content.footer_promo_block.default.yml
 share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.contact_message.feedback.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.media.audio.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.media.file.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.media.image.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.media.remote_video.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.media.video.default.yml
 share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.node.article.default.yml
 share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.node.page.default.yml
 share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.node.recipe.default.yml
@@ -10684,29 +11117,31 @@ share/drupal/core/profiles/demo_umami/co
 share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.block_content.basic.default.yml
 share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.block_content.disclaimer_block.default.yml
 share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.block_content.footer_promo_block.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.media.audio.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.media.file.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.media.image.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.media.remote_video.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.media.video.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.card.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.card_common.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.card_common_alt.yml
 share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.default.yml
 share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.full.yml
-share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.highlighted_bottom.yml
-share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.highlighted_medium.yml
-share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.highlighted_small.yml
-share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.highlighted_top.yml
 share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.rss.yml
 share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.teaser.yml
 share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.page.default.yml
 share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.page.teaser.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.card.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.card_common.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.card_common_alt.yml
 share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.default.yml
 share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.full.yml
-share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.highlighted_bottom.yml
-share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.highlighted_medium.yml
-share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.highlighted_small.yml
-share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.highlighted_top.yml
 share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.teaser.yml
 share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.user.user.compact.yml
 share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.user.user.default.yml
-share/drupal/core/profiles/demo_umami/config/install/core.entity_view_mode.node.highlighted_bottom.yml
-share/drupal/core/profiles/demo_umami/config/install/core.entity_view_mode.node.highlighted_medium.yml
-share/drupal/core/profiles/demo_umami/config/install/core.entity_view_mode.node.highlighted_small.yml
-share/drupal/core/profiles/demo_umami/config/install/core.entity_view_mode.node.highlighted_top.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_mode.node.card.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_mode.node.card_common.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_mode.node.card_common_alt.yml
 share/drupal/core/profiles/demo_umami/config/install/editor.editor.basic_html.yml
 share/drupal/core/profiles/demo_umami/config/install/editor.editor.full_html.yml
 share/drupal/core/profiles/demo_umami/config/install/field.field.block_content.banner_block.field_banner_image.yml
@@ -10720,6 +11155,11 @@ share/drupal/core/profiles/demo_umami/co
 share/drupal/core/profiles/demo_umami/config/install/field.field.block_content.footer_promo_block.field_promo_image.yml
 share/drupal/core/profiles/demo_umami/config/install/field.field.block_content.footer_promo_block.field_summary.yml
 share/drupal/core/profiles/demo_umami/config/install/field.field.block_content.footer_promo_block.field_title.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.media.audio.field_media_audio_file.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.media.file.field_media_file.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.media.image.field_media_image.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.media.remote_video.field_media_oembed_video.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.media.video.field_media_video_file.yml
 share/drupal/core/profiles/demo_umami/config/install/field.field.node.article.body.yml
 share/drupal/core/profiles/demo_umami/config/install/field.field.node.article.field_image.yml
 share/drupal/core/profiles/demo_umami/config/install/field.field.node.article.field_tags.yml
@@ -10743,6 +11183,11 @@ share/drupal/core/profiles/demo_umami/co
 share/drupal/core/profiles/demo_umami/config/install/field.storage.block_content.field_promo_image.yml
 share/drupal/core/profiles/demo_umami/config/install/field.storage.block_content.field_summary.yml
 share/drupal/core/profiles/demo_umami/config/install/field.storage.block_content.field_title.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.media.field_media_audio_file.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.media.field_media_file.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.media.field_media_image.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.media.field_media_oembed_video.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.media.field_media_video_file.yml
 share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_author.yml
 share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_cooking_time.yml
 share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_difficulty.yml
@@ -10771,6 +11216,11 @@ share/drupal/core/profiles/demo_umami/co
 share/drupal/core/profiles/demo_umami/config/install/image.style.square_large.yml
 share/drupal/core/profiles/demo_umami/config/install/image.style.square_medium.yml
 share/drupal/core/profiles/demo_umami/config/install/image.style.square_small.yml
+share/drupal/core/profiles/demo_umami/config/install/media.type.audio.yml
+share/drupal/core/profiles/demo_umami/config/install/media.type.file.yml
+share/drupal/core/profiles/demo_umami/config/install/media.type.image.yml
+share/drupal/core/profiles/demo_umami/config/install/media.type.remote_video.yml
+share/drupal/core/profiles/demo_umami/config/install/media.type.video.yml
 share/drupal/core/profiles/demo_umami/config/install/node.type.article.yml
 share/drupal/core/profiles/demo_umami/config/install/node.type.page.yml
 share/drupal/core/profiles/demo_umami/config/install/node.type.recipe.yml
@@ -10781,17 +11231,19 @@ share/drupal/core/profiles/demo_umami/co
 share/drupal/core/profiles/demo_umami/config/install/responsive_image.styles.hero_or_banner.yml
 share/drupal/core/profiles/demo_umami/config/install/responsive_image.styles.square.yml
 share/drupal/core/profiles/demo_umami/config/install/system.theme.yml
-share/drupal/core/profiles/demo_umami/config/install/taxonomy.vocabulary.ingredients.yml
 share/drupal/core/profiles/demo_umami/config/install/taxonomy.vocabulary.recipe_category.yml
-share/drupal/core/profiles/demo_umami/config/install/taxonomy.vocabulary.recipe_cuisine.yml
 share/drupal/core/profiles/demo_umami/config/install/taxonomy.vocabulary.tags.yml
 share/drupal/core/profiles/demo_umami/config/install/user.role.administrator.yml
+share/drupal/core/profiles/demo_umami/config/install/user.role.author.yml
+share/drupal/core/profiles/demo_umami/config/install/user.role.editor.yml
 share/drupal/core/profiles/demo_umami/config/install/views.view.articles_aside.yml
 share/drupal/core/profiles/demo_umami/config/install/views.view.featured_articles.yml
 share/drupal/core/profiles/demo_umami/config/install/views.view.frontpage.yml
 share/drupal/core/profiles/demo_umami/config/install/views.view.promoted_items.yml
+share/drupal/core/profiles/demo_umami/config/install/views.view.recipe_collections.yml
 share/drupal/core/profiles/demo_umami/config/install/views.view.recipes.yml
 share/drupal/core/profiles/demo_umami/config/install/views.view.taxonomy_term.yml
+share/drupal/core/profiles/demo_umami/config/install/workflows.workflow.editorial.yml
 share/drupal/core/profiles/demo_umami/config/optional/block.block.umami_banner_recipes.yml
 share/drupal/core/profiles/demo_umami/config/optional/block.block.umami_disclaimer.yml
 share/drupal/core/profiles/demo_umami/config/optional/block.block.umami_footer_promo.yml
@@ -10812,6 +11264,7 @@ share/drupal/core/profiles/demo_umami/mo
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/baking-mishaps-our-troubleshooting-tips.html
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/give-it-a-go-and-grow-your-own-herbs.html
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/lets-hear-it-for-carrots.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/skip-the-spirits-with-delicious-mocktails.html
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/the-real-deal-for-supermarket-savvy-shopping.html
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/the-umami-guide-to-our-favourite-mushrooms.html
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/articles.csv
@@ -10821,6 +11274,7 @@ share/drupal/core/profiles/demo_umami/mo
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/heritage-carrots.jpg
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/home-grown-herbs.jpg
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/mediterranean-quiche-umami.jpg
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/mojito-mocktail.jpg
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/mushrooms-umami.jpg
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/pizza-umami.jpg
 share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/supermarket-savvy-umami.jpg
@@ -10855,17 +11309,19 @@ share/drupal/core/profiles/demo_umami/th
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/footer-promo/footer-promo.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/page-title/page-title.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/quicklinks/quicklinks.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/recipe-collections/recipe-collections.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/search/search-results.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/search/search.css
-share/drupal/core/profiles/demo_umami/themes/umami/css/components/content-types/article/article.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/content-types/recipe/recipe.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/card-common-alt/card-common-alt.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/card-common/card-common.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/card/card.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/full/node-full.css
-share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-bottom/highlighted-bottom.css
-share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-medium/highlighted-medium.css
-share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-small/highlighted-small.css
-share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-top/highlighted-top.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/node.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/fields/field.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/fields/ingredients.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/fields/label-items.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/fields/recipe-instruction.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/forms/buttons.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/forms/contact.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/messages/messages.css
@@ -10880,6 +11336,7 @@ share/drupal/core/profiles/demo_umami/th
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/regions/bottom/bottom.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/regions/footer/footer.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/regions/header/header.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/regions/pre-header/pre-header.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/views/frontpage.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/components/views/promoted-items.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/layout/grid-2.css
@@ -10887,6 +11344,7 @@ share/drupal/core/profiles/demo_umami/th
 share/drupal/core/profiles/demo_umami/themes/umami/css/layout/grid-4.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/layout/layout-2-col.css
 share/drupal/core/profiles/demo_umami/themes/umami/css/layout/layout.css
+share/drupal/core/profiles/demo_umami/themes/umami/images/png/umami-background-pattern-1.png
 share/drupal/core/profiles/demo_umami/themes/umami/images/svg/cake.svg
 share/drupal/core/profiles/demo_umami/themes/umami/images/svg/chefs-hat.svg
 share/drupal/core/profiles/demo_umami/themes/umami/images/svg/difficulty.svg
@@ -10916,12 +11374,12 @@ share/drupal/core/profiles/demo_umami/th
 share/drupal/core/profiles/demo_umami/themes/umami/templates/components/navigation/menu-local-task.html.twig
 share/drupal/core/profiles/demo_umami/themes/umami/templates/components/navigation/menu.html.twig
 share/drupal/core/profiles/demo_umami/themes/umami/templates/components/quicklinks/block--umami-quick-links.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/components/recipe-collections/block--views-block--recipe-collections-block.html.twig
 share/drupal/core/profiles/demo_umami/themes/umami/templates/components/search/block--search-form-block.html.twig
 share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--article--full.html.twig
-share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--highlighted-bottom.html.twig
-share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--highlighted-medium.html.twig
-share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--highlighted-small.html.twig
-share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--highlighted-top.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--card-common-alt.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--card-common.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--card.html.twig
 share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--recipe--full.html.twig
 share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node.html.twig
 share/drupal/core/profiles/demo_umami/themes/umami/templates/layout/page.html.twig
@@ -11013,18 +11471,22 @@ share/drupal/core/profiles/standard/conf
 share/drupal/core/profiles/standard/config/optional/core.entity_form_display.media.audio.default.yml
 share/drupal/core/profiles/standard/config/optional/core.entity_form_display.media.file.default.yml
 share/drupal/core/profiles/standard/config/optional/core.entity_form_display.media.image.default.yml
+share/drupal/core/profiles/standard/config/optional/core.entity_form_display.media.remote_video.default.yml
 share/drupal/core/profiles/standard/config/optional/core.entity_form_display.media.video.default.yml
 share/drupal/core/profiles/standard/config/optional/core.entity_view_display.media.audio.default.yml
 share/drupal/core/profiles/standard/config/optional/core.entity_view_display.media.file.default.yml
 share/drupal/core/profiles/standard/config/optional/core.entity_view_display.media.image.default.yml
+share/drupal/core/profiles/standard/config/optional/core.entity_view_display.media.remote_video.default.yml
 share/drupal/core/profiles/standard/config/optional/core.entity_view_display.media.video.default.yml
 share/drupal/core/profiles/standard/config/optional/field.field.media.audio.field_media_audio_file.yml
 share/drupal/core/profiles/standard/config/optional/field.field.media.file.field_media_file.yml
 share/drupal/core/profiles/standard/config/optional/field.field.media.image.field_media_image.yml
+share/drupal/core/profiles/standard/config/optional/field.field.media.remote_video.field_media_oembed_video.yml
 share/drupal/core/profiles/standard/config/optional/field.field.media.video.field_media_video_file.yml
 share/drupal/core/profiles/standard/config/optional/field.storage.media.field_media_audio_file.yml
 share/drupal/core/profiles/standard/config/optional/field.storage.media.field_media_file.yml
 share/drupal/core/profiles/standard/config/optional/field.storage.media.field_media_image.yml
+share/drupal/core/profiles/standard/config/optional/field.storage.media.field_media_oembed_video.yml
 share/drupal/core/profiles/standard/config/optional/field.storage.media.field_media_video_file.yml
 share/drupal/core/profiles/standard/config/optional/image.style.max_1300x1300.yml
 share/drupal/core/profiles/standard/config/optional/image.style.max_2600x2600.yml
@@ -11033,9 +11495,11 @@ share/drupal/core/profiles/standard/conf
 share/drupal/core/profiles/standard/config/optional/media.type.audio.yml
 share/drupal/core/profiles/standard/config/optional/media.type.file.yml
 share/drupal/core/profiles/standard/config/optional/media.type.image.yml
+share/drupal/core/profiles/standard/config/optional/media.type.remote_video.yml
 share/drupal/core/profiles/standard/config/optional/media.type.video.yml
 share/drupal/core/profiles/standard/config/optional/responsive_image.styles.narrow.yml
 share/drupal/core/profiles/standard/config/optional/responsive_image.styles.wide.yml
+share/drupal/core/profiles/standard/config/optional/workflows.workflow.editorial.yml
 share/drupal/core/profiles/standard/standard.info.yml
 share/drupal/core/profiles/standard/standard.install
 share/drupal/core/profiles/standard/standard.links.menu.yml
@@ -11044,8 +11508,9 @@ share/drupal/core/profiles/standard/test
 share/drupal/core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php
 share/drupal/core/profiles/testing/config/install/system.theme.yml
 share/drupal/core/profiles/testing/config/optional/locale.settings.yml
+share/drupal/core/profiles/testing/modules/drupal_system_cross_profile_test/drupal_system_cross_profile_test.info.yml
 share/drupal/core/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml
-share/drupal/core/profiles/testing/modules/drupal_system_listing_compatible_test/src/Tests/SystemListingCompatibleTest.php
+share/drupal/core/profiles/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php
 share/drupal/core/profiles/testing/testing.info.yml
 share/drupal/core/profiles/testing_config_import/testing_config_import.info.yml
 share/drupal/core/profiles/testing_config_overrides/config/install/system.action.user_block_user_action.yml
@@ -11057,6 +11522,9 @@ share/drupal/core/profiles/testing_confi
 share/drupal/core/profiles/testing_config_overrides/config/optional/config_test.dynamic.override_unmet.yml
 share/drupal/core/profiles/testing_config_overrides/config/optional/tour.tour.testing_config_overrides.yml
 share/drupal/core/profiles/testing_config_overrides/testing_config_overrides.info.yml
+share/drupal/core/profiles/testing_install_profile_all_dependencies/testing_install_profile_all_dependencies.info.yml
+share/drupal/core/profiles/testing_install_profile_dependencies/testing_install_profile_dependencies.info.yml
+share/drupal/core/profiles/testing_install_profile_dependencies_bc/testing_install_profile_dependencies_bc.info.yml
 share/drupal/core/profiles/testing_missing_dependencies/testing_missing_dependencies.info.yml
 share/drupal/core/profiles/testing_multilingual/config/install/language.entity.de.yml
 share/drupal/core/profiles/testing_multilingual/config/install/language.entity.es.yml
@@ -11068,6 +11536,7 @@ share/drupal/core/rebuild.php
 share/drupal/core/scripts/cron-curl.sh
 share/drupal/core/scripts/cron-lynx.sh
 share/drupal/core/scripts/db-tools.php
+share/drupal/core/scripts/drupal
 share/drupal/core/scripts/drupal.sh
 share/drupal/core/scripts/dump-database-d6.sh
 share/drupal/core/scripts/dump-database-d7.sh
@@ -11086,14 +11555,19 @@ share/drupal/core/scripts/js/log.js
 share/drupal/core/scripts/password-hash.sh
 share/drupal/core/scripts/rebuild_token_calculator.sh
 share/drupal/core/scripts/run-tests.sh
+share/drupal/core/scripts/test-site.php
 share/drupal/core/scripts/test/test.script
 share/drupal/core/scripts/transliteration_data.php.txt
 share/drupal/core/scripts/update-countries.sh
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php
+share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php
+share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxInGroupTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/BackwardCompatibilityTest.php
+share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/ThrobberTest.php
+share/drupal/core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Core/Installer/Form/SelectProfileFormTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php
@@ -11102,12 +11576,18 @@ share/drupal/core/tests/Drupal/Functiona
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/EntityReference/EntityReferenceAutocompleteWidgetTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php
+share/drupal/core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/JavascriptTestBase.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/LegacyJavascriptTestBase.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebWithWebDriverAssertTest.php
+share/drupal/core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php
+share/drupal/core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php
 share/drupal/core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php
+share/drupal/core/tests/Drupal/FunctionalTests/Bootstrap/ErrorContainer.php
+share/drupal/core/tests/Drupal/FunctionalTests/Bootstrap/ExceptionContainer.php
+share/drupal/core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Breadcrumb/Breadcrumb404Test.php
 share/drupal/core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php
@@ -11115,6 +11595,7 @@ share/drupal/core/tests/Drupal/Functiona
 share/drupal/core/tests/Drupal/FunctionalTests/Datetime/TimestampTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php
+share/drupal/core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/GetTestMethodCallerExtendsTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/GetTestMethodCallerTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Hal/BaseFieldOverrideHalJsonAnonTest.php
@@ -11144,16 +11625,27 @@ share/drupal/core/tests/Drupal/Functiona
 share/drupal/core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php
+share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesBcTest.php
+share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerEmptySettingsTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php
+share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigMultilingualTest.php
+share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoConfigTest.php
+share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoSystemSiteTest.php
+share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php
+share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php
+share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php
+share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php
+share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTest.php
+share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php
 share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingInstallationTest.php
-share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileBrokenTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php
+share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsReadOnlyMismatchProfileTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerLanguageDirectionTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerLanguagePageTest.php
@@ -11223,11 +11715,13 @@ share/drupal/core/tests/Drupal/Functiona
 share/drupal/core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php
 share/drupal/core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php
 share/drupal/core/tests/Drupal/KernelTests/AssertConfigTrait.php
+share/drupal/core/tests/Drupal/KernelTests/AssertContentTrait.php
 share/drupal/core/tests/Drupal/KernelTests/AssertLegacyTrait.php
 share/drupal/core/tests/Drupal/KernelTests/Component/Utility/SafeMarkupKernelTest.php
 share/drupal/core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php
 share/drupal/core/tests/Drupal/KernelTests/Config/TypedConfigTest.php
 share/drupal/core/tests/Drupal/KernelTests/ConfigFormTestBase.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Action/DeleteActionTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Action/PublishActionTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php
@@ -11274,6 +11768,7 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
@@ -11287,6 +11782,7 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/DatabaseExceptionWrapperTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/DatabaseTestBase.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/FetchTest.php
@@ -11322,6 +11818,7 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/DrupalKernel/ServiceDestructionTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php
@@ -11344,6 +11841,7 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityDuplicateTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityKeysTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php
@@ -11374,6 +11872,7 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/EventSubscriber/IgnoreReplicaSubscriberTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ModuleExtensionListTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookUnimplementedTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php
@@ -11500,8 +11999,32 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/KernelTestBase.php
 share/drupal/core/tests/Drupal/KernelTests/KernelTestBaseTest.php
 share/drupal/core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php
+share/drupal/core/tests/Drupal/KernelTests/RouteProvider.php
+share/drupal/core/tests/Drupal/KernelTests/TestServiceProvider.php
+share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalCreateRole.js
+share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalCreateUser.js
+share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalInstall.js
+share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalLogAndEnd.js
+share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalLogin.js
+share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalLoginAsAdmin.js
+share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalLogout.js
+share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalRelativeURL.js
+share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalUninstall.js
+share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalUserIsLoggedIn.js
+share/drupal/core/tests/Drupal/Nightwatch/Tests/exampleTest.js
+share/drupal/core/tests/Drupal/Nightwatch/Tests/loginTest.js
+share/drupal/core/tests/Drupal/Nightwatch/globals.js
+share/drupal/core/tests/Drupal/Nightwatch/nightwatch.conf.js
+share/drupal/core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php
+share/drupal/core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php
+share/drupal/core/tests/Drupal/TestSite/Commands/TestSiteTearDownCommand.php
+share/drupal/core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php
+share/drupal/core/tests/Drupal/TestSite/TestSetupInterface.php
+share/drupal/core/tests/Drupal/TestSite/TestSiteApplication.php
+share/drupal/core/tests/Drupal/TestSite/TestSiteInstallTestScript.php
 share/drupal/core/tests/Drupal/Tests/AssertHelperTrait.php
 share/drupal/core/tests/Drupal/Tests/AssertHelperTraitTest.php
+share/drupal/core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php
 share/drupal/core/tests/Drupal/Tests/BrowserTestBase.php
 share/drupal/core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryCachedTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php
@@ -11672,6 +12195,7 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/Asset/library_test_files/versions.libraries.yml
 share/drupal/core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Batch/PercentagesTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php
@@ -11693,6 +12217,7 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/Cache/Context/SessionCacheContextTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Cache/DatabaseBackendFactoryTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Cache/NullBackendTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Command/QuickStartTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Common/AttributesTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Common/TagsTest.php
@@ -11716,6 +12241,7 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Controller/ControllerBaseTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Controller/FormControllerTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Controller/TestController.php
 share/drupal/core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Database/ConditionTest.php
@@ -11729,6 +12255,7 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php
 share/drupal/core/tests/Drupal/Tests/Core/Database/Stub/StubPDO.php
 share/drupal/core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Database/fixtures/driver/fake/Connection.php
 share/drupal/core/tests/Drupal/Tests/Core/Datetime/DateHelperTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Datetime/DateTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php
@@ -11755,6 +12282,7 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/Entity/Access/EntityViewDisplayAccessControlHandlerTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Entity/ContentEntityFormTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Entity/Enhancer/EntityRouteEnhancerTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php
@@ -11794,6 +12322,7 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Extension/DefaultConfigTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php
@@ -11812,6 +12341,7 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php
 share/drupal/core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Field/FieldFilteredMarkupTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Field/FieldInputValueNormalizerTraitTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Field/TestBaseFieldDefinitionInterface.php
@@ -11883,6 +12413,8 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/ContextTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/ContextTypedDataTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionDeprecationTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php
@@ -11899,6 +12431,7 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDirectoryDiscoveryTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDiscoveryDecoratorTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDiscoveryTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/Fixtures/InheritedContextDefinition.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php
@@ -11948,6 +12481,7 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/Routing/TrustedRedirectResponseTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTraitTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Serialization/YamlTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Session/AccountProxyTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Session/AnonymousUserSessionTest.php
@@ -11973,6 +12507,7 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeIsolatedTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Test/TestSetupTraitTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Theme/RegistryTest.php
@@ -12004,6 +12539,7 @@ share/drupal/core/tests/Drupal/Tests/Php
 share/drupal/core/tests/Drupal/Tests/PhpunitCompatibilityTraitTest.php
 share/drupal/core/tests/Drupal/Tests/RandomGeneratorTrait.php
 share/drupal/core/tests/Drupal/Tests/SchemaCheckTestTrait.php
+share/drupal/core/tests/Drupal/Tests/Scripts/TestSiteApplicationTest.php
 share/drupal/core/tests/Drupal/Tests/SessionTestTrait.php
 share/drupal/core/tests/Drupal/Tests/TestFileCreationTrait.php
 share/drupal/core/tests/Drupal/Tests/TestRequirementsTrait.php
@@ -12011,6 +12547,7 @@ share/drupal/core/tests/Drupal/Tests/Tra
 share/drupal/core/tests/Drupal/Tests/Traits/Core/CronRunTrait.php
 share/drupal/core/tests/Drupal/Tests/Traits/Core/GeneratePermutationsTrait.php
 share/drupal/core/tests/Drupal/Tests/Traits/ExpectDeprecationTrait.php
+share/drupal/core/tests/Drupal/Tests/UiHelperTrait.php
 share/drupal/core/tests/Drupal/Tests/UnitTestCase.php
 share/drupal/core/tests/Drupal/Tests/UnitTestCaseDeprecationTest.php
 share/drupal/core/tests/Drupal/Tests/WebAssert.php
@@ -12026,6 +12563,10 @@ share/drupal/core/tests/fixtures/Browser
 share/drupal/core/tests/fixtures/BrowserMissingDependentModuleTest.php
 share/drupal/core/tests/fixtures/KernelMissingDependentModuleMethodTest.php
 share/drupal/core/tests/fixtures/KernelMissingDependentModuleTest.php
+share/drupal/core/tests/fixtures/config_install/multilingual.tar.gz
+share/drupal/core/tests/fixtures/config_install/testing_config_install.tar.gz
+share/drupal/core/tests/fixtures/config_install/testing_config_install_no_config.tar.gz
+share/drupal/core/tests/fixtures/empty_file.php.module
 share/drupal/core/themes/bartik/README.txt
 share/drupal/core/themes/bartik/bartik.breakpoints.yml
 share/drupal/core/themes/bartik/bartik.info.yml
@@ -12270,6 +12811,7 @@ share/drupal/core/themes/classy/template
 share/drupal/core/themes/classy/templates/views/views-view.html.twig
 share/drupal/core/themes/engines/twig/twig.engine
 share/drupal/core/themes/engines/twig/twig.info.yml
+share/drupal/core/themes/seven/README.txt
 share/drupal/core/themes/seven/config/schema/seven.schema.yml
 share/drupal/core/themes/seven/css/base/elements.css
 share/drupal/core/themes/seven/css/base/print.css
@@ -12280,6 +12822,7 @@ share/drupal/core/themes/seven/css/compo
 share/drupal/core/themes/seven/css/components/container-inline.css
 share/drupal/core/themes/seven/css/components/container-inline.module.css
 share/drupal/core/themes/seven/css/components/content-header.css
+share/drupal/core/themes/seven/css/components/details.css
 share/drupal/core/themes/seven/css/components/dialog.css
 share/drupal/core/themes/seven/css/components/dropbutton.component.css
 share/drupal/core/themes/seven/css/components/entity-meta.css
@@ -12340,6 +12883,7 @@ share/drupal/core/themes/seven/seven.the
 share/drupal/core/themes/seven/templates/admin-block-content.html.twig
 share/drupal/core/themes/seven/templates/block--local-actions-block.html.twig
 share/drupal/core/themes/seven/templates/block-content-add-list.html.twig
+share/drupal/core/themes/seven/templates/details.html.twig
 share/drupal/core/themes/seven/templates/entity-add-list.html.twig
 share/drupal/core/themes/seven/templates/image-widget.html.twig
 share/drupal/core/themes/seven/templates/install-page.html.twig
@@ -12394,6 +12938,7 @@ share/drupal/core/themes/stable/css/imag
 share/drupal/core/themes/stable/css/language/language.admin.css
 share/drupal/core/themes/stable/css/locale/locale.admin.css
 share/drupal/core/themes/stable/css/menu_ui/menu_ui.admin.css
+share/drupal/core/themes/stable/css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css
 share/drupal/core/themes/stable/css/node/node.admin.css
 share/drupal/core/themes/stable/css/node/node.module.css
 share/drupal/core/themes/stable/css/node/node.preview.css
@@ -12561,6 +13106,7 @@ share/drupal/core/themes/stable/template
 share/drupal/core/themes/stable/templates/admin/image-crop-summary.html.twig
 share/drupal/core/themes/stable/templates/admin/image-resize-summary.html.twig
 share/drupal/core/themes/stable/templates/admin/image-rotate-summary.html.twig
+share/drupal/core/themes/stable/templates/admin/image-scale-and-crop-summary.html.twig
 share/drupal/core/themes/stable/templates/admin/image-scale-summary.html.twig
 share/drupal/core/themes/stable/templates/admin/image-style-preview.html.twig
 share/drupal/core/themes/stable/templates/admin/indentation.html.twig
@@ -12617,6 +13163,7 @@ share/drupal/core/themes/stable/template
 share/drupal/core/themes/stable/templates/content/book-node-export-html.html.twig
 share/drupal/core/themes/stable/templates/content/comment.html.twig
 share/drupal/core/themes/stable/templates/content/mark.html.twig
+share/drupal/core/themes/stable/templates/content/media-oembed-iframe.html.twig
 share/drupal/core/themes/stable/templates/content/media-reference-help.html.twig
 share/drupal/core/themes/stable/templates/content/media.html.twig
 share/drupal/core/themes/stable/templates/content/node.html.twig

Index: pkgsrc/www/drupal8/distinfo
diff -u pkgsrc/www/drupal8/distinfo:1.9 pkgsrc/www/drupal8/distinfo:1.10
--- pkgsrc/www/drupal8/distinfo:1.9     Wed Aug 15 10:52:45 2018
+++ pkgsrc/www/drupal8/distinfo Tue Oct  2 02:56:59 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/08/15 10:52:45 wen Exp $
+$NetBSD: distinfo,v 1.10 2018/10/02 02:56:59 wen Exp $
 
-SHA1 (drupal-8.5.6.tar.gz) = 4365cf1a1ae6837cd087ee2fafef33df3c9a2901
-RMD160 (drupal-8.5.6.tar.gz) = 8a6322544048fc280cd7d307261d2f64b1eb54e1
-SHA512 (drupal-8.5.6.tar.gz) = 4217e33800dc65b1d015c2c20dcecc6148ab8039d4dd6b895d356d05a94e7a96ba9a5ebbee834d568eddff2593b52878ac2bcca7bdde298312b4dc9f58684f2c
-Size (drupal-8.5.6.tar.gz) = 15789509 bytes
+SHA1 (drupal-8.6.1.tar.gz) = db75a9a4813ed2d3601b5b65ae58fdaafbecf432
+RMD160 (drupal-8.6.1.tar.gz) = 49300ea6ffc69b826b6cfc005da8e16c277b3222
+SHA512 (drupal-8.6.1.tar.gz) = f42eab1f7110219d11f398c5099cd0abf50883819fbe6a879d08f1117e3cc413937772a269d28ffe09ba59b24f79516d03601ccfd2abfb37ed18064f34368b5a
+Size (drupal-8.6.1.tar.gz) = 16236559 bytes



Home | Main Index | Thread Index | Old Index