Updated Drupal to 8.6. This goes with the following updates because it's possible...
authorJeff Veit <jeff.veit@gmail.com>
Tue, 13 Nov 2018 18:24:26 +0000 (18:24 +0000)
committerJeff Veit <jeff.veit@gmail.com>
Tue, 13 Nov 2018 18:24:26 +0000 (18:24 +0000)
commit0bf8d09d2542548982e81a441b1f16e75873a04f
tree3fdce4c6630c87ab15a142c3b5628cf3a0899446
parent74df008bdbb3a11eeea356744f39b802369bda3c
Updated Drupal to 8.6. This goes with the following updates because it's possible that some of the vendor updates belong to modules or the theme update.
7446 files changed:
vendor/bin/create-scenario [new symlink]
vendor/bin/dependency-licenses [new symlink]
vendor/bin/install-scenario [new symlink]
vendor/bin/release [new symlink]
vendor/chi-teck/drupal-code-generator/composer.json
vendor/chi-teck/drupal-code-generator/resources/service-definitions.json [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/src/Command/BaseGenerator.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_7/Theme.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Controller.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Field.php [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Form/Base.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Form/Config.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Form/Confirm.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Form/Simple.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Module/ContentEntity.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Module/PluginManager.php [deleted file]
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Module/Standard.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Plugin/Block.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Plugin/Constraint.php [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Plugin/EntityReferenceSelection.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Plugin/Field/Formatter.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Plugin/Field/Type.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Plugin/Field/Widget.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Plugin/Filter.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Plugin/MenuLink.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Plugin/RestResource.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Plugin/Views/Style.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/PluginManager.php [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Service/AccessChecker.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Service/BreadcrumbBuilder.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Service/CacheContext.php [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Service/Custom.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Service/EventSubscriber.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Service/Middleware.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Service/ParamConverter.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Service/PathProcessor.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Service/RouteSubscriber.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Service/ThemeNegotiator.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Service/TwigExtension.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Service/UninstallValidator.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/ServiceProvider.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Test/Javascript.php [deleted file]
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Test/Nightwatch.php [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Test/Web.php
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Test/WebDriver.php [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/src/Command/Drupal_8/Theme.php
vendor/chi-teck/drupal-code-generator/src/Command/Other/HtmlPage.php
vendor/chi-teck/drupal-code-generator/src/GeneratorTester.php
vendor/chi-teck/drupal-code-generator/src/Helper/InputHandler.php
vendor/chi-teck/drupal-code-generator/src/Twig/TwigEnvironment.php
vendor/chi-teck/drupal-code-generator/src/Twig/TwigSortSetNode.php
vendor/chi-teck/drupal-code-generator/src/Utils.php
vendor/chi-teck/drupal-code-generator/templates/d7/ctools-plugin/access.twig
vendor/chi-teck/drupal-code-generator/templates/d7/ctools-plugin/content-type.twig
vendor/chi-teck/drupal-code-generator/templates/d7/ctools-plugin/relationship.twig
vendor/chi-teck/drupal-code-generator/templates/d7/javascript.twig
vendor/chi-teck/drupal-code-generator/templates/d7/theme-css.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/_field/default-formatter.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/_field/key-value-formatter.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/_field/libraries.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/_field/schema.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/_field/table-formatter.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/_field/type.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/_field/widget-css.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/_field/widget.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/composer.twig
vendor/chi-teck/drupal-code-generator/templates/d8/controller.twig
vendor/chi-teck/drupal-code-generator/templates/d8/form/confirm.twig
vendor/chi-teck/drupal-code-generator/templates/d8/form/simple.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/ENTITY_TYPE_delete.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/ENTITY_TYPE_insert.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/ENTITY_TYPE_predelete.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/ENTITY_TYPE_revision_create.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/hook/ENTITY_TYPE_update.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/aggregator_fetcher_info_alter.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/hook/aggregator_parser_info_alter.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/hook/aggregator_processor_info_alter.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/hook/block_build_alter.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/entity_delete.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/entity_insert.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/entity_predelete.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/entity_revision_create.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/hook/entity_update.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/field_purge_field.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/field_purge_field_storage.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/field_ui_preconfigured_options_alter.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/hook/field_widget_multivalue_WIDGET_TYPE_form_alter.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/hook/field_widget_multivalue_form_alter.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/hook/install.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/install_tasks.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/menu_local_tasks_alter.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/migrate_MIGRATION_ID_prepare_row.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/hook/node_access_records.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/oembed_resource_url_alter.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/hook/path_delete.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/path_insert.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/path_update.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/plugin_filter_TYPE__CONSUMER_alter.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/hook/plugin_filter_TYPE_alter.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/hook/requirements.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/system_themes_page_alter.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/toolbar.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/user_cancel.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/user_format_name_alter.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/user_login.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/user_logout.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/views_post_execute.twig
vendor/chi-teck/drupal-code-generator/templates/d8/hook/views_pre_execute.twig
vendor/chi-teck/drupal-code-generator/templates/d8/install.twig
vendor/chi-teck/drupal-code-generator/templates/d8/module/configuration-entity/src/Entity/Example.php.twig
vendor/chi-teck/drupal-code-generator/templates/d8/module/configuration-entity/src/Form/ExampleForm.php.twig
vendor/chi-teck/drupal-code-generator/templates/d8/module/content-entity/config/optional/views.view.example.yml.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/module/content-entity/config/schema/model.entity_type.schema.yml.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/module/content-entity/model.links.action.yml.twig
vendor/chi-teck/drupal-code-generator/templates/d8/module/content-entity/model.links.menu.yml.twig
vendor/chi-teck/drupal-code-generator/templates/d8/module/content-entity/model.links.task.yml.twig
vendor/chi-teck/drupal-code-generator/templates/d8/module/content-entity/model.permissions.yml.twig
vendor/chi-teck/drupal-code-generator/templates/d8/module/content-entity/model.routing.yml.twig
vendor/chi-teck/drupal-code-generator/templates/d8/module/content-entity/src/Entity/Example.php.twig
vendor/chi-teck/drupal-code-generator/templates/d8/module/content-entity/src/Entity/ExampleType.php.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/module/content-entity/src/ExampleTypeListBuilder.php.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/module/content-entity/src/Form/ExampleTypeForm.php.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/module/plugin-manager/model.drush.inc.twig [deleted file]
vendor/chi-teck/drupal-code-generator/templates/d8/module/plugin-manager/model.info.yml.twig [deleted file]
vendor/chi-teck/drupal-code-generator/templates/d8/module/plugin-manager/model.services.yml.twig [deleted file]
vendor/chi-teck/drupal-code-generator/templates/d8/module/plugin-manager/src/Annotation/Model.php.twig [deleted file]
vendor/chi-teck/drupal-code-generator/templates/d8/module/plugin-manager/src/ModelInterface.php.twig [deleted file]
vendor/chi-teck/drupal-code-generator/templates/d8/module/plugin-manager/src/ModelPluginBase.php.twig [deleted file]
vendor/chi-teck/drupal-code-generator/templates/d8/module/plugin-manager/src/ModelPluginManager.php.twig [deleted file]
vendor/chi-teck/drupal-code-generator/templates/d8/module/plugin-manager/src/Plugin/Model/Example.php.twig [deleted file]
vendor/chi-teck/drupal-code-generator/templates/d8/plugin-manager/annotation/model.services.yml.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/plugin-manager/annotation/src/Annotation/Example.php.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/plugin-manager/annotation/src/ExampleInterface.php.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/plugin-manager/annotation/src/ExamplePluginBase.php.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/plugin-manager/annotation/src/ExamplePluginManager.php.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/plugin-manager/annotation/src/Plugin/Example/Foo.php.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/plugin-manager/hook/model.module.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/plugin-manager/hook/model.services.yml.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/plugin-manager/hook/src/ExampleDefault.php.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/plugin-manager/hook/src/ExampleInterface.php.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/plugin-manager/hook/src/ExamplePluginManager.php.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/plugin-manager/yaml/model.examples.yml.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/plugin-manager/yaml/model.services.yml.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/plugin-manager/yaml/src/ExampleDefault.php.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/plugin-manager/yaml/src/ExampleInterface.php.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/plugin-manager/yaml/src/ExamplePluginManager.php.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/plugin/block-schema.twig
vendor/chi-teck/drupal-code-generator/templates/d8/plugin/block.twig
vendor/chi-teck/drupal-code-generator/templates/d8/plugin/constraint-validator.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/plugin/constraint.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/plugin/entity-reference-selection-schema.twig
vendor/chi-teck/drupal-code-generator/templates/d8/plugin/field/formatter-schema.twig
vendor/chi-teck/drupal-code-generator/templates/d8/plugin/field/formatter.twig
vendor/chi-teck/drupal-code-generator/templates/d8/plugin/field/type-schema.twig
vendor/chi-teck/drupal-code-generator/templates/d8/plugin/field/type.twig
vendor/chi-teck/drupal-code-generator/templates/d8/plugin/field/widget-schema.twig
vendor/chi-teck/drupal-code-generator/templates/d8/plugin/field/widget.twig
vendor/chi-teck/drupal-code-generator/templates/d8/plugin/rest-resource.twig
vendor/chi-teck/drupal-code-generator/templates/d8/plugin/views/style-schema.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/service/cache-context.services.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/service/cache-context.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/service/custom.services.twig
vendor/chi-teck/drupal-code-generator/templates/d8/service/custom.twig
vendor/chi-teck/drupal-code-generator/templates/d8/service/event-subscriber.services.twig
vendor/chi-teck/drupal-code-generator/templates/d8/service/event-subscriber.twig
vendor/chi-teck/drupal-code-generator/templates/d8/service/logger.twig
vendor/chi-teck/drupal-code-generator/templates/d8/service/twig-extension.services.twig
vendor/chi-teck/drupal-code-generator/templates/d8/service/twig-extension.twig
vendor/chi-teck/drupal-code-generator/templates/d8/template-template.twig
vendor/chi-teck/drupal-code-generator/templates/d8/test/browser.twig
vendor/chi-teck/drupal-code-generator/templates/d8/test/javascript.twig [deleted file]
vendor/chi-teck/drupal-code-generator/templates/d8/test/kernel.twig
vendor/chi-teck/drupal-code-generator/templates/d8/test/nightwatch.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/test/unit.twig
vendor/chi-teck/drupal-code-generator/templates/d8/test/webdriver.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/d8/theme-package.json.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/lib/di.twig [new file with mode: 0644]
vendor/chi-teck/drupal-code-generator/templates/other/dcg-command.twig
vendor/chi-teck/drupal-code-generator/templates/other/drush-command.twig
vendor/chi-teck/drupal-code-generator/templates/other/nginx-virtual-host.twig
vendor/composer/ClassLoader.php
vendor/composer/autoload_files.php
vendor/composer/autoload_namespaces.php
vendor/composer/autoload_psr4.php
vendor/composer/autoload_static.php
vendor/composer/installed.json
vendor/composer/installers/.editorconfig [deleted file]
vendor/composer/installers/.gitignore [deleted file]
vendor/composer/installers/.travis.yml [deleted file]
vendor/composer/installers/CHANGELOG.md [deleted file]
vendor/composer/installers/CONTRIBUTING.md [deleted file]
vendor/composer/installers/README.md [deleted file]
vendor/composer/installers/_config.yml [deleted file]
vendor/composer/installers/phpunit.xml.dist [deleted file]
vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php [new file with mode: 0644]
vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php
vendor/composer/installers/src/Composer/Installers/Installer.php
vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php
vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php
vendor/composer/installers/tests/Composer/Installers/Test/AsgardInstallerTest.php [deleted file]
vendor/composer/installers/tests/Composer/Installers/Test/BitrixInstallerTest.php [deleted file]
vendor/composer/installers/tests/Composer/Installers/Test/CakePHPInstallerTest.php [deleted file]
vendor/composer/installers/tests/Composer/Installers/Test/CraftInstallerTest.php [deleted file]
vendor/composer/installers/tests/Composer/Installers/Test/DokuWikiInstallerTest.php [deleted file]
vendor/composer/installers/tests/Composer/Installers/Test/GravInstallerTest.php [deleted file]
vendor/composer/installers/tests/Composer/Installers/Test/InstallerTest.php [deleted file]
vendor/composer/installers/tests/Composer/Installers/Test/MayaInstallerTest.php [deleted file]
vendor/composer/installers/tests/Composer/Installers/Test/MediaWikiInstallerTest.php [deleted file]
vendor/composer/installers/tests/Composer/Installers/Test/OctoberInstallerTest.php [deleted file]
vendor/composer/installers/tests/Composer/Installers/Test/OntoWikiInstallerTest.php [deleted file]
vendor/composer/installers/tests/Composer/Installers/Test/PimcoreInstallerTest.php [deleted file]
vendor/composer/installers/tests/Composer/Installers/Test/PiwikInstallerTest.php [deleted file]
vendor/composer/installers/tests/Composer/Installers/Test/SiteDirectInstallerTest.php [deleted file]
vendor/composer/installers/tests/Composer/Installers/Test/SyDESInstallerTest.php [deleted file]
vendor/composer/installers/tests/Composer/Installers/Test/TestCase.php [deleted file]
vendor/composer/installers/tests/Composer/Installers/Test/VgmcpInstallerTest.php [deleted file]
vendor/composer/installers/tests/Composer/Installers/Test/YawikInstallerTest.php [deleted file]
vendor/composer/installers/tests/bootstrap.php [deleted file]
vendor/consolidation/annotated-command/.github/pull_request_template.md [deleted file]
vendor/consolidation/annotated-command/.gitignore [deleted file]
vendor/consolidation/annotated-command/.travis.yml [deleted file]
vendor/consolidation/annotated-command/CHANGELOG.md
vendor/consolidation/annotated-command/LICENSE
vendor/consolidation/annotated-command/appveyor.yml [deleted file]
vendor/consolidation/annotated-command/composer.json
vendor/consolidation/annotated-command/composer.lock
vendor/consolidation/annotated-command/dependencies.yml [new file with mode: 0644]
vendor/consolidation/annotated-command/scenarios/symfony2/composer.json [deleted file]
vendor/consolidation/annotated-command/scenarios/symfony4/composer.json [deleted file]
vendor/consolidation/annotated-command/scenarios/symfony4/composer.lock [deleted file]
vendor/consolidation/annotated-command/src/AnnotatedCommandFactory.php
vendor/consolidation/annotated-command/src/CommandFileDiscovery.php
vendor/consolidation/annotated-command/tests/FullyQualifiedClassCacheTests.php [deleted file]
vendor/consolidation/annotated-command/tests/src/ApplicationWithTerminalWidth.php [deleted file]
vendor/consolidation/annotated-command/tests/src/ExampleAnnotatedCommand.php [deleted file]
vendor/consolidation/annotated-command/tests/src/ExampleCommandFile.php [deleted file]
vendor/consolidation/annotated-command/tests/src/ExampleCommandInfoAlterer.php [deleted file]
vendor/consolidation/annotated-command/tests/src/ExampleHookAllCommandFile.php [deleted file]
vendor/consolidation/annotated-command/tests/src/InMemoryCacheStore.php [deleted file]
vendor/consolidation/annotated-command/tests/src/TestTerminal.php [deleted file]
vendor/consolidation/annotated-command/tests/src/alpha/AlphaCommandFile.php [deleted file]
vendor/consolidation/annotated-command/tests/src/alpha/Exclude/ExcludedCommandFile.php [deleted file]
vendor/consolidation/annotated-command/tests/src/alpha/Inclusive/IncludedCommandFile.php [deleted file]
vendor/consolidation/annotated-command/tests/src/beta/BetaCommandFile.php [deleted file]
vendor/consolidation/annotated-command/tests/testAnnotatedCommand.php [deleted file]
vendor/consolidation/annotated-command/tests/testAnnotatedCommandFactory.php [deleted file]
vendor/consolidation/annotated-command/tests/testCommandFileDiscovery.php [deleted file]
vendor/consolidation/annotated-command/tests/testCommandInfo.php [deleted file]
vendor/consolidation/annotated-command/tests/testFullStack.php [deleted file]
vendor/consolidation/annotated-command/tests/testHelp.php [deleted file]
vendor/consolidation/config/.gitignore [deleted file]
vendor/consolidation/config/.travis.yml [deleted file]
vendor/consolidation/config/CHANGELOG.md
vendor/consolidation/config/README.md
vendor/consolidation/config/composer.json
vendor/consolidation/config/composer.lock
vendor/consolidation/config/scenarios/install [deleted file]
vendor/consolidation/config/scenarios/symfony2/.gitignore [deleted file]
vendor/consolidation/config/scenarios/symfony2/composer.json [deleted file]
vendor/consolidation/config/scenarios/symfony4/composer.json [deleted file]
vendor/consolidation/config/scenarios/symfony4/composer.lock [deleted file]
vendor/consolidation/config/src/Config.php
vendor/consolidation/config/src/Loader/ConfigProcessor.php
vendor/consolidation/config/src/Util/ArrayUtil.php
vendor/consolidation/config/src/Util/ConfigInterpolatorInterface.php [new file with mode: 0644]
vendor/consolidation/config/src/Util/ConfigInterpolatorTrait.php [new file with mode: 0644]
vendor/consolidation/config/src/Util/ConfigOverlay.php
vendor/consolidation/config/src/Util/Interpolator.php [new file with mode: 0644]
vendor/consolidation/config/tests/ConfigForCommandTest.php [deleted file]
vendor/consolidation/config/tests/ConfigForSettersTest.php [deleted file]
vendor/consolidation/config/tests/ConfigGroupTest.php [deleted file]
vendor/consolidation/config/tests/ConfigLoaderTest.php [deleted file]
vendor/consolidation/config/tests/ConfigOverlayTest.php [deleted file]
vendor/consolidation/config/tests/ConfigProcessorTest.php [deleted file]
vendor/consolidation/config/tests/ConfigTest.php [deleted file]
vendor/consolidation/config/tests/data/config-1.yml [deleted file]
vendor/consolidation/config/tests/data/config-2.yml [deleted file]
vendor/consolidation/config/tests/data/config-3.yml [deleted file]
vendor/consolidation/config/tests/scripts/install-scenario [deleted file]
vendor/consolidation/config/tests/scripts/prep-dependencies [deleted file]
vendor/consolidation/config/tests/scripts/scenarios [deleted file]
vendor/consolidation/config/tests/src/ApplyConfigTestTarget.php [deleted file]
vendor/consolidation/config/tests/src/MyFooCommand.php [deleted file]
vendor/consolidation/config/tests/src/TestLoader.php [deleted file]
vendor/consolidation/log/.gitignore
vendor/consolidation/log/.travis.yml
vendor/consolidation/log/composer.json
vendor/consolidation/log/composer.lock
vendor/consolidation/log/scenarios/install [moved from vendor/consolidation/annotated-command/scenarios/install with 100% similarity]
vendor/consolidation/log/scenarios/symfony2/.gitignore [moved from vendor/consolidation/annotated-command/scenarios/symfony2/.gitignore with 100% similarity]
vendor/consolidation/log/scenarios/symfony2/composer.json [new file with mode: 0644]
vendor/consolidation/log/scenarios/symfony2/src [moved from vendor/consolidation/annotated-command/scenarios/symfony2/src with 100% similarity]
vendor/consolidation/log/scenarios/symfony2/tests [moved from vendor/consolidation/annotated-command/scenarios/symfony2/tests with 100% similarity]
vendor/consolidation/log/scenarios/symfony4/.gitignore [moved from vendor/consolidation/annotated-command/scenarios/symfony4/.gitignore with 100% similarity]
vendor/consolidation/log/scenarios/symfony4/composer.json [new file with mode: 0644]
vendor/consolidation/log/scenarios/symfony4/composer.lock [new file with mode: 0644]
vendor/consolidation/log/scenarios/symfony4/src [moved from vendor/consolidation/annotated-command/scenarios/symfony4/src with 100% similarity]
vendor/consolidation/log/scenarios/symfony4/tests [moved from vendor/consolidation/annotated-command/scenarios/symfony4/tests with 100% similarity]
vendor/consolidation/log/src/Logger.php
vendor/consolidation/output-formatters/CHANGELOG.md
vendor/consolidation/output-formatters/LICENSE
vendor/consolidation/output-formatters/README.md
vendor/consolidation/output-formatters/composer.json
vendor/consolidation/output-formatters/composer.lock
vendor/consolidation/output-formatters/phpunit.xml.dist
vendor/consolidation/output-formatters/src/FormatterManager.php
vendor/consolidation/output-formatters/src/Formatters/NoOutputFormatter.php [new file with mode: 0644]
vendor/consolidation/output-formatters/src/Formatters/StringFormatter.php
vendor/consolidation/output-formatters/src/StructuredData/AbstractListData.php [new file with mode: 0644]
vendor/consolidation/output-formatters/src/StructuredData/AbstractStructuredList.php
vendor/consolidation/output-formatters/src/StructuredData/ConversionInterface.php [new file with mode: 0644]
vendor/consolidation/output-formatters/src/StructuredData/FieldProcessor.php [new file with mode: 0644]
vendor/consolidation/output-formatters/src/StructuredData/ListDataFromKeys.php
vendor/consolidation/output-formatters/src/StructuredData/PropertyList.php
vendor/consolidation/output-formatters/src/StructuredData/RowsOfFields.php
vendor/consolidation/output-formatters/src/StructuredData/UnstructuredData.php [new file with mode: 0644]
vendor/consolidation/output-formatters/src/StructuredData/UnstructuredInterface.php [new file with mode: 0644]
vendor/consolidation/output-formatters/src/StructuredData/UnstructuredListData.php [new file with mode: 0644]
vendor/consolidation/output-formatters/src/Transformations/ReorderFields.php
vendor/consolidation/output-formatters/src/Transformations/StringTransformationInterface.php [new file with mode: 0644]
vendor/consolidation/output-formatters/src/Transformations/TableTransformation.php
vendor/consolidation/output-formatters/src/Transformations/UnstructuredDataFieldAccessor.php [new file with mode: 0644]
vendor/consolidation/output-formatters/src/Transformations/UnstructuredDataListTransformation.php [new file with mode: 0644]
vendor/consolidation/output-formatters/src/Transformations/UnstructuredDataTransformation.php [new file with mode: 0644]
vendor/consolidation/robo/CHANGELOG.md
vendor/consolidation/robo/README.md
vendor/consolidation/robo/composer.json
vendor/consolidation/robo/composer.lock
vendor/consolidation/robo/dependencies.yml
vendor/consolidation/robo/phpunit.xml [new file with mode: 0644]
vendor/consolidation/robo/robo
vendor/consolidation/robo/robo.yml
vendor/consolidation/robo/src/Application.php
vendor/consolidation/robo/src/Config/Config.php
vendor/consolidation/robo/src/Robo.php
vendor/consolidation/robo/src/Runner.php
vendor/consolidation/robo/src/SelfUpdateCommand.php [deleted file]
vendor/consolidation/robo/src/Task/Base/Watch.php
vendor/consolidation/robo/src/Task/CommandStack.php
vendor/consolidation/robo/src/Task/Remote/Rsync.php
vendor/consolidation/self-update/.gitignore [moved from vendor/consolidation/config/scenarios/symfony4/.gitignore with 100% similarity]
vendor/consolidation/self-update/LICENSE [new file with mode: 0644]
vendor/consolidation/self-update/README.md [new file with mode: 0644]
vendor/consolidation/self-update/VERSION [new file with mode: 0644]
vendor/consolidation/self-update/composer.json [new file with mode: 0644]
vendor/consolidation/self-update/composer.lock [new file with mode: 0644]
vendor/consolidation/self-update/scripts/release [new file with mode: 0755]
vendor/consolidation/self-update/src/SelfUpdateCommand.php [new file with mode: 0644]
vendor/consolidation/site-alias/.editorconfig [new file with mode: 0644]
vendor/consolidation/site-alias/.github/issue_template.md [moved from vendor/consolidation/annotated-command/.github/issue_template.md with 100% similarity]
vendor/consolidation/site-alias/.github/pull_request_template.md [new file with mode: 0644]
vendor/consolidation/site-alias/.gitignore [new file with mode: 0644]
vendor/consolidation/site-alias/.scenarios.lock/install [new file with mode: 0755]
vendor/consolidation/site-alias/.scenarios.lock/phpunit5/.gitignore [new file with mode: 0644]
vendor/consolidation/site-alias/.scenarios.lock/phpunit5/composer.json [new file with mode: 0644]
vendor/consolidation/site-alias/.scenarios.lock/phpunit5/composer.lock [new file with mode: 0644]
vendor/consolidation/site-alias/.scenarios.lock/phpunit5/src [moved from vendor/consolidation/config/scenarios/symfony2/src with 100% similarity]
vendor/consolidation/site-alias/.scenarios.lock/phpunit5/tests [moved from vendor/consolidation/config/scenarios/symfony2/tests with 100% similarity]
vendor/consolidation/site-alias/.scrutinizer.yml [new file with mode: 0644]
vendor/consolidation/site-alias/.travis.yml [new file with mode: 0644]
vendor/consolidation/site-alias/CHANGELOG.md [new file with mode: 0644]
vendor/consolidation/site-alias/CONTRIBUTING.md [new file with mode: 0644]
vendor/consolidation/site-alias/LICENSE [new file with mode: 0644]
vendor/consolidation/site-alias/README.md [new file with mode: 0644]
vendor/consolidation/site-alias/VERSION [new file with mode: 0644]
vendor/consolidation/site-alias/alias-tool [new file with mode: 0755]
vendor/consolidation/site-alias/appveyor.yml [new file with mode: 0644]
vendor/consolidation/site-alias/box.json.dist [new file with mode: 0644]
vendor/consolidation/site-alias/composer.json [new file with mode: 0644]
vendor/consolidation/site-alias/composer.lock [new file with mode: 0644]
vendor/consolidation/site-alias/dependencies.yml [new file with mode: 0644]
vendor/consolidation/site-alias/phpunit.xml.dist [new file with mode: 0644]
vendor/consolidation/site-alias/src/AliasRecord.php [new file with mode: 0644]
vendor/consolidation/site-alias/src/AliasRecordInterface.php [new file with mode: 0644]
vendor/consolidation/site-alias/src/Cli/SiteAliasCommands.php [new file with mode: 0644]
vendor/consolidation/site-alias/src/DataFileLoaderInterface.php [new file with mode: 0644]
vendor/consolidation/site-alias/src/HostPath.php [new file with mode: 0644]
vendor/consolidation/site-alias/src/SiteAliasFileDiscovery.php [new file with mode: 0644]
vendor/consolidation/site-alias/src/SiteAliasFileLoader.php [new file with mode: 0644]
vendor/consolidation/site-alias/src/SiteAliasManager.php [new file with mode: 0644]
vendor/consolidation/site-alias/src/SiteAliasManagerAwareInterface.php [new file with mode: 0644]
vendor/consolidation/site-alias/src/SiteAliasManagerAwareTrait.php [new file with mode: 0644]
vendor/consolidation/site-alias/src/SiteAliasName.php [new file with mode: 0644]
vendor/consolidation/site-alias/src/SiteSpecParser.php [new file with mode: 0644]
vendor/consolidation/site-alias/src/Util/FsUtils.php [new file with mode: 0644]
vendor/consolidation/site-alias/src/Util/YamlDataFileLoader.php [new file with mode: 0644]
vendor/consolidation/site-alias/tests/SiteAliasCommandsTest.php [new file with mode: 0644]
vendor/consolidation/site-alias/tests/SiteAliasFileDiscoveryTest.php [new file with mode: 0644]
vendor/consolidation/site-alias/tests/SiteAliasFileLoaderTest.php [new file with mode: 0644]
vendor/consolidation/site-alias/tests/SiteAliasManagerTest.php [new file with mode: 0644]
vendor/consolidation/site-alias/tests/SiteAliasNameTest.php [new file with mode: 0644]
vendor/consolidation/site-alias/tests/SiteSpecParserTest.php [new file with mode: 0644]
vendor/consolidation/site-alias/tests/fixtures/sitealiases/dup/bob.site.yml [new file with mode: 0644]
vendor/consolidation/site-alias/tests/fixtures/sitealiases/dup/fred.site.yml [new file with mode: 0644]
vendor/consolidation/site-alias/tests/fixtures/sitealiases/dup/single.site.yml [new file with mode: 0644]
vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/aliases.drushrc.php [new file with mode: 0644]
vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/cc.aliases.drushrc.php [new file with mode: 0644]
vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/do-not-find-me.php [new file with mode: 0644]
vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/one.alias.drushrc.php [new file with mode: 0644]
vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/pantheon.aliases.drushrc.php [new file with mode: 0644]
vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/server.aliases.drushrc.php [new file with mode: 0644]
vendor/consolidation/site-alias/tests/fixtures/sitealiases/other/bob.site.yml [new file with mode: 0644]
vendor/consolidation/site-alias/tests/fixtures/sitealiases/other/fred.site.yml [new file with mode: 0644]
vendor/consolidation/site-alias/tests/fixtures/sitealiases/other/simple.site.yml [new file with mode: 0644]
vendor/consolidation/site-alias/tests/fixtures/sitealiases/other/single.site.yml [new file with mode: 0644]
vendor/consolidation/site-alias/tests/fixtures/sitealiases/sites/simple.site.yml [new file with mode: 0644]
vendor/consolidation/site-alias/tests/fixtures/sitealiases/sites/single.site.yml [new file with mode: 0644]
vendor/consolidation/site-alias/tests/fixtures/sitealiases/sites/wild.site.yml [new file with mode: 0644]
vendor/consolidation/site-alias/tests/fixtures/sites/d8/sites/mymultisite/settings.php [new file with mode: 0644]
vendor/consolidation/site-alias/tests/src/FixtureFactory.php [new file with mode: 0644]
vendor/consolidation/site-alias/tests/src/FunctionUtils.php [new file with mode: 0644]
vendor/cweagans/composer-patches/LICENSE.md [new file with mode: 0644]
vendor/cweagans/composer-patches/composer.json
vendor/cweagans/composer-patches/src/Patches.php
vendor/dflydev/dot-access-configuration/README.md
vendor/dflydev/dot-access-configuration/src/Dflydev/DotAccessConfiguration/YamlConfigurationBuilder.php
vendor/drupal-composer/drupal-scaffold/.scenarios.lock/install [new file with mode: 0755]
vendor/drupal-composer/drupal-scaffold/.scenarios.lock/phpunit4/.gitignore [new file with mode: 0644]
vendor/drupal-composer/drupal-scaffold/.scenarios.lock/phpunit4/composer.json [new file with mode: 0644]
vendor/drupal-composer/drupal-scaffold/.scenarios.lock/phpunit4/composer.lock [new file with mode: 0644]
vendor/drupal-composer/drupal-scaffold/.scenarios.lock/phpunit4/src [moved from vendor/consolidation/config/scenarios/symfony4/src with 100% similarity]
vendor/drupal-composer/drupal-scaffold/.scenarios.lock/phpunit4/tests [moved from vendor/consolidation/config/scenarios/symfony4/tests with 100% similarity]
vendor/drupal-composer/drupal-scaffold/.travis.yml
vendor/drupal-composer/drupal-scaffold/README.md
vendor/drupal-composer/drupal-scaffold/composer.json
vendor/drupal-composer/drupal-scaffold/composer.lock
vendor/drupal-composer/drupal-scaffold/src/CommandProvider.php [new file with mode: 0644]
vendor/drupal-composer/drupal-scaffold/src/DrupalScaffoldCommand.php [new file with mode: 0644]
vendor/drupal-composer/drupal-scaffold/src/FileFetcher.php
vendor/drupal-composer/drupal-scaffold/src/Handler.php
vendor/drupal-composer/drupal-scaffold/src/InitialFileFetcher.php [deleted file]
vendor/drupal-composer/drupal-scaffold/src/Plugin.php
vendor/drupal-composer/drupal-scaffold/src/PrestissimoFileFetcher.php
vendor/drupal-composer/drupal-scaffold/tests/FetcherTest.php
vendor/drupal-composer/drupal-scaffold/tests/PluginTest.php
vendor/drush/drush/.circleci/config.yml [deleted file]
vendor/drush/drush/.circleci/setup.sh [deleted file]
vendor/drush/drush/.env.example [new file with mode: 0644]
vendor/drush/drush/.github/ISSUE_TEMPLATE/bug-report-or-support-request.md [new file with mode: 0644]
vendor/drush/drush/.github/ISSUE_TEMPLATE/documentation-request.md [new file with mode: 0644]
vendor/drush/drush/.github/ISSUE_TEMPLATE/feature_request.md [new file with mode: 0644]
vendor/drush/drush/.gitignore
vendor/drush/drush/.travis.yml
vendor/drush/drush/CONTRIBUTING.md
vendor/drush/drush/README.md
vendor/drush/drush/build/scripts/publish-api-docs.sh [deleted file]
vendor/drush/drush/composer.json
vendor/drush/drush/docker-compose.yml [new file with mode: 0644]
vendor/drush/drush/docs/bootstrap.md
vendor/drush/drush/docs/commands.md
vendor/drush/drush/docs/cron.md
vendor/drush/drush/docs/dependency-injection.md
vendor/drush/drush/docs/index.md
vendor/drush/drush/docs/install.md
vendor/drush/drush/docs/site-alias-manager.md
vendor/drush/drush/docs/usage.md
vendor/drush/drush/docs/using-drush-configuration.md
vendor/drush/drush/drush.info
vendor/drush/drush/examples/Commands/SiteAliasAlterCommands.php
vendor/drush/drush/examples/example.drush.yml
vendor/drush/drush/examples/example.site.yml
vendor/drush/drush/includes/backend.inc
vendor/drush/drush/includes/batch.inc
vendor/drush/drush/includes/command.inc
vendor/drush/drush/includes/environment.inc
vendor/drush/drush/includes/exec.inc
vendor/drush/drush/includes/sitealias.inc
vendor/drush/drush/isolation/composer.json [deleted file]
vendor/drush/drush/isolation/phpunit.xml.dist [deleted file]
vendor/drush/drush/isolation/tests/LegacyAliasConverterTest.php
vendor/drush/drush/isolation/tests/SiteAliasFileDiscoveryTest.php
vendor/drush/drush/isolation/tests/SiteAliasFileLoaderTest.php
vendor/drush/drush/isolation/tests/SiteSpecParserTest.php
vendor/drush/drush/phpcs.xml [new file with mode: 0644]
vendor/drush/drush/phpunit.xml.dist [new file with mode: 0644]
vendor/drush/drush/shippable.yml
vendor/drush/drush/src/Application.php
vendor/drush/drush/src/Backend/BackendPathEvaluator.php
vendor/drush/drush/src/Boot/BaseBoot.php
vendor/drush/drush/src/Boot/BootstrapHook.php
vendor/drush/drush/src/Boot/BootstrapManager.php
vendor/drush/drush/src/Boot/DrupalBoot.php
vendor/drush/drush/src/Boot/DrupalBoot8.php
vendor/drush/drush/src/Cache/FileCache.php
vendor/drush/drush/src/Commands/LegacyCommands.php
vendor/drush/drush/src/Commands/config/ConfigPullCommands.php
vendor/drush/drush/src/Commands/core/BrowseCommands.php
vendor/drush/drush/src/Commands/core/CacheCommands.php
vendor/drush/drush/src/Commands/core/CoreCommands.php
vendor/drush/drush/src/Commands/core/DocsCommands.php
vendor/drush/drush/src/Commands/core/DrupalDirectoryCommands.php
vendor/drush/drush/src/Commands/core/EditCommands.php
vendor/drush/drush/src/Commands/core/LoginCommands.php
vendor/drush/drush/src/Commands/core/PhpCommands.php
vendor/drush/drush/src/Commands/core/RsyncCommands.php
vendor/drush/drush/src/Commands/core/SiteCommands.php
vendor/drush/drush/src/Commands/core/SiteInstallCommands.php
vendor/drush/drush/src/Commands/core/SshCommands.php
vendor/drush/drush/src/Commands/core/StatusCommands.php
vendor/drush/drush/src/Commands/core/UpdateDBCommands.php
vendor/drush/drush/src/Commands/core/XhprofCommands.php
vendor/drush/drush/src/Commands/generate/GenerateCommands.php
vendor/drush/drush/src/Commands/help/ListCommands.php
vendor/drush/drush/src/Commands/pm/SecurityUpdateCommands.php
vendor/drush/drush/src/Commands/sql/SqlCommands.php
vendor/drush/drush/src/Commands/sql/SqlSyncCommands.php
vendor/drush/drush/src/Config/ConfigLocator.php
vendor/drush/drush/src/Config/DrushConfig.php
vendor/drush/drush/src/Config/Environment.php
vendor/drush/drush/src/Drupal/Commands/config/ConfigCommands.php
vendor/drush/drush/src/Drupal/Commands/config/ConfigExportCommands.php
vendor/drush/drush/src/Drupal/Commands/core/CliCommands.php
vendor/drush/drush/src/Drupal/Commands/core/DrupalCommands.php
vendor/drush/drush/src/Drupal/Commands/core/EntityCommands.php
vendor/drush/drush/src/Drupal/Commands/core/LanguageCommands.php [new file with mode: 0644]
vendor/drush/drush/src/Drupal/Commands/core/LocaleCommands.php
vendor/drush/drush/src/Drupal/Commands/core/TwigCommands.php [new file with mode: 0644]
vendor/drush/drush/src/Drupal/Commands/core/WatchdogCommands.php
vendor/drush/drush/src/Drupal/Commands/core/drush.services.yml
vendor/drush/drush/src/Drupal/Commands/pm/PmCommands.php
vendor/drush/drush/src/Drupal/Commands/pm/ThemeCommands.php
vendor/drush/drush/src/Drush.php
vendor/drush/drush/src/Preflight/ArgsPreprocessor.php
vendor/drush/drush/src/Preflight/Preflight.php
vendor/drush/drush/src/Preflight/PreflightArgs.php
vendor/drush/drush/src/Preflight/PreflightSiteLocator.php
vendor/drush/drush/src/Preflight/RedispatchToSiteLocal.php
vendor/drush/drush/src/Psysh/DrushCommand.php
vendor/drush/drush/src/Runtime/DependencyInjection.php
vendor/drush/drush/src/Runtime/RedispatchHook.php
vendor/drush/drush/src/SiteAlias/AliasRecord.php [deleted file]
vendor/drush/drush/src/SiteAlias/HostPath.php
vendor/drush/drush/src/SiteAlias/LegacyAliasConverter.php
vendor/drush/drush/src/SiteAlias/SiteAliasFileDiscovery.php [deleted file]
vendor/drush/drush/src/SiteAlias/SiteAliasFileLoader.php
vendor/drush/drush/src/SiteAlias/SiteAliasManager.php [deleted file]
vendor/drush/drush/src/SiteAlias/SiteAliasManagerAwareInterface.php
vendor/drush/drush/src/SiteAlias/SiteAliasManagerAwareTrait.php
vendor/drush/drush/src/SiteAlias/SiteAliasName.php
vendor/drush/drush/src/SiteAlias/SiteSpecParser.php
vendor/drush/drush/src/SiteAlias/Util/InternalYamlDataFileLoader.php [new file with mode: 0644]
vendor/drush/drush/src/Sql/SqlBase.php
vendor/drush/drush/src/Sql/SqlMysql.php
vendor/drush/drush/src/Sql/SqlPgsql.php
vendor/drush/drush/src/Sql/SqlSqlite.php
vendor/drush/drush/sut [deleted file]
vendor/drush/drush/tests/AnnotatedCommandTest.php [deleted file]
vendor/drush/drush/tests/ArgsRemapperTest.php [deleted file]
vendor/drush/drush/tests/BackendTest.php [deleted file]
vendor/drush/drush/tests/BatchTest.php [deleted file]
vendor/drush/drush/tests/COVERAGE.txt [deleted file]
vendor/drush/drush/tests/CacheCommandTest.php [deleted file]
vendor/drush/drush/tests/CommandInfoAlterTest.php [deleted file]
vendor/drush/drush/tests/CommandUnishTestCase.php [deleted file]
vendor/drush/drush/tests/Commands/TestFixtureCommands.php [deleted file]
vendor/drush/drush/tests/ConfigPullTest.php [deleted file]
vendor/drush/drush/tests/ConfigTest.php [deleted file]
vendor/drush/drush/tests/ContainerTest.php [deleted file]
vendor/drush/drush/tests/CoreTest.php [deleted file]
vendor/drush/drush/tests/ExpandWildcardTablesUnitTest.php [deleted file]
vendor/drush/drush/tests/ImageTest.php [deleted file]
vendor/drush/drush/tests/InitCommandTest.php [deleted file]
vendor/drush/drush/tests/PmEnDisUnListInfoTest.php [deleted file]
vendor/drush/drush/tests/PmEnLocaleImportTest.php [deleted file]
vendor/drush/drush/tests/QueueTest.php [deleted file]
vendor/drush/drush/tests/README.md [deleted file]
vendor/drush/drush/tests/RoleTest.php [deleted file]
vendor/drush/drush/tests/RsyncTest.php [deleted file]
vendor/drush/drush/tests/SecurityUpdatesTest.php [deleted file]
vendor/drush/drush/tests/SiteAliasConvertTest.php [deleted file]
vendor/drush/drush/tests/SiteSetTest.php [deleted file]
vendor/drush/drush/tests/SiteSshTest.php [deleted file]
vendor/drush/drush/tests/SqlConnectCreateTest.php [deleted file]
vendor/drush/drush/tests/SqlDumpTest.php [deleted file]
vendor/drush/drush/tests/SqlSyncTest.php [deleted file]
vendor/drush/drush/tests/TestModuleHelperTrait.php [deleted file]
vendor/drush/drush/tests/UnishProcessFailedError.php [deleted file]
vendor/drush/drush/tests/UnishTestCase.php [deleted file]
vendor/drush/drush/tests/UpdateDBTest.php [deleted file]
vendor/drush/drush/tests/UserTest.php [deleted file]
vendor/drush/drush/tests/WatchdogTest.php [deleted file]
vendor/drush/drush/tests/XhUnitTest.php [deleted file]
vendor/drush/drush/tests/phpunit.xml.dist [deleted file]
vendor/drush/drush/tests/resources/alias-fixtures/drupalvm.aliases.drushrc.php [deleted file]
vendor/drush/drush/tests/resources/alias-fixtures/example.site.yml [deleted file]
vendor/drush/drush/tests/resources/codebase/composer-highest.json [deleted file]
vendor/drush/drush/tests/resources/codebase/composer.json [deleted file]
vendor/drush/drush/tests/resources/codebase/web/autoload.php [deleted file]
vendor/drush/drush/tests/resources/codebase/web/index.php [deleted file]
vendor/drush/drush/tests/resources/codebase/web/sites/all/drush/.gitkeep [deleted file]
vendor/drush/drush/tests/resources/codebase/web/sites/default/default.settings.php [deleted file]
vendor/drush/drush/tests/resources/codebase/web/sites/example.sites.php [deleted file]
vendor/drush/drush/tests/resources/create_unish_articles.php [deleted file]
vendor/drush/drush/tests/resources/devel.nl.po [deleted file]
vendor/drush/drush/tests/resources/devel.post_update.php [deleted file]
vendor/drush/drush/tests/resources/global-includes/Commands/FoobarCommands.php [deleted file]
vendor/drush/drush/tests/resources/global-includes/FoobazCommands.php [deleted file]
vendor/drush/drush/tests/resources/global-includes/Generators/FooGenerator.php [deleted file]
vendor/drush/drush/tests/resources/global-includes/Generators/foo.twig [deleted file]
vendor/drush/drush/tests/resources/modules/d8/woot/composer.json [deleted file]
vendor/drush/drush/tests/resources/modules/d8/woot/drush.services.yml [deleted file]
vendor/drush/drush/tests/resources/modules/d8/woot/src/Commands/AnnotatedGreetCommand.php [deleted file]
vendor/drush/drush/tests/resources/modules/d8/woot/src/Commands/GreetCommand.php [deleted file]
vendor/drush/drush/tests/resources/modules/d8/woot/src/Commands/WootCommands.php [deleted file]
vendor/drush/drush/tests/resources/modules/d8/woot/src/Controller/WootController.php [deleted file]
vendor/drush/drush/tests/resources/modules/d8/woot/src/DependingService.php [deleted file]
vendor/drush/drush/tests/resources/modules/d8/woot/src/EventSubscriber/ConfigSubscriber.php [deleted file]
vendor/drush/drush/tests/resources/modules/d8/woot/src/Generators/ExampleGenerator.php [deleted file]
vendor/drush/drush/tests/resources/modules/d8/woot/src/Generators/example-generator.twig [deleted file]
vendor/drush/drush/tests/resources/modules/d8/woot/src/Plugin/QueueWorker/WootRequeueException.php [deleted file]
vendor/drush/drush/tests/resources/modules/d8/woot/src/WootCommandInfoAlterer.php [deleted file]
vendor/drush/drush/tests/resources/modules/d8/woot/src/WootManager.php [deleted file]
vendor/drush/drush/tests/resources/modules/d8/woot/woot.info.yml [deleted file]
vendor/drush/drush/tests/resources/modules/d8/woot/woot.install [deleted file]
vendor/drush/drush/tests/resources/modules/d8/woot/woot.module [deleted file]
vendor/drush/drush/tests/resources/modules/d8/woot/woot.post_update.php [deleted file]
vendor/drush/drush/tests/resources/modules/d8/woot/woot.routing.yml [deleted file]
vendor/drush/drush/tests/resources/modules/d8/woot/woot.services.yml [deleted file]
vendor/drush/drush/tests/resources/queue_script.php [deleted file]
vendor/drush/drush/tests/resources/requeue_script.php [deleted file]
vendor/drush/drush/tests/resources/testDispatchUsingAlias_script.php [deleted file]
vendor/drush/drush/tests/resources/updatedb_script.php [deleted file]
vendor/drush/drush/tests/resources/user_fields-D8.php [deleted file]
vendor/drush/drush/tests/testChildren.sh [deleted file]
vendor/drush/drush/tests/unish.inc [deleted file]
vendor/drush/drush/unish.clean.php [deleted file]
vendor/drush/drush/unish.phpunit.php [deleted file]
vendor/drush/drush/unish.sut.php [deleted file]
vendor/egulias/email-validator/.travis.yml
vendor/egulias/email-validator/composer.json
vendor/egulias/email-validator/src/Egulias/EmailValidator/EmailValidator.php
vendor/egulias/email-validator/tests/egulias/Tests/EmailValidator/EmailValidatorTest.php
vendor/fabpot/goutte/Goutte/Client.php
vendor/fabpot/goutte/Goutte/Tests/ClientTest.php
vendor/g1a/composer-test-scenarios/.gitignore [new file with mode: 0644]
vendor/g1a/composer-test-scenarios/CHANGELOG.md [new file with mode: 0644]
vendor/g1a/composer-test-scenarios/README.md [new file with mode: 0644]
vendor/g1a/composer-test-scenarios/composer.json [new file with mode: 0644]
vendor/g1a/composer-test-scenarios/example-composer.json [new file with mode: 0644]
vendor/g1a/composer-test-scenarios/example-travis.yml [new file with mode: 0644]
vendor/g1a/composer-test-scenarios/scripts/create-scenario [new file with mode: 0755]
vendor/g1a/composer-test-scenarios/scripts/dependency-licenses [new file with mode: 0755]
vendor/g1a/composer-test-scenarios/scripts/install-scenario [new file with mode: 0755]
vendor/jakub-onderka/php-console-color/.gitignore [new file with mode: 0644]
vendor/jakub-onderka/php-console-color/.travis.yml [new file with mode: 0644]
vendor/jakub-onderka/php-console-color/LICENSE [new file with mode: 0644]
vendor/jakub-onderka/php-console-color/README.md [new file with mode: 0644]
vendor/jakub-onderka/php-console-color/build.xml [new file with mode: 0644]
vendor/jakub-onderka/php-console-color/composer.json
vendor/jakub-onderka/php-console-color/example.php [new file with mode: 0644]
vendor/jakub-onderka/php-console-color/phpunit.xml [new file with mode: 0644]
vendor/jakub-onderka/php-console-color/src/ConsoleColor.php [new file with mode: 0644]
vendor/jakub-onderka/php-console-color/src/InvalidStyleException.php [moved from vendor/jakub-onderka/php-console-color/src/JakubOnderka/PhpConsoleColor/InvalidStyleException.php with 100% similarity]
vendor/jakub-onderka/php-console-color/src/JakubOnderka/PhpConsoleColor/ConsoleColor.php [deleted file]
vendor/jakub-onderka/php-console-color/tests/ConsoleColorTest.php [new file with mode: 0644]
vendor/jakub-onderka/php-console-highlighter/.gitignore [new file with mode: 0644]
vendor/jakub-onderka/php-console-highlighter/.travis.yml [new file with mode: 0644]
vendor/jakub-onderka/php-console-highlighter/README.md [new file with mode: 0644]
vendor/jakub-onderka/php-console-highlighter/build.xml [new file with mode: 0644]
vendor/jakub-onderka/php-console-highlighter/composer.json
vendor/jakub-onderka/php-console-highlighter/examples/snippet.php [new file with mode: 0644]
vendor/jakub-onderka/php-console-highlighter/examples/whole_file.php [new file with mode: 0644]
vendor/jakub-onderka/php-console-highlighter/examples/whole_file_line_numbers.php [new file with mode: 0644]
vendor/jakub-onderka/php-console-highlighter/phpunit.xml [new file with mode: 0644]
vendor/jakub-onderka/php-console-highlighter/src/Highlighter.php [new file with mode: 0644]
vendor/jakub-onderka/php-console-highlighter/src/JakubOnderka/PhpConsoleHighlighter/Highlighter.php [deleted file]
vendor/jakub-onderka/php-console-highlighter/tests/HigligterTest.php [new file with mode: 0644]
vendor/lsolesen/pel/.gitignore [new file with mode: 0644]
vendor/lsolesen/pel/.scrutinizer.yml [new file with mode: 0644]
vendor/lsolesen/pel/.travis.yml [new file with mode: 0644]
vendor/lsolesen/pel/AUTHORS [new file with mode: 0644]
vendor/lsolesen/pel/CHANGELOG.md [new file with mode: 0644]
vendor/lsolesen/pel/COPYING [new file with mode: 0644]
vendor/lsolesen/pel/INSTALL.md [new file with mode: 0644]
vendor/lsolesen/pel/README.markdown [new file with mode: 0644]
vendor/lsolesen/pel/TODO [new file with mode: 0644]
vendor/lsolesen/pel/autoload.php [new file with mode: 0644]
vendor/lsolesen/pel/composer.json [new file with mode: 0644]
vendor/lsolesen/pel/composer.lock [new file with mode: 0644]
vendor/lsolesen/pel/examples/README.md [new file with mode: 0644]
vendor/lsolesen/pel/examples/dirsort.php [new file with mode: 0644]
vendor/lsolesen/pel/examples/dump-image.php [new file with mode: 0644]
vendor/lsolesen/pel/examples/edit-description.php [new file with mode: 0644]
vendor/lsolesen/pel/examples/gps.php [new file with mode: 0644]
vendor/lsolesen/pel/examples/rename.php [new file with mode: 0644]
vendor/lsolesen/pel/examples/resize.php [new file with mode: 0644]
vendor/lsolesen/pel/make-release.sh [new file with mode: 0755]
vendor/lsolesen/pel/makepackagexml.php [new file with mode: 0644]
vendor/lsolesen/pel/phpunit.xml [new file with mode: 0644]
vendor/lsolesen/pel/po/da.po [new file with mode: 0644]
vendor/lsolesen/pel/po/de.po [new file with mode: 0644]
vendor/lsolesen/pel/po/es.po [new file with mode: 0644]
vendor/lsolesen/pel/po/fr.po [new file with mode: 0644]
vendor/lsolesen/pel/po/ja.po [new file with mode: 0644]
vendor/lsolesen/pel/po/nl.po [new file with mode: 0644]
vendor/lsolesen/pel/po/pel.pot [new file with mode: 0644]
vendor/lsolesen/pel/po/pl.po [new file with mode: 0644]
vendor/lsolesen/pel/run-phpdoc.sh [new file with mode: 0644]
vendor/lsolesen/pel/scripts/make-image-test.php [new file with mode: 0644]
vendor/lsolesen/pel/src/Pel.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelConvert.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelDataWindow.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelDataWindowOffsetException.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelDataWindowWindowException.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelEntry.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelEntryAscii.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelEntryByte.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelEntryCopyright.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelEntryException.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelEntryLong.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelEntryNumber.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelEntryRational.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelEntrySByte.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelEntrySLong.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelEntrySRational.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelEntrySShort.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelEntryShort.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelEntryTime.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelEntryUndefined.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelEntryUserComment.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelEntryVersion.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelEntryWindowsString.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelException.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelExif.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelFormat.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelIfd.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelIfdException.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelInvalidArgumentException.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelInvalidDataException.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelJpeg.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelJpegComment.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelJpegContent.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelJpegInvalidMarkerException.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelJpegMarker.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelOverflowException.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelTag.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelTiff.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelUnexpectedFormatException.php [new file with mode: 0644]
vendor/lsolesen/pel/src/PelWrongComponentCountException.php [new file with mode: 0644]
vendor/lsolesen/pel/test/.gitignore [new file with mode: 0644]
vendor/lsolesen/pel/test/AsciiTest.php [new file with mode: 0644]
vendor/lsolesen/pel/test/Bug1730993Test.php [new file with mode: 0644]
vendor/lsolesen/pel/test/Bug2979466Test.php [new file with mode: 0644]
vendor/lsolesen/pel/test/Bug3017880Test.php [new file with mode: 0644]
vendor/lsolesen/pel/test/ConvertTest.php [new file with mode: 0644]
vendor/lsolesen/pel/test/DataWindowTest.php [new file with mode: 0644]
vendor/lsolesen/pel/test/GH16Test.php [new file with mode: 0644]
vendor/lsolesen/pel/test/GH21Test.php [new file with mode: 0644]
vendor/lsolesen/pel/test/GH77Test.php [new file with mode: 0644]
vendor/lsolesen/pel/test/IfdTest.php [new file with mode: 0644]
vendor/lsolesen/pel/test/NumberTest.php [new file with mode: 0644]
vendor/lsolesen/pel/test/PelEntryUndefinedTest.php [new file with mode: 0644]
vendor/lsolesen/pel/test/PelEntryUserCommentTest.php [new file with mode: 0644]
vendor/lsolesen/pel/test/PelEntryVersionTest.php [new file with mode: 0644]
vendor/lsolesen/pel/test/PelFormatTest.php [new file with mode: 0644]
vendor/lsolesen/pel/test/PelJpegMarkerTest.php [new file with mode: 0644]
vendor/lsolesen/pel/test/README.md [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/COPYING [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/CanonIxusIITest.php [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/CanonPowershotS60Test.php [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/LeicaDLuxTest.php [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/NikonCoolscanIVTest.php [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/NikonE5000Test.php [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/NikonE950Test.php [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/NoExifTest.php [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/OlympusC5050zTest.php [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/OlympusC50zTest.php [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/OlympusC765uzTest.php [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/PentaxIstDSTest.php [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/README [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/ReadWriteTest.php [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/SonyDscV1Test.php [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/canon-ixus-ii-thumb.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/canon-ixus-ii.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/canon-powershot-s60-thumb.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/canon-powershot-s60.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/leica-d-lux-thumb.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/leica-d-lux.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/nikon-coolscan-iv.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/nikon-e5000-thumb.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/nikon-e5000.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/nikon-e950-thumb.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/nikon-e950.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/no-exif.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/olympus-c5050z-thumb.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/olympus-c5050z.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/olympus-c50z-thumb.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/olympus-c50z.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/olympus-c765uz-thumb.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/olympus-c765uz.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/pentax-istDS-thumb.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/pentax-istDS.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/sony-dsc-v1-thumb.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/image-tests/sony-dsc-v1.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/images/bug1730993_large.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/images/bug1730993_tmp.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/images/bug2979466.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/images/bug3017880.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/images/gh-16.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/images/gh-21.jpg [new file with mode: 0644]
vendor/lsolesen/pel/test/images/gh-77.jpg [new file with mode: 0644]
vendor/lsolesen/pel/tutorials/PEL/PEL.pkg [new file with mode: 0644]
vendor/lsolesen/pel/tutorials/PEL/PEL.pkg.ini [new file with mode: 0644]
vendor/lsolesen/pel/tutorials/PEL/faq.pkg [new file with mode: 0644]
vendor/lsolesen/pel/tutorials/PEL/schemas.xml [new file with mode: 0644]
vendor/lsolesen/pel/tutorials/PEL/using.pkg [new file with mode: 0644]
vendor/lsolesen/pel/update-locales.sh [new file with mode: 0755]
vendor/lsolesen/pel/update-pot.sh [new file with mode: 0755]
vendor/masterminds/html5/.travis.yml
vendor/masterminds/html5/README.md
vendor/masterminds/html5/RELEASE.md
vendor/masterminds/html5/src/HTML5/Elements.php
vendor/masterminds/html5/src/HTML5/Parser/DOMTreeBuilder.php
vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php
vendor/masterminds/html5/test/HTML5/ElementsTest.php
vendor/masterminds/html5/test/HTML5/Parser/DOMTreeBuilderTest.php
vendor/masterminds/html5/test/HTML5/Parser/TokenizerTest.php
vendor/nikic/php-parser/.travis.yml
vendor/nikic/php-parser/CHANGELOG.md
vendor/nikic/php-parser/README.md
vendor/nikic/php-parser/UPGRADE-4.0.md
vendor/nikic/php-parser/composer.json
vendor/nikic/php-parser/doc/2_Usage_of_basic_components.markdown
vendor/nikic/php-parser/doc/component/AST_builders.markdown
vendor/nikic/php-parser/grammar/php5.y
vendor/nikic/php-parser/grammar/php7.y
vendor/nikic/php-parser/grammar/rebuildParsers.php
vendor/nikic/php-parser/lib/PhpParser/Builder/Param.php
vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUse.php [new file with mode: 0644]
vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUseAdaptation.php [new file with mode: 0644]
vendor/nikic/php-parser/lib/PhpParser/BuilderFactory.php
vendor/nikic/php-parser/lib/PhpParser/BuilderHelpers.php
vendor/nikic/php-parser/lib/PhpParser/Error.php
vendor/nikic/php-parser/lib/PhpParser/Lexer/Emulative.php
vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php
vendor/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php
vendor/nikic/php-parser/lib/PhpParser/Node/Param.php
vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/String_.php
vendor/nikic/php-parser/lib/PhpParser/NodeTraverser.php
vendor/nikic/php-parser/lib/PhpParser/Parser/Php5.php
vendor/nikic/php-parser/lib/PhpParser/Parser/Php7.php
vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php
vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php
vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php
vendor/nikic/php-parser/phpunit.xml.dist
vendor/nikic/php-parser/test/PhpParser/Builder/ClassTest.php
vendor/nikic/php-parser/test/PhpParser/Builder/FunctionTest.php
vendor/nikic/php-parser/test/PhpParser/Builder/InterfaceTest.php
vendor/nikic/php-parser/test/PhpParser/Builder/MethodTest.php
vendor/nikic/php-parser/test/PhpParser/Builder/ParamTest.php
vendor/nikic/php-parser/test/PhpParser/Builder/TraitTest.php
vendor/nikic/php-parser/test/PhpParser/Builder/TraitUseAdaptationTest.php [new file with mode: 0644]
vendor/nikic/php-parser/test/PhpParser/Builder/TraitUseTest.php [new file with mode: 0644]
vendor/nikic/php-parser/test/PhpParser/Builder/UseTest.php
vendor/nikic/php-parser/test/PhpParser/BuilderFactoryTest.php
vendor/nikic/php-parser/test/PhpParser/CodeParsingTest.php
vendor/nikic/php-parser/test/PhpParser/ConstExprEvaluatorTest.php
vendor/nikic/php-parser/test/PhpParser/ErrorHandler/ThrowingTest.php
vendor/nikic/php-parser/test/PhpParser/ErrorTest.php
vendor/nikic/php-parser/test/PhpParser/Lexer/EmulativeTest.php
vendor/nikic/php-parser/test/PhpParser/LexerTest.php
vendor/nikic/php-parser/test/PhpParser/Node/NameTest.php
vendor/nikic/php-parser/test/PhpParser/NodeDumperTest.php
vendor/nikic/php-parser/test/PhpParser/NodeTraverserTest.php
vendor/nikic/php-parser/test/PhpParser/NodeVisitor/FirstFindingVisitorTest.php
vendor/nikic/php-parser/test/PhpParser/ParserTest.php
vendor/nikic/php-parser/test/PhpParser/PrettyPrinterTest.php
vendor/nikic/php-parser/test/code/formatPreservation/nopCommentAtEnd.test [new file with mode: 0644]
vendor/nikic/php-parser/test/code/parser/commentAtEndOfClass.test [new file with mode: 0644]
vendor/nikic/php-parser/test/code/parser/errorHandling/recovery.test
vendor/nikic/php-parser/test/code/parser/scalar/flexibleDocString.test [new file with mode: 0644]
vendor/nikic/php-parser/test/code/parser/scalar/flexibleDocStringErrors.test [new file with mode: 0644]
vendor/nikic/php-parser/test/code/parser/semiReserved.test
vendor/nikic/php-parser/test/updateTests.php
vendor/nikic/php-parser/test_old/run-php-src.sh
vendor/nikic/php-parser/test_old/run.php
vendor/paragonie/random_compat/composer.json
vendor/paragonie/random_compat/lib/byte_safe_strings.php
vendor/paragonie/random_compat/lib/cast_to_int.php
vendor/paragonie/random_compat/lib/error_polyfill.php
vendor/paragonie/random_compat/lib/random.php
vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php
vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php
vendor/paragonie/random_compat/lib/random_bytes_libsodium.php
vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php
vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php
vendor/paragonie/random_compat/lib/random_int.php
vendor/paragonie/random_compat/psalm.xml
vendor/phenx/php-font-lib/.gitattributes [new file with mode: 0644]
vendor/phenx/php-font-lib/.gitignore [new file with mode: 0644]
vendor/phenx/php-font-lib/.htaccess [new file with mode: 0644]
vendor/phenx/php-font-lib/.travis.yml [new file with mode: 0644]
vendor/phenx/php-font-lib/LICENSE [new file with mode: 0644]
vendor/phenx/php-font-lib/README.md [new file with mode: 0644]
vendor/phenx/php-font-lib/bower.json [new file with mode: 0644]
vendor/phenx/php-font-lib/composer.json [new file with mode: 0644]
vendor/phenx/php-font-lib/index.php [new file with mode: 0644]
vendor/phenx/php-font-lib/maps/adobe-standard-encoding.map [new file with mode: 0644]
vendor/phenx/php-font-lib/maps/cp1250.map [new file with mode: 0644]
vendor/phenx/php-font-lib/maps/cp1251.map [new file with mode: 0644]
vendor/phenx/php-font-lib/maps/cp1252.map [new file with mode: 0644]
vendor/phenx/php-font-lib/maps/cp1253.map [new file with mode: 0644]
vendor/phenx/php-font-lib/maps/cp1254.map [new file with mode: 0644]
vendor/phenx/php-font-lib/maps/cp1255.map [new file with mode: 0644]
vendor/phenx/php-font-lib/maps/cp1257.map [new file with mode: 0644]
vendor/phenx/php-font-lib/maps/cp1258.map [new file with mode: 0644]
vendor/phenx/php-font-lib/maps/cp874.map [new file with mode: 0644]
vendor/phenx/php-font-lib/maps/iso-8859-1.map [new file with mode: 0644]
vendor/phenx/php-font-lib/maps/iso-8859-11.map [new file with mode: 0644]
vendor/phenx/php-font-lib/maps/iso-8859-15.map [new file with mode: 0644]
vendor/phenx/php-font-lib/maps/iso-8859-16.map [new file with mode: 0644]
vendor/phenx/php-font-lib/maps/iso-8859-2.map [new file with mode: 0644]
vendor/phenx/php-font-lib/maps/iso-8859-4.map [new file with mode: 0644]
vendor/phenx/php-font-lib/maps/iso-8859-5.map [new file with mode: 0644]
vendor/phenx/php-font-lib/maps/iso-8859-7.map [new file with mode: 0644]
vendor/phenx/php-font-lib/maps/iso-8859-9.map [new file with mode: 0644]
vendor/phenx/php-font-lib/maps/koi8-r.map [new file with mode: 0644]
vendor/phenx/php-font-lib/maps/koi8-u.map [new file with mode: 0644]
vendor/phenx/php-font-lib/phpunit.xml.dist [new file with mode: 0644]
vendor/phenx/php-font-lib/sample-fonts/IntelClear-Light.ttf [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/AdobeFontMetrics.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/Autoloader.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/BinaryStream.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/EOT/File.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/EOT/Header.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/EncodingMap.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/Exception/FontNotFoundException.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/Font.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/Glyph/Outline.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/Glyph/OutlineComponent.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/Glyph/OutlineComposite.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/Glyph/OutlineSimple.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/Header.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/OpenType/File.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/OpenType/TableDirectoryEntry.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/Table/DirectoryEntry.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/Table/Table.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/Table/Type/cmap.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/Table/Type/glyf.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/Table/Type/head.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/Table/Type/hhea.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/Table/Type/hmtx.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/Table/Type/kern.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/Table/Type/loca.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/Table/Type/maxp.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/Table/Type/name.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/Table/Type/nameRecord.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/Table/Type/os2.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/Table/Type/post.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/TrueType/Collection.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/TrueType/File.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/TrueType/Header.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/TrueType/TableDirectoryEntry.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/WOFF/File.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/WOFF/Header.php [new file with mode: 0644]
vendor/phenx/php-font-lib/src/FontLib/WOFF/TableDirectoryEntry.php [new file with mode: 0644]
vendor/phenx/php-font-lib/tests/FontLib/FontTest.php [new file with mode: 0644]
vendor/phpspec/prophecy/CHANGES.md
vendor/phpspec/prophecy/composer.json
vendor/phpspec/prophecy/src/Prophecy/Argument/Token/StringContainsToken.php
vendor/phpspec/prophecy/src/Prophecy/Call/Call.php
vendor/phpspec/prophecy/src/Prophecy/Call/CallCenter.php
vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/MagicCallPatch.php
vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ProphecySubjectPatch.php
vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ThrowablePatch.php [new file with mode: 0644]
vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ClassMirror.php
vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/ClassNode.php
vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/AggregateException.php
vendor/phpspec/prophecy/src/Prophecy/Prophecy/MethodProphecy.php
vendor/phpspec/prophecy/src/Prophecy/Prophet.php
vendor/phpspec/prophecy/src/Prophecy/Util/StringUtil.php
vendor/psy/psysh/.github/CONTRIBUTING.md
vendor/psy/psysh/.travis.yml
vendor/psy/psysh/Makefile
vendor/psy/psysh/README.md
vendor/psy/psysh/box.json.dist
vendor/psy/psysh/composer.json
vendor/psy/psysh/src/CodeCleaner.php
vendor/psy/psysh/src/CodeCleaner/AbstractClassPass.php
vendor/psy/psysh/src/CodeCleaner/CallTimePassByReferencePass.php
vendor/psy/psysh/src/CodeCleaner/CalledClassPass.php
vendor/psy/psysh/src/CodeCleaner/FinalClassPass.php
vendor/psy/psysh/src/CodeCleaner/FunctionReturnInWriteContextPass.php
vendor/psy/psysh/src/CodeCleaner/ImplicitReturnPass.php
vendor/psy/psysh/src/CodeCleaner/LegacyEmptyPass.php
vendor/psy/psysh/src/CodeCleaner/ListPass.php
vendor/psy/psysh/src/CodeCleaner/LoopContextPass.php
vendor/psy/psysh/src/CodeCleaner/NamespaceAwarePass.php
vendor/psy/psysh/src/CodeCleaner/NamespacePass.php
vendor/psy/psysh/src/CodeCleaner/NoReturnValue.php
vendor/psy/psysh/src/CodeCleaner/PassableByReferencePass.php
vendor/psy/psysh/src/CodeCleaner/RequirePass.php
vendor/psy/psysh/src/CodeCleaner/StrictTypesPass.php
vendor/psy/psysh/src/CodeCleaner/UseStatementPass.php
vendor/psy/psysh/src/CodeCleaner/ValidClassNamePass.php
vendor/psy/psysh/src/CodeCleaner/ValidConstantPass.php
vendor/psy/psysh/src/CodeCleaner/ValidConstructorPass.php
vendor/psy/psysh/src/CodeCleaner/ValidFunctionNamePass.php
vendor/psy/psysh/src/Command/BufferCommand.php
vendor/psy/psysh/src/Command/ClearCommand.php
vendor/psy/psysh/src/Command/Command.php
vendor/psy/psysh/src/Command/DocCommand.php
vendor/psy/psysh/src/Command/DumpCommand.php
vendor/psy/psysh/src/Command/EditCommand.php
vendor/psy/psysh/src/Command/HelpCommand.php
vendor/psy/psysh/src/Command/HistoryCommand.php
vendor/psy/psysh/src/Command/ListCommand.php
vendor/psy/psysh/src/Command/ListCommand/ClassConstantEnumerator.php
vendor/psy/psysh/src/Command/ListCommand/ClassEnumerator.php
vendor/psy/psysh/src/Command/ListCommand/ConstantEnumerator.php
vendor/psy/psysh/src/Command/ListCommand/FunctionEnumerator.php
vendor/psy/psysh/src/Command/ListCommand/GlobalVariableEnumerator.php
vendor/psy/psysh/src/Command/ListCommand/InterfaceEnumerator.php
vendor/psy/psysh/src/Command/ListCommand/MethodEnumerator.php
vendor/psy/psysh/src/Command/ListCommand/PropertyEnumerator.php
vendor/psy/psysh/src/Command/ListCommand/TraitEnumerator.php
vendor/psy/psysh/src/Command/ListCommand/VariableEnumerator.php
vendor/psy/psysh/src/Command/ParseCommand.php
vendor/psy/psysh/src/Command/ReflectingCommand.php
vendor/psy/psysh/src/Command/ShowCommand.php
vendor/psy/psysh/src/Command/SudoCommand.php
vendor/psy/psysh/src/Command/ThrowUpCommand.php
vendor/psy/psysh/src/Command/TimeitCommand.php
vendor/psy/psysh/src/Command/TimeitCommand/TimeitVisitor.php [new file with mode: 0644]
vendor/psy/psysh/src/Command/TraceCommand.php
vendor/psy/psysh/src/Command/WhereamiCommand.php
vendor/psy/psysh/src/Command/WtfCommand.php
vendor/psy/psysh/src/ConfigPaths.php
vendor/psy/psysh/src/Configuration.php
vendor/psy/psysh/src/Context.php
vendor/psy/psysh/src/Exception/BreakException.php
vendor/psy/psysh/src/Exception/ErrorException.php
vendor/psy/psysh/src/Exception/FatalErrorException.php
vendor/psy/psysh/src/Exception/ParseErrorException.php
vendor/psy/psysh/src/Exception/ThrowUpException.php
vendor/psy/psysh/src/Exception/TypeErrorException.php
vendor/psy/psysh/src/ExecutionClosure.php
vendor/psy/psysh/src/ExecutionLoop.php
vendor/psy/psysh/src/ExecutionLoop/ProcessForker.php
vendor/psy/psysh/src/ExecutionLoop/RunkitReloader.php
vendor/psy/psysh/src/ExecutionLoopClosure.php
vendor/psy/psysh/src/Formatter/CodeFormatter.php
vendor/psy/psysh/src/Formatter/DocblockFormatter.php
vendor/psy/psysh/src/Formatter/SignatureFormatter.php
vendor/psy/psysh/src/Input/FilterOptions.php
vendor/psy/psysh/src/Input/ShellInput.php
vendor/psy/psysh/src/Output/ProcOutputPager.php
vendor/psy/psysh/src/Output/ShellOutput.php
vendor/psy/psysh/src/ParserFactory.php
vendor/psy/psysh/src/Readline/GNUReadline.php
vendor/psy/psysh/src/Readline/HoaConsole.php
vendor/psy/psysh/src/Readline/Libedit.php
vendor/psy/psysh/src/Readline/Transient.php
vendor/psy/psysh/src/Reflection/ReflectionClassConstant.php [new file with mode: 0644]
vendor/psy/psysh/src/Reflection/ReflectionConstant.php
vendor/psy/psysh/src/Reflection/ReflectionConstant_.php [new file with mode: 0644]
vendor/psy/psysh/src/Reflection/ReflectionLanguageConstruct.php
vendor/psy/psysh/src/Reflection/ReflectionLanguageConstructParameter.php
vendor/psy/psysh/src/Shell.php
vendor/psy/psysh/src/Sudo.php
vendor/psy/psysh/src/Sudo/SudoVisitor.php
vendor/psy/psysh/src/TabCompletion/AutoCompleter.php
vendor/psy/psysh/src/TabCompletion/Matcher/AbstractDefaultParametersMatcher.php
vendor/psy/psysh/src/TabCompletion/Matcher/AbstractMatcher.php
vendor/psy/psysh/src/TabCompletion/Matcher/ClassAttributesMatcher.php
vendor/psy/psysh/src/TabCompletion/Matcher/ClassMethodDefaultParametersMatcher.php
vendor/psy/psysh/src/TabCompletion/Matcher/ClassMethodsMatcher.php
vendor/psy/psysh/src/TabCompletion/Matcher/ClassNamesMatcher.php
vendor/psy/psysh/src/TabCompletion/Matcher/CommandsMatcher.php
vendor/psy/psysh/src/TabCompletion/Matcher/ConstantsMatcher.php
vendor/psy/psysh/src/TabCompletion/Matcher/FunctionDefaultParametersMatcher.php
vendor/psy/psysh/src/TabCompletion/Matcher/FunctionsMatcher.php
vendor/psy/psysh/src/TabCompletion/Matcher/KeywordsMatcher.php
vendor/psy/psysh/src/TabCompletion/Matcher/MongoClientMatcher.php
vendor/psy/psysh/src/TabCompletion/Matcher/MongoDatabaseMatcher.php
vendor/psy/psysh/src/TabCompletion/Matcher/ObjectAttributesMatcher.php
vendor/psy/psysh/src/TabCompletion/Matcher/ObjectMethodDefaultParametersMatcher.php
vendor/psy/psysh/src/TabCompletion/Matcher/ObjectMethodsMatcher.php
vendor/psy/psysh/src/TabCompletion/Matcher/VariablesMatcher.php
vendor/psy/psysh/src/Util/Docblock.php
vendor/psy/psysh/src/Util/Json.php
vendor/psy/psysh/src/Util/Mirror.php
vendor/psy/psysh/src/Util/Str.php
vendor/psy/psysh/src/VarDumper/Dumper.php
vendor/psy/psysh/src/VarDumper/Presenter.php
vendor/psy/psysh/src/VersionUpdater/GitHubChecker.php
vendor/psy/psysh/src/VersionUpdater/IntervalChecker.php
vendor/psy/psysh/src/functions.php
vendor/psy/psysh/test/ClassWithSecrets.php
vendor/psy/psysh/test/CodeCleaner/CodeCleanerTestCase.php
vendor/psy/psysh/test/CodeCleaner/FinalClassPassTest.php
vendor/psy/psysh/test/CodeCleaner/Fixtures/TraitWithStatic.php [new file with mode: 0644]
vendor/psy/psysh/test/CodeCleaner/FunctionReturnInWriteContextPassTest.php
vendor/psy/psysh/test/CodeCleaner/LegacyEmptyPassTest.php
vendor/psy/psysh/test/CodeCleaner/ListPassTest.php
vendor/psy/psysh/test/CodeCleaner/LoopContextPassTest.php
vendor/psy/psysh/test/CodeCleaner/NamespacePassTest.php
vendor/psy/psysh/test/CodeCleaner/NoReturnValueTest.php [new file with mode: 0644]
vendor/psy/psysh/test/CodeCleaner/RequirePassTest.php
vendor/psy/psysh/test/CodeCleaner/StrictTypesPassTest.php
vendor/psy/psysh/test/CodeCleaner/UseStatementPassTest.php
vendor/psy/psysh/test/CodeCleaner/ValidClassNamePassTest.php
vendor/psy/psysh/test/CodeCleaner/ValidConstructorPassTest.php
vendor/psy/psysh/test/CodeCleanerTest.php
vendor/psy/psysh/test/Command/ExitCommandTest.php [new file with mode: 0644]
vendor/psy/psysh/test/Command/ThrowUpCommandTest.php [new file with mode: 0644]
vendor/psy/psysh/test/Command/TimeitCommand/TimeitVisitorTest.php [new file with mode: 0644]
vendor/psy/psysh/test/ConfigurationTest.php
vendor/psy/psysh/test/ContextTest.php
vendor/psy/psysh/test/Exception/ErrorExceptionTest.php
vendor/psy/psysh/test/Exception/FatalErrorExceptionTest.php
vendor/psy/psysh/test/Exception/ThrowUpExceptionTest.php
vendor/psy/psysh/test/Exception/TypeErrorExceptionTest.php
vendor/psy/psysh/test/Formatter/CodeFormatterTest.php
vendor/psy/psysh/test/Formatter/SignatureFormatterTest.php
vendor/psy/psysh/test/Input/FilterOptionsTest.php [new file with mode: 0644]
vendor/psy/psysh/test/Input/ShellInputTest.php
vendor/psy/psysh/test/ParserTestCase.php
vendor/psy/psysh/test/Readline/GNUReadlineTest.php
vendor/psy/psysh/test/Readline/LibeditTest.php
vendor/psy/psysh/test/Reflection/ReflectionClassConstantTest.php [new file with mode: 0644]
vendor/psy/psysh/test/Reflection/ReflectionConstantBCTest.php [new file with mode: 0644]
vendor/psy/psysh/test/Reflection/ReflectionConstantTest.php
vendor/psy/psysh/test/ShellTest.php
vendor/psy/psysh/test/SudoTest.php
vendor/psy/psysh/test/TabCompletion/AutoCompleterTest.php
vendor/psy/psysh/test/Util/DocblockTest.php
vendor/psy/psysh/test/Util/MirrorTest.php
vendor/psy/psysh/test/Util/StrTest.php
vendor/psy/psysh/test/VersionUpdater/GitHubCheckerTest.php
vendor/psy/psysh/test/fixtures/config.php
vendor/psy/psysh/vendor-bin/box/composer.json
vendor/symfony/browser-kit/Client.php
vendor/symfony/browser-kit/Cookie.php
vendor/symfony/browser-kit/CookieJar.php
vendor/symfony/browser-kit/History.php
vendor/symfony/browser-kit/Response.php
vendor/symfony/browser-kit/Tests/ClientTest.php
vendor/symfony/class-loader/ApcClassLoader.php
vendor/symfony/class-loader/ClassCollectionLoader.php
vendor/symfony/class-loader/ClassLoader.php
vendor/symfony/class-loader/ClassMapGenerator.php
vendor/symfony/class-loader/Psr4ClassLoader.php
vendor/symfony/class-loader/Tests/ApcClassLoaderTest.php
vendor/symfony/class-loader/Tests/ClassCollectionLoaderTest.php
vendor/symfony/class-loader/Tests/ClassLoaderTest.php
vendor/symfony/class-loader/Tests/ClassMapGeneratorTest.php
vendor/symfony/class-loader/Tests/Psr4ClassLoaderTest.php
vendor/symfony/class-loader/WinCacheClassLoader.php
vendor/symfony/class-loader/XcacheClassLoader.php
vendor/symfony/config/ConfigCacheFactory.php
vendor/symfony/config/Definition/ArrayNode.php
vendor/symfony/config/Definition/BaseNode.php
vendor/symfony/config/Definition/BooleanNode.php
vendor/symfony/config/Definition/Builder/ArrayNodeDefinition.php
vendor/symfony/config/Definition/Builder/ExprBuilder.php
vendor/symfony/config/Definition/Builder/NodeDefinition.php
vendor/symfony/config/Definition/Dumper/XmlReferenceDumper.php
vendor/symfony/config/Definition/Dumper/YamlReferenceDumper.php
vendor/symfony/config/Definition/EnumNode.php
vendor/symfony/config/Definition/FloatNode.php
vendor/symfony/config/Definition/IntegerNode.php
vendor/symfony/config/Definition/Processor.php
vendor/symfony/config/Definition/PrototypedArrayNode.php
vendor/symfony/config/Definition/ScalarNode.php
vendor/symfony/config/Definition/VariableNode.php
vendor/symfony/config/Exception/FileLoaderLoadException.php
vendor/symfony/config/FileLocator.php
vendor/symfony/config/Loader/FileLoader.php
vendor/symfony/config/Resource/ClassExistenceResource.php
vendor/symfony/config/Resource/ComposerResource.php
vendor/symfony/config/Resource/GlobResource.php
vendor/symfony/config/Resource/ReflectionClassResource.php
vendor/symfony/config/ResourceCheckerConfigCache.php
vendor/symfony/config/ResourceCheckerConfigCacheFactory.php
vendor/symfony/config/Tests/Definition/ArrayNodeTest.php
vendor/symfony/config/Tests/Definition/Builder/ArrayNodeDefinitionTest.php
vendor/symfony/config/Tests/Definition/Builder/NodeBuilderTest.php
vendor/symfony/config/Tests/Definition/Builder/NumericNodeDefinitionTest.php
vendor/symfony/config/Tests/Definition/Builder/TreeBuilderTest.php
vendor/symfony/config/Tests/Definition/FinalizationTest.php
vendor/symfony/config/Tests/Definition/NormalizationTest.php
vendor/symfony/config/Tests/Definition/PrototypedArrayNodeTest.php
vendor/symfony/config/Tests/DependencyInjection/ConfigCachePassTest.php
vendor/symfony/config/Tests/FileLocatorTest.php
vendor/symfony/config/Tests/Loader/DelegatingLoaderTest.php
vendor/symfony/config/Tests/Loader/FileLoaderTest.php
vendor/symfony/config/Tests/Loader/LoaderTest.php
vendor/symfony/config/Tests/Resource/ClassExistenceResourceTest.php
vendor/symfony/config/Tests/Resource/DirectoryResourceTest.php
vendor/symfony/config/Tests/Resource/GlobResourceTest.php
vendor/symfony/config/Tests/ResourceCheckerConfigCacheTest.php
vendor/symfony/config/Util/XmlUtils.php
vendor/symfony/console/Application.php
vendor/symfony/console/Command/Command.php
vendor/symfony/console/Command/HelpCommand.php
vendor/symfony/console/Command/ListCommand.php
vendor/symfony/console/Descriptor/Descriptor.php
vendor/symfony/console/Descriptor/MarkdownDescriptor.php
vendor/symfony/console/Descriptor/TextDescriptor.php
vendor/symfony/console/Descriptor/XmlDescriptor.php
vendor/symfony/console/Event/ConsoleErrorEvent.php
vendor/symfony/console/Formatter/OutputFormatter.php
vendor/symfony/console/Formatter/OutputFormatterStyle.php
vendor/symfony/console/Formatter/OutputFormatterStyleStack.php
vendor/symfony/console/Helper/DebugFormatterHelper.php
vendor/symfony/console/Helper/DescriptorHelper.php
vendor/symfony/console/Helper/FormatterHelper.php
vendor/symfony/console/Helper/Helper.php
vendor/symfony/console/Helper/HelperSet.php
vendor/symfony/console/Helper/InputAwareHelper.php
vendor/symfony/console/Helper/ProcessHelper.php
vendor/symfony/console/Helper/ProgressBar.php
vendor/symfony/console/Helper/ProgressIndicator.php
vendor/symfony/console/Helper/QuestionHelper.php
vendor/symfony/console/Helper/SymfonyQuestionHelper.php
vendor/symfony/console/Helper/Table.php
vendor/symfony/console/Helper/TableCell.php
vendor/symfony/console/Helper/TableStyle.php
vendor/symfony/console/Input/ArgvInput.php
vendor/symfony/console/Input/ArrayInput.php
vendor/symfony/console/Input/Input.php
vendor/symfony/console/Input/InputArgument.php
vendor/symfony/console/Input/InputDefinition.php
vendor/symfony/console/Input/InputInterface.php
vendor/symfony/console/Input/InputOption.php
vendor/symfony/console/Input/StringInput.php
vendor/symfony/console/Logger/ConsoleLogger.php
vendor/symfony/console/Output/ConsoleOutput.php
vendor/symfony/console/Output/Output.php
vendor/symfony/console/Output/OutputInterface.php
vendor/symfony/console/Output/StreamOutput.php
vendor/symfony/console/Question/ChoiceQuestion.php
vendor/symfony/console/Question/ConfirmationQuestion.php
vendor/symfony/console/Question/Question.php
vendor/symfony/console/Style/OutputStyle.php
vendor/symfony/console/Style/SymfonyStyle.php
vendor/symfony/console/Terminal.php
vendor/symfony/console/Tester/CommandTester.php
vendor/symfony/console/Tests/ApplicationTest.php
vendor/symfony/console/Tests/Command/CommandTest.php
vendor/symfony/console/Tests/Command/HelpCommandTest.php
vendor/symfony/console/Tests/Command/ListCommandTest.php
vendor/symfony/console/Tests/DependencyInjection/AddConsoleCommandPassTest.php
vendor/symfony/console/Tests/EventListener/ErrorListenerTest.php
vendor/symfony/console/Tests/Fixtures/Foo6Command.php
vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_8.php
vendor/symfony/console/Tests/Formatter/OutputFormatterStyleStackTest.php
vendor/symfony/console/Tests/Helper/HelperSetTest.php
vendor/symfony/console/Tests/Helper/ProcessHelperTest.php
vendor/symfony/console/Tests/Helper/ProgressBarTest.php
vendor/symfony/console/Tests/Helper/QuestionHelperTest.php
vendor/symfony/console/Tests/Helper/SymfonyQuestionHelperTest.php
vendor/symfony/console/Tests/Helper/TableTest.php
vendor/symfony/console/Tests/Input/ArgvInputTest.php
vendor/symfony/console/Tests/Input/ArrayInputTest.php
vendor/symfony/console/Tests/Input/InputDefinitionTest.php
vendor/symfony/console/Tests/Input/InputTest.php
vendor/symfony/console/Tests/Logger/ConsoleLoggerTest.php
vendor/symfony/console/Tests/Output/OutputTest.php
vendor/symfony/console/Tests/Style/SymfonyStyleTest.php
vendor/symfony/console/Tests/Tester/CommandTesterTest.php
vendor/symfony/css-selector/CssSelector.php
vendor/symfony/css-selector/Node/AbstractNode.php
vendor/symfony/css-selector/Node/ElementNode.php
vendor/symfony/css-selector/Node/SelectorNode.php
vendor/symfony/css-selector/Parser/Handler/HashHandler.php
vendor/symfony/css-selector/Parser/Handler/IdentifierHandler.php
vendor/symfony/css-selector/Parser/Handler/NumberHandler.php
vendor/symfony/css-selector/Parser/Handler/StringHandler.php
vendor/symfony/css-selector/Parser/Handler/WhitespaceHandler.php
vendor/symfony/css-selector/Parser/Parser.php
vendor/symfony/css-selector/Parser/Reader.php
vendor/symfony/css-selector/Parser/Token.php
vendor/symfony/css-selector/Parser/TokenStream.php
vendor/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php
vendor/symfony/css-selector/Tests/Node/HashNodeTest.php
vendor/symfony/css-selector/Tests/Node/NegationNodeTest.php
vendor/symfony/css-selector/Tests/Parser/Handler/AbstractHandlerTest.php
vendor/symfony/css-selector/Tests/Parser/Handler/HashHandlerTest.php
vendor/symfony/css-selector/Tests/Parser/Handler/IdentifierHandlerTest.php
vendor/symfony/css-selector/Tests/Parser/Handler/StringHandlerTest.php
vendor/symfony/css-selector/Tests/XPath/TranslatorTest.php
vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php
vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php
vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php
vendor/symfony/css-selector/XPath/Translator.php
vendor/symfony/debug/Debug.php
vendor/symfony/debug/DebugClassLoader.php
vendor/symfony/debug/ErrorHandler.php
vendor/symfony/debug/Exception/ClassNotFoundException.php
vendor/symfony/debug/Exception/FatalErrorException.php
vendor/symfony/debug/Exception/FlattenException.php
vendor/symfony/debug/Exception/UndefinedFunctionException.php
vendor/symfony/debug/Exception/UndefinedMethodException.php
vendor/symfony/debug/ExceptionHandler.php
vendor/symfony/debug/FatalErrorHandler/ClassNotFoundFatalErrorHandler.php
vendor/symfony/debug/FatalErrorHandler/UndefinedFunctionFatalErrorHandler.php
vendor/symfony/debug/FatalErrorHandler/UndefinedMethodFatalErrorHandler.php
vendor/symfony/debug/Resources/ext/tests/003.phpt
vendor/symfony/debug/Tests/DebugClassLoaderTest.php
vendor/symfony/debug/Tests/ErrorHandlerTest.php
vendor/symfony/debug/Tests/Exception/FlattenExceptionTest.php
vendor/symfony/debug/Tests/ExceptionHandlerTest.php
vendor/symfony/debug/Tests/FatalErrorHandler/ClassNotFoundFatalErrorHandlerTest.php
vendor/symfony/debug/Tests/FatalErrorHandler/UndefinedMethodFatalErrorHandlerTest.php
vendor/symfony/debug/Tests/Fixtures/ExtendedFinalMethod.php
vendor/symfony/debug/Tests/Fixtures/FinalMethod.php
vendor/symfony/debug/Tests/Fixtures/FinalMethod2Trait.php [new file with mode: 0644]
vendor/symfony/debug/Tests/Fixtures/TraitWithInternalMethod.php [new file with mode: 0644]
vendor/symfony/debug/Tests/HeaderMock.php
vendor/symfony/debug/Tests/phpt/debug_class_loader.phpt
vendor/symfony/debug/Tests/phpt/decorate_exception_hander.phpt
vendor/symfony/debug/Tests/phpt/exception_rethrown.phpt
vendor/symfony/debug/Tests/phpt/fatal_with_nested_handlers.phpt
vendor/symfony/dependency-injection/Alias.php
vendor/symfony/dependency-injection/Argument/IteratorArgument.php
vendor/symfony/dependency-injection/Argument/RewindableGenerator.php
vendor/symfony/dependency-injection/ChildDefinition.php
vendor/symfony/dependency-injection/Compiler/AbstractRecursivePass.php
vendor/symfony/dependency-injection/Compiler/AnalyzeServiceReferencesPass.php
vendor/symfony/dependency-injection/Compiler/AutowirePass.php
vendor/symfony/dependency-injection/Compiler/CheckArgumentsValidityPass.php
vendor/symfony/dependency-injection/Compiler/CheckCircularReferencesPass.php
vendor/symfony/dependency-injection/Compiler/CheckDefinitionValidityPass.php
vendor/symfony/dependency-injection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php
vendor/symfony/dependency-injection/Compiler/CheckReferenceValidityPass.php
vendor/symfony/dependency-injection/Compiler/Compiler.php
vendor/symfony/dependency-injection/Compiler/DecoratorServicePass.php
vendor/symfony/dependency-injection/Compiler/FactoryReturnTypePass.php
vendor/symfony/dependency-injection/Compiler/InlineServiceDefinitionsPass.php
vendor/symfony/dependency-injection/Compiler/LoggingFormatter.php
vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php
vendor/symfony/dependency-injection/Compiler/PassConfig.php
vendor/symfony/dependency-injection/Compiler/PriorityTaggedServiceTrait.php
vendor/symfony/dependency-injection/Compiler/RegisterEnvVarProcessorsPass.php
vendor/symfony/dependency-injection/Compiler/RegisterServiceSubscribersPass.php
vendor/symfony/dependency-injection/Compiler/RemoveUnusedDefinitionsPass.php
vendor/symfony/dependency-injection/Compiler/ResolveBindingsPass.php
vendor/symfony/dependency-injection/Compiler/ResolveChildDefinitionsPass.php
vendor/symfony/dependency-injection/Compiler/ResolveClassPass.php
vendor/symfony/dependency-injection/Compiler/ResolveEnvPlaceholdersPass.php
vendor/symfony/dependency-injection/Compiler/ResolveFactoryClassPass.php
vendor/symfony/dependency-injection/Compiler/ResolveInstanceofConditionalsPass.php
vendor/symfony/dependency-injection/Compiler/ResolveInvalidReferencesPass.php
vendor/symfony/dependency-injection/Compiler/ResolveNamedArgumentsPass.php
vendor/symfony/dependency-injection/Compiler/ResolveParameterPlaceHoldersPass.php
vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php
vendor/symfony/dependency-injection/Compiler/ResolveServiceSubscribersPass.php
vendor/symfony/dependency-injection/Compiler/ServiceLocatorTagPass.php
vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraph.php
vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphNode.php
vendor/symfony/dependency-injection/Container.php
vendor/symfony/dependency-injection/ContainerAwareInterface.php
vendor/symfony/dependency-injection/ContainerBuilder.php
vendor/symfony/dependency-injection/Definition.php
vendor/symfony/dependency-injection/Dumper/GraphvizDumper.php
vendor/symfony/dependency-injection/Dumper/PhpDumper.php
vendor/symfony/dependency-injection/Dumper/XmlDumper.php
vendor/symfony/dependency-injection/Dumper/YamlDumper.php
vendor/symfony/dependency-injection/EnvVarProcessor.php
vendor/symfony/dependency-injection/Exception/ParameterNotFoundException.php
vendor/symfony/dependency-injection/Exception/ServiceNotFoundException.php
vendor/symfony/dependency-injection/Extension/ConfigurationExtensionInterface.php
vendor/symfony/dependency-injection/Extension/Extension.php
vendor/symfony/dependency-injection/LazyProxy/Instantiator/RealServiceInstantiator.php
vendor/symfony/dependency-injection/LazyProxy/ProxyHelper.php
vendor/symfony/dependency-injection/Loader/ClosureLoader.php
vendor/symfony/dependency-injection/Loader/Configurator/AbstractConfigurator.php
vendor/symfony/dependency-injection/Loader/Configurator/ContainerConfigurator.php
vendor/symfony/dependency-injection/Loader/Configurator/DefaultsConfigurator.php
vendor/symfony/dependency-injection/Loader/Configurator/Traits/DecorateTrait.php
vendor/symfony/dependency-injection/Loader/Configurator/Traits/FactoryTrait.php
vendor/symfony/dependency-injection/Loader/Configurator/Traits/TagTrait.php
vendor/symfony/dependency-injection/Loader/DirectoryLoader.php
vendor/symfony/dependency-injection/Loader/FileLoader.php
vendor/symfony/dependency-injection/Loader/IniFileLoader.php
vendor/symfony/dependency-injection/Loader/PhpFileLoader.php
vendor/symfony/dependency-injection/Loader/XmlFileLoader.php
vendor/symfony/dependency-injection/Loader/YamlFileLoader.php
vendor/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php
vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php
vendor/symfony/dependency-injection/ServiceLocator.php
vendor/symfony/dependency-injection/Tests/Argument/RewindableGeneratorTest.php
vendor/symfony/dependency-injection/Tests/Compiler/AnalyzeServiceReferencesPassTest.php
vendor/symfony/dependency-injection/Tests/Compiler/AutowirePassTest.php
vendor/symfony/dependency-injection/Tests/Compiler/AutowireRequiredMethodsPassTest.php
vendor/symfony/dependency-injection/Tests/Compiler/CheckCircularReferencesPassTest.php
vendor/symfony/dependency-injection/Tests/Compiler/CheckExceptionOnInvalidReferenceBehaviorPassTest.php
vendor/symfony/dependency-injection/Tests/Compiler/CheckReferenceValidityPassTest.php
vendor/symfony/dependency-injection/Tests/Compiler/DecoratorServicePassTest.php
vendor/symfony/dependency-injection/Tests/Compiler/FactoryReturnTypePassTest.php
vendor/symfony/dependency-injection/Tests/Compiler/InlineServiceDefinitionsPassTest.php
vendor/symfony/dependency-injection/Tests/Compiler/IntegrationTest.php
vendor/symfony/dependency-injection/Tests/Compiler/MergeExtensionConfigurationPassTest.php
vendor/symfony/dependency-injection/Tests/Compiler/PassConfigTest.php
vendor/symfony/dependency-injection/Tests/Compiler/RemoveUnusedDefinitionsPassTest.php
vendor/symfony/dependency-injection/Tests/Compiler/ResolveBindingsPassTest.php
vendor/symfony/dependency-injection/Tests/Compiler/ResolveChildDefinitionsPassTest.php
vendor/symfony/dependency-injection/Tests/Compiler/ResolveInstanceofConditionalsPassTest.php
vendor/symfony/dependency-injection/Tests/Compiler/ResolveInvalidReferencesPassTest.php
vendor/symfony/dependency-injection/Tests/Compiler/ResolveReferencesToAliasesPassTest.php
vendor/symfony/dependency-injection/Tests/ContainerBuilderTest.php
vendor/symfony/dependency-injection/Tests/ContainerTest.php
vendor/symfony/dependency-injection/Tests/CrossCheckTest.php
vendor/symfony/dependency-injection/Tests/Dumper/PhpDumperTest.php
vendor/symfony/dependency-injection/Tests/Dumper/XmlDumperTest.php
vendor/symfony/dependency-injection/Tests/Dumper/YamlDumperTest.php
vendor/symfony/dependency-injection/Tests/Fixtures/config/prototype.expected.yml
vendor/symfony/dependency-injection/Tests/Fixtures/containers/container19.php
vendor/symfony/dependency-injection/Tests/Fixtures/containers/container_almost_circular.php
vendor/symfony/dependency-injection/Tests/Fixtures/includes/classes.php
vendor/symfony/dependency-injection/Tests/Fixtures/php/services19.php
vendor/symfony/dependency-injection/Tests/Fixtures/php/services_adawson.php [new file with mode: 0644]
vendor/symfony/dependency-injection/Tests/Fixtures/php/services_almost_circular_private.php
vendor/symfony/dependency-injection/Tests/Fixtures/php/services_almost_circular_public.php
vendor/symfony/dependency-injection/Tests/Fixtures/php/services_dedup_lazy_proxy.php [new file with mode: 0644]
vendor/symfony/dependency-injection/Tests/Fixtures/php/services_deep_graph.php [new file with mode: 0644]
vendor/symfony/dependency-injection/Tests/Fixtures/php/services_inline_self_ref.php [new file with mode: 0644]
vendor/symfony/dependency-injection/Tests/Fixtures/php/services_non_shared_lazy.php [new file with mode: 0644]
vendor/symfony/dependency-injection/Tests/Fixtures/php/services_tsantos.php [new file with mode: 0644]
vendor/symfony/dependency-injection/Tests/Fixtures/xml/services_tsantos.xml [new file with mode: 0644]
vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_adawson.yml [new file with mode: 0644]
vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_deep_graph.yml [new file with mode: 0644]
vendor/symfony/dependency-injection/Tests/Loader/DirectoryLoaderTest.php
vendor/symfony/dependency-injection/Tests/Loader/FileLoaderTest.php
vendor/symfony/dependency-injection/Tests/Loader/GlobFileLoaderTest.php
vendor/symfony/dependency-injection/Tests/Loader/IniFileLoaderTest.php
vendor/symfony/dependency-injection/Tests/Loader/PhpFileLoaderTest.php
vendor/symfony/dependency-injection/Tests/Loader/XmlFileLoaderTest.php
vendor/symfony/dependency-injection/Tests/Loader/YamlFileLoaderTest.php
vendor/symfony/dependency-injection/Tests/ParameterBag/ParameterBagTest.php
vendor/symfony/dom-crawler/AbstractUriElement.php
vendor/symfony/dom-crawler/Crawler.php
vendor/symfony/dom-crawler/Field/ChoiceFormField.php
vendor/symfony/dom-crawler/Field/FileFormField.php
vendor/symfony/dom-crawler/Form.php
vendor/symfony/dom-crawler/FormFieldRegistry.php
vendor/symfony/dom-crawler/Tests/CrawlerTest.php
vendor/symfony/dom-crawler/Tests/FormTest.php
vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php
vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
vendor/symfony/event-dispatcher/Debug/WrappedListener.php
vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php
vendor/symfony/event-dispatcher/EventDispatcher.php
vendor/symfony/event-dispatcher/Tests/Debug/TraceableEventDispatcherTest.php
vendor/symfony/event-dispatcher/Tests/GenericEventTest.php
vendor/symfony/filesystem/Filesystem.php
vendor/symfony/filesystem/LockHandler.php
vendor/symfony/filesystem/Tests/ExceptionTest.php
vendor/symfony/filesystem/Tests/FilesystemTest.php
vendor/symfony/filesystem/Tests/FilesystemTestCase.php
vendor/symfony/filesystem/Tests/LockHandlerTest.php
vendor/symfony/finder/Comparator/Comparator.php
vendor/symfony/finder/Finder.php
vendor/symfony/finder/Glob.php
vendor/symfony/finder/Iterator/CustomFilterIterator.php
vendor/symfony/finder/Iterator/PathFilterIterator.php
vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php
vendor/symfony/finder/Iterator/SortableIterator.php
vendor/symfony/finder/Tests/FinderTest.php
vendor/symfony/finder/Tests/GlobTest.php
vendor/symfony/finder/Tests/Iterator/DateRangeFilterIteratorTest.php
vendor/symfony/finder/Tests/Iterator/IteratorTestCase.php
vendor/symfony/finder/Tests/Iterator/MockSplFileInfo.php
vendor/symfony/finder/Tests/Iterator/PathFilterIteratorTest.php
vendor/symfony/finder/Tests/Iterator/RealIteratorTestCase.php
vendor/symfony/finder/Tests/Iterator/RecursiveDirectoryIteratorTest.php
vendor/symfony/finder/Tests/Iterator/SizeRangeFilterIteratorTest.php
vendor/symfony/finder/Tests/Iterator/SortableIteratorTest.php
vendor/symfony/http-foundation/AcceptHeaderItem.php
vendor/symfony/http-foundation/ApacheRequest.php
vendor/symfony/http-foundation/BinaryFileResponse.php
vendor/symfony/http-foundation/CHANGELOG.md
vendor/symfony/http-foundation/Cookie.php
vendor/symfony/http-foundation/File/Exception/UnexpectedTypeException.php
vendor/symfony/http-foundation/File/File.php
vendor/symfony/http-foundation/File/MimeType/FileBinaryMimeTypeGuesser.php
vendor/symfony/http-foundation/File/MimeType/FileinfoMimeTypeGuesser.php
vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesser.php
vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesserInterface.php
vendor/symfony/http-foundation/File/UploadedFile.php
vendor/symfony/http-foundation/FileBag.php
vendor/symfony/http-foundation/HeaderBag.php
vendor/symfony/http-foundation/IpUtils.php
vendor/symfony/http-foundation/JsonResponse.php
vendor/symfony/http-foundation/ParameterBag.php
vendor/symfony/http-foundation/Request.php
vendor/symfony/http-foundation/RequestMatcher.php
vendor/symfony/http-foundation/RequestStack.php
vendor/symfony/http-foundation/Response.php
vendor/symfony/http-foundation/ResponseHeaderBag.php
vendor/symfony/http-foundation/ServerBag.php
vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php
vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php
vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php
vendor/symfony/http-foundation/Session/Session.php
vendor/symfony/http-foundation/Session/SessionBagProxy.php
vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php
vendor/symfony/http-foundation/Session/Storage/Handler/MemcacheSessionHandler.php
vendor/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php
vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php
vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php
vendor/symfony/http-foundation/Session/Storage/Handler/WriteCheckSessionHandler.php
vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php
vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php
vendor/symfony/http-foundation/StreamedResponse.php
vendor/symfony/http-foundation/Tests/BinaryFileResponseTest.php
vendor/symfony/http-foundation/Tests/CookieTest.php
vendor/symfony/http-foundation/Tests/File/MimeType/MimeTypeTest.php
vendor/symfony/http-foundation/Tests/File/UploadedFileTest.php
vendor/symfony/http-foundation/Tests/Fixtures/response-functional/common.inc
vendor/symfony/http-foundation/Tests/Fixtures/response-functional/cookie_urlencode.expected
vendor/symfony/http-foundation/Tests/HeaderBagTest.php
vendor/symfony/http-foundation/Tests/IpUtilsTest.php
vendor/symfony/http-foundation/Tests/JsonResponseTest.php
vendor/symfony/http-foundation/Tests/ParameterBagTest.php
vendor/symfony/http-foundation/Tests/RequestMatcherTest.php
vendor/symfony/http-foundation/Tests/RequestTest.php
vendor/symfony/http-foundation/Tests/ResponseHeaderBagTest.php
vendor/symfony/http-foundation/Tests/ResponseTest.php
vendor/symfony/http-foundation/Tests/Session/Attribute/AttributeBagTest.php
vendor/symfony/http-foundation/Tests/Session/Attribute/NamespacedAttributeBagTest.php
vendor/symfony/http-foundation/Tests/Session/Flash/FlashBagTest.php
vendor/symfony/http-foundation/Tests/Session/SessionTest.php
vendor/symfony/http-foundation/Tests/Session/Storage/Handler/MemcacheSessionHandlerTest.php
vendor/symfony/http-foundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php
vendor/symfony/http-foundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php
vendor/symfony/http-foundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php
vendor/symfony/http-foundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php
vendor/symfony/http-foundation/Tests/Session/Storage/MockArraySessionStorageTest.php
vendor/symfony/http-foundation/Tests/Session/Storage/MockFileSessionStorageTest.php
vendor/symfony/http-foundation/Tests/Session/Storage/NativeSessionStorageTest.php
vendor/symfony/http-foundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php
vendor/symfony/http-foundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php
vendor/symfony/http-foundation/Tests/StreamedResponseTest.php
vendor/symfony/http-kernel/Bundle/Bundle.php
vendor/symfony/http-kernel/CacheWarmer/CacheWarmer.php
vendor/symfony/http-kernel/Client.php
vendor/symfony/http-kernel/Config/FileLocator.php
vendor/symfony/http-kernel/Controller/ArgumentResolver.php
vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php
vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php
vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php
vendor/symfony/http-kernel/Controller/ControllerResolver.php
vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php
vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php
vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php
vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php
vendor/symfony/http-kernel/DataCollector/DataCollector.php
vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php
vendor/symfony/http-kernel/DataCollector/EventDataCollector.php
vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php
vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php
vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php
vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php
vendor/symfony/http-kernel/DataCollector/Util/ValueExporter.php
vendor/symfony/http-kernel/Debug/FileLinkFormatter.php
vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php
vendor/symfony/http-kernel/DependencyInjection/AddAnnotatedClassesToCachePass.php
vendor/symfony/http-kernel/DependencyInjection/FragmentRendererPass.php
vendor/symfony/http-kernel/DependencyInjection/LoggerPass.php
vendor/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php
vendor/symfony/http-kernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php
vendor/symfony/http-kernel/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPass.php
vendor/symfony/http-kernel/Event/FilterControllerArgumentsEvent.php
vendor/symfony/http-kernel/Event/FilterControllerEvent.php
vendor/symfony/http-kernel/Event/FilterResponseEvent.php
vendor/symfony/http-kernel/Event/GetResponseEvent.php
vendor/symfony/http-kernel/Event/GetResponseForControllerResultEvent.php
vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php
vendor/symfony/http-kernel/Event/KernelEvent.php
vendor/symfony/http-kernel/Event/PostResponseEvent.php
vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php
vendor/symfony/http-kernel/EventListener/AbstractTestSessionListener.php
vendor/symfony/http-kernel/EventListener/AddRequestFormatsListener.php
vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php
vendor/symfony/http-kernel/EventListener/ExceptionListener.php
vendor/symfony/http-kernel/EventListener/FragmentListener.php
vendor/symfony/http-kernel/EventListener/LocaleListener.php
vendor/symfony/http-kernel/EventListener/ProfilerListener.php
vendor/symfony/http-kernel/EventListener/ResponseListener.php
vendor/symfony/http-kernel/EventListener/RouterListener.php
vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php
vendor/symfony/http-kernel/EventListener/SurrogateListener.php
vendor/symfony/http-kernel/EventListener/TranslatorListener.php
vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php
vendor/symfony/http-kernel/Fragment/FragmentHandler.php
vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php
vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php
vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php
vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php
vendor/symfony/http-kernel/HttpCache/Esi.php
vendor/symfony/http-kernel/HttpCache/HttpCache.php
vendor/symfony/http-kernel/HttpCache/Ssi.php
vendor/symfony/http-kernel/HttpCache/Store.php
vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php [new file with mode: 0644]
vendor/symfony/http-kernel/HttpKernel.php
vendor/symfony/http-kernel/Kernel.php
vendor/symfony/http-kernel/KernelInterface.php
vendor/symfony/http-kernel/Log/Logger.php
vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php
vendor/symfony/http-kernel/Profiler/Profile.php
vendor/symfony/http-kernel/Profiler/Profiler.php
vendor/symfony/http-kernel/Tests/Bundle/BundleTest.php
vendor/symfony/http-kernel/Tests/CacheClearer/Psr6CacheClearerTest.php
vendor/symfony/http-kernel/Tests/CacheWarmer/CacheWarmerTest.php
vendor/symfony/http-kernel/Tests/ClientTest.php
vendor/symfony/http-kernel/Tests/Controller/ArgumentResolver/ServiceValueResolverTest.php
vendor/symfony/http-kernel/Tests/Controller/ArgumentResolverTest.php
vendor/symfony/http-kernel/Tests/Controller/ContainerControllerResolverTest.php
vendor/symfony/http-kernel/Tests/Controller/ControllerResolverTest.php
vendor/symfony/http-kernel/Tests/DataCollector/ConfigDataCollectorTest.php
vendor/symfony/http-kernel/Tests/DataCollector/DumpDataCollectorTest.php
vendor/symfony/http-kernel/Tests/DataCollector/ExceptionDataCollectorTest.php
vendor/symfony/http-kernel/Tests/DataCollector/MemoryDataCollectorTest.php
vendor/symfony/http-kernel/Tests/DataCollector/RequestDataCollectorTest.php
vendor/symfony/http-kernel/Tests/DataCollector/TimeDataCollectorTest.php
vendor/symfony/http-kernel/Tests/Debug/FileLinkFormatterTest.php
vendor/symfony/http-kernel/Tests/Debug/TraceableEventDispatcherTest.php
vendor/symfony/http-kernel/Tests/DependencyInjection/LazyLoadingFragmentHandlerTest.php
vendor/symfony/http-kernel/Tests/DependencyInjection/LoggerPassTest.php
vendor/symfony/http-kernel/Tests/DependencyInjection/RegisterControllerArgumentLocatorsPassTest.php
vendor/symfony/http-kernel/Tests/Event/FilterControllerArgumentsEventTest.php
vendor/symfony/http-kernel/Tests/EventListener/AddRequestFormatsListenerTest.php
vendor/symfony/http-kernel/Tests/EventListener/DebugHandlersListenerTest.php
vendor/symfony/http-kernel/Tests/EventListener/ExceptionListenerTest.php
vendor/symfony/http-kernel/Tests/EventListener/FragmentListenerTest.php
vendor/symfony/http-kernel/Tests/EventListener/LocaleListenerTest.php
vendor/symfony/http-kernel/Tests/EventListener/ProfilerListenerTest.php
vendor/symfony/http-kernel/Tests/EventListener/ResponseListenerTest.php
vendor/symfony/http-kernel/Tests/EventListener/RouterListenerTest.php
vendor/symfony/http-kernel/Tests/EventListener/SessionListenerTest.php
vendor/symfony/http-kernel/Tests/EventListener/SurrogateListenerTest.php
vendor/symfony/http-kernel/Tests/EventListener/TestSessionListenerTest.php
vendor/symfony/http-kernel/Tests/EventListener/ValidateRequestListenerTest.php
vendor/symfony/http-kernel/Tests/Fixtures/123/Kernel123.php
vendor/symfony/http-kernel/Tests/Fixtures/KernelForOverrideName.php
vendor/symfony/http-kernel/Tests/Fixtures/KernelForTest.php
vendor/symfony/http-kernel/Tests/Fragment/EsiFragmentRendererTest.php
vendor/symfony/http-kernel/Tests/Fragment/FragmentHandlerTest.php
vendor/symfony/http-kernel/Tests/Fragment/HIncludeFragmentRendererTest.php
vendor/symfony/http-kernel/Tests/Fragment/InlineFragmentRendererTest.php
vendor/symfony/http-kernel/Tests/Fragment/SsiFragmentRendererTest.php
vendor/symfony/http-kernel/Tests/HttpCache/EsiTest.php
vendor/symfony/http-kernel/Tests/HttpCache/HttpCacheTest.php
vendor/symfony/http-kernel/Tests/HttpCache/HttpCacheTestCase.php
vendor/symfony/http-kernel/Tests/HttpCache/SsiTest.php
vendor/symfony/http-kernel/Tests/HttpCache/SubRequestHandlerTest.php [new file with mode: 0644]
vendor/symfony/http-kernel/Tests/HttpCache/TestHttpKernel.php
vendor/symfony/http-kernel/Tests/HttpCache/TestMultipleHttpKernel.php
vendor/symfony/http-kernel/Tests/HttpKernelTest.php
vendor/symfony/http-kernel/Tests/KernelTest.php
vendor/symfony/http-kernel/Tests/Log/LoggerTest.php
vendor/symfony/http-kernel/Tests/Profiler/ProfilerTest.php
vendor/symfony/http-kernel/Tests/TestHttpKernel.php
vendor/symfony/http-kernel/composer.json
vendor/symfony/polyfill-ctype/composer.json
vendor/symfony/polyfill-iconv/Iconv.php
vendor/symfony/polyfill-iconv/composer.json
vendor/symfony/polyfill-mbstring/Mbstring.php
vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php [new file with mode: 0644]
vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
vendor/symfony/polyfill-mbstring/composer.json
vendor/symfony/polyfill-php70/Php70.php
vendor/symfony/polyfill-php70/composer.json
vendor/symfony/process/ExecutableFinder.php
vendor/symfony/process/InputStream.php
vendor/symfony/process/PhpExecutableFinder.php
vendor/symfony/process/PhpProcess.php
vendor/symfony/process/Pipes/AbstractPipes.php
vendor/symfony/process/Pipes/WindowsPipes.php
vendor/symfony/process/Process.php
vendor/symfony/process/ProcessBuilder.php
vendor/symfony/process/ProcessUtils.php
vendor/symfony/process/Tests/ExecutableFinderTest.php
vendor/symfony/process/Tests/PhpExecutableFinderTest.php
vendor/symfony/process/Tests/PhpProcessTest.php
vendor/symfony/process/Tests/PipeStdinInStdoutStdErrStreamSelect.php
vendor/symfony/process/Tests/ProcessBuilderTest.php
vendor/symfony/process/Tests/ProcessTest.php
vendor/symfony/process/Tests/ProcessUtilsTest.php
vendor/symfony/psr-http-message-bridge/.travis.yml
vendor/symfony/psr-http-message-bridge/CHANGELOG [deleted file]
vendor/symfony/psr-http-message-bridge/CHANGELOG.md [new file with mode: 0644]
vendor/symfony/psr-http-message-bridge/Factory/DiactorosFactory.php
vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php
vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php [new file with mode: 0644]
vendor/symfony/psr-http-message-bridge/Tests/Factory/AbstractHttpMessageFactoryTest.php [new file with mode: 0644]
vendor/symfony/psr-http-message-bridge/Tests/Factory/DiactorosFactoryTest.php
vendor/symfony/psr-http-message-bridge/Tests/Factory/HttpFoundationFactoryTest.php
vendor/symfony/psr-http-message-bridge/Tests/Factory/PsrHttpFactoryTest.php [new file with mode: 0644]
vendor/symfony/psr-http-message-bridge/composer.json
vendor/symfony/routing/Annotation/Route.php
vendor/symfony/routing/DependencyInjection/RoutingResolverPass.php
vendor/symfony/routing/Generator/UrlGenerator.php
vendor/symfony/routing/Loader/AnnotationClassLoader.php
vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php
vendor/symfony/routing/Loader/AnnotationFileLoader.php
vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php
vendor/symfony/routing/Loader/DirectoryLoader.php
vendor/symfony/routing/Loader/ObjectRouteLoader.php
vendor/symfony/routing/Loader/PhpFileLoader.php
vendor/symfony/routing/Loader/XmlFileLoader.php
vendor/symfony/routing/Loader/YamlFileLoader.php
vendor/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php
vendor/symfony/routing/Matcher/Dumper/StaticPrefixCollection.php
vendor/symfony/routing/Matcher/RedirectableUrlMatcher.php
vendor/symfony/routing/Matcher/RequestMatcherInterface.php
vendor/symfony/routing/Matcher/TraceableUrlMatcher.php
vendor/symfony/routing/Matcher/UrlMatcher.php
vendor/symfony/routing/Matcher/UrlMatcherInterface.php
vendor/symfony/routing/Route.php
vendor/symfony/routing/RouteCollection.php
vendor/symfony/routing/RouteCollectionBuilder.php
vendor/symfony/routing/RouteCompiler.php
vendor/symfony/routing/Router.php
vendor/symfony/routing/Tests/Fixtures/CustomXmlFileLoader.php
vendor/symfony/routing/Tests/Fixtures/RedirectableUrlMatcher.php
vendor/symfony/routing/Tests/Fixtures/validpattern.php
vendor/symfony/routing/Tests/Generator/Dumper/PhpGeneratorDumperTest.php
vendor/symfony/routing/Tests/Generator/UrlGeneratorTest.php
vendor/symfony/routing/Tests/Loader/AnnotationClassLoaderTest.php
vendor/symfony/routing/Tests/Loader/AnnotationDirectoryLoaderTest.php
vendor/symfony/routing/Tests/Loader/AnnotationFileLoaderTest.php
vendor/symfony/routing/Tests/Loader/DirectoryLoaderTest.php
vendor/symfony/routing/Tests/Loader/GlobFileLoaderTest.php
vendor/symfony/routing/Tests/Loader/YamlFileLoaderTest.php
vendor/symfony/routing/Tests/Matcher/DumpedRedirectableUrlMatcherTest.php
vendor/symfony/routing/Tests/Matcher/DumpedUrlMatcherTest.php
vendor/symfony/routing/Tests/Matcher/Dumper/PhpMatcherDumperTest.php
vendor/symfony/routing/Tests/Matcher/RedirectableUrlMatcherTest.php
vendor/symfony/routing/Tests/Matcher/TraceableUrlMatcherTest.php
vendor/symfony/routing/Tests/Matcher/UrlMatcherTest.php
vendor/symfony/routing/Tests/RouteCollectionTest.php
vendor/symfony/routing/Tests/RouterTest.php
vendor/symfony/routing/composer.json
vendor/symfony/serializer/Annotation/MaxDepth.php
vendor/symfony/serializer/DependencyInjection/SerializerPass.php
vendor/symfony/serializer/Encoder/ChainDecoder.php
vendor/symfony/serializer/Encoder/ChainEncoder.php
vendor/symfony/serializer/Encoder/CsvEncoder.php
vendor/symfony/serializer/Mapping/AttributeMetadataInterface.php
vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php
vendor/symfony/serializer/Mapping/Loader/YamlFileLoader.php
vendor/symfony/serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php
vendor/symfony/serializer/Normalizer/AbstractNormalizer.php
vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php
vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php
vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php
vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php
vendor/symfony/serializer/Normalizer/NormalizerInterface.php
vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php
vendor/symfony/serializer/Normalizer/SerializerAwareNormalizer.php
vendor/symfony/serializer/Serializer.php
vendor/symfony/serializer/Tests/Encoder/JsonEncoderTest.php
vendor/symfony/serializer/Tests/Encoder/XmlEncoderTest.php
vendor/symfony/serializer/Tests/Fixtures/Dummy.php
vendor/symfony/serializer/Tests/Fixtures/NormalizableTraversableDummy.php
vendor/symfony/serializer/Tests/Fixtures/NullableConstructorArgumentDummy.php [new file with mode: 0644]
vendor/symfony/serializer/Tests/Fixtures/ScalarDummy.php
vendor/symfony/serializer/Tests/Mapping/Factory/CacheMetadataFactoryTest.php
vendor/symfony/serializer/Tests/Mapping/Loader/XmlFileLoaderTest.php
vendor/symfony/serializer/Tests/Mapping/Loader/YamlFileLoaderTest.php
vendor/symfony/serializer/Tests/Normalizer/AbstractNormalizerTest.php
vendor/symfony/serializer/Tests/Normalizer/AbstractObjectNormalizerTest.php
vendor/symfony/serializer/Tests/Normalizer/CustomNormalizerTest.php
vendor/symfony/serializer/Tests/Normalizer/DataUriNormalizerTest.php
vendor/symfony/serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php
vendor/symfony/serializer/Tests/Normalizer/ObjectNormalizerTest.php
vendor/symfony/serializer/Tests/Normalizer/PropertyNormalizerTest.php
vendor/symfony/serializer/Tests/SerializerTest.php
vendor/symfony/translation/Catalogue/AbstractOperation.php
vendor/symfony/translation/Command/XliffLintCommand.php
vendor/symfony/translation/DataCollector/TranslationDataCollector.php
vendor/symfony/translation/DataCollectorTranslator.php
vendor/symfony/translation/DependencyInjection/TranslationDumperPass.php
vendor/symfony/translation/DependencyInjection/TranslationExtractorPass.php
vendor/symfony/translation/DependencyInjection/TranslatorPass.php
vendor/symfony/translation/Dumper/CsvFileDumper.php
vendor/symfony/translation/Dumper/FileDumper.php
vendor/symfony/translation/Dumper/IcuResFileDumper.php
vendor/symfony/translation/Dumper/JsonFileDumper.php
vendor/symfony/translation/Dumper/MoFileDumper.php
vendor/symfony/translation/Dumper/XliffFileDumper.php
vendor/symfony/translation/Dumper/YamlFileDumper.php
vendor/symfony/translation/Extractor/AbstractFileExtractor.php
vendor/symfony/translation/Extractor/PhpExtractor.php
vendor/symfony/translation/Extractor/PhpStringTokenParser.php
vendor/symfony/translation/Loader/ArrayLoader.php
vendor/symfony/translation/Loader/CsvFileLoader.php
vendor/symfony/translation/Loader/FileLoader.php
vendor/symfony/translation/Loader/IcuDatFileLoader.php
vendor/symfony/translation/Loader/IcuResFileLoader.php
vendor/symfony/translation/Loader/LoaderInterface.php
vendor/symfony/translation/Loader/MoFileLoader.php
vendor/symfony/translation/Loader/PoFileLoader.php
vendor/symfony/translation/Loader/QtFileLoader.php
vendor/symfony/translation/Loader/XliffFileLoader.php
vendor/symfony/translation/Loader/YamlFileLoader.php
vendor/symfony/translation/LoggingTranslator.php
vendor/symfony/translation/MessageSelector.php
vendor/symfony/translation/PluralizationRules.php
vendor/symfony/translation/Reader/TranslationReader.php
vendor/symfony/translation/Tests/DataCollector/TranslationDataCollectorTest.php
vendor/symfony/translation/Tests/DataCollectorTranslatorTest.php
vendor/symfony/translation/Tests/DependencyInjection/TranslationDumperPassTest.php
vendor/symfony/translation/Tests/DependencyInjection/TranslationExtractorPassTest.php
vendor/symfony/translation/Tests/DependencyInjection/TranslationPassTest.php
vendor/symfony/translation/Tests/Dumper/CsvFileDumperTest.php
vendor/symfony/translation/Tests/Dumper/FileDumperTest.php
vendor/symfony/translation/Tests/Dumper/IcuResFileDumperTest.php
vendor/symfony/translation/Tests/Dumper/IniFileDumperTest.php
vendor/symfony/translation/Tests/Dumper/JsonFileDumperTest.php
vendor/symfony/translation/Tests/Dumper/MoFileDumperTest.php
vendor/symfony/translation/Tests/Dumper/PhpFileDumperTest.php
vendor/symfony/translation/Tests/Dumper/PoFileDumperTest.php
vendor/symfony/translation/Tests/Dumper/QtFileDumperTest.php
vendor/symfony/translation/Tests/Dumper/XliffFileDumperTest.php
vendor/symfony/translation/Tests/Dumper/YamlFileDumperTest.php
vendor/symfony/translation/Tests/Loader/CsvFileLoaderTest.php
vendor/symfony/translation/Tests/Loader/IcuDatFileLoaderTest.php
vendor/symfony/translation/Tests/Loader/IcuResFileLoaderTest.php
vendor/symfony/translation/Tests/Loader/IniFileLoaderTest.php
vendor/symfony/translation/Tests/Loader/JsonFileLoaderTest.php
vendor/symfony/translation/Tests/Loader/LocalizedTestCase.php
vendor/symfony/translation/Tests/Loader/MoFileLoaderTest.php
vendor/symfony/translation/Tests/Loader/PhpFileLoaderTest.php
vendor/symfony/translation/Tests/Loader/PoFileLoaderTest.php
vendor/symfony/translation/Tests/Loader/QtFileLoaderTest.php
vendor/symfony/translation/Tests/Loader/XliffFileLoaderTest.php
vendor/symfony/translation/Tests/Loader/YamlFileLoaderTest.php
vendor/symfony/translation/Tests/LoggingTranslatorTest.php
vendor/symfony/translation/Tests/PluralizationRulesTest.php
vendor/symfony/translation/Tests/TranslatorCacheTest.php
vendor/symfony/translation/Tests/TranslatorTest.php
vendor/symfony/translation/Tests/Writer/TranslationWriterTest.php
vendor/symfony/translation/Translator.php
vendor/symfony/translation/Util/ArrayConverter.php
vendor/symfony/translation/Writer/TranslationWriter.php
vendor/symfony/validator/Constraint.php
vendor/symfony/validator/ConstraintValidator.php
vendor/symfony/validator/ConstraintViolation.php
vendor/symfony/validator/ConstraintViolationInterface.php
vendor/symfony/validator/ConstraintViolationList.php
vendor/symfony/validator/Constraints/AbstractComparison.php
vendor/symfony/validator/Constraints/AbstractComparisonValidator.php
vendor/symfony/validator/Constraints/AllValidator.php
vendor/symfony/validator/Constraints/BicValidator.php
vendor/symfony/validator/Constraints/Callback.php
vendor/symfony/validator/Constraints/CallbackValidator.php
vendor/symfony/validator/Constraints/ChoiceValidator.php
vendor/symfony/validator/Constraints/Collection.php
vendor/symfony/validator/Constraints/CollectionValidator.php
vendor/symfony/validator/Constraints/Composite.php
vendor/symfony/validator/Constraints/Count.php
vendor/symfony/validator/Constraints/CountValidator.php
vendor/symfony/validator/Constraints/CountryValidator.php
vendor/symfony/validator/Constraints/CurrencyValidator.php
vendor/symfony/validator/Constraints/DateTimeValidator.php
vendor/symfony/validator/Constraints/DateValidator.php
vendor/symfony/validator/Constraints/EmailValidator.php
vendor/symfony/validator/Constraints/File.php
vendor/symfony/validator/Constraints/FileValidator.php
vendor/symfony/validator/Constraints/IbanValidator.php
vendor/symfony/validator/Constraints/ImageValidator.php
vendor/symfony/validator/Constraints/Ip.php
vendor/symfony/validator/Constraints/IpValidator.php
vendor/symfony/validator/Constraints/IsbnValidator.php
vendor/symfony/validator/Constraints/IssnValidator.php
vendor/symfony/validator/Constraints/LanguageValidator.php
vendor/symfony/validator/Constraints/Length.php
vendor/symfony/validator/Constraints/LengthValidator.php
vendor/symfony/validator/Constraints/LocaleValidator.php
vendor/symfony/validator/Constraints/LuhnValidator.php
vendor/symfony/validator/Constraints/RangeValidator.php
vendor/symfony/validator/Constraints/Regex.php
vendor/symfony/validator/Constraints/RegexValidator.php
vendor/symfony/validator/Constraints/TimeValidator.php
vendor/symfony/validator/Constraints/Traverse.php
vendor/symfony/validator/Constraints/TypeValidator.php
vendor/symfony/validator/Constraints/UrlValidator.php
vendor/symfony/validator/Constraints/UuidValidator.php
vendor/symfony/validator/ContainerConstraintValidatorFactory.php
vendor/symfony/validator/Context/ExecutionContext.php
vendor/symfony/validator/Context/ExecutionContextInterface.php
vendor/symfony/validator/DataCollector/ValidatorDataCollector.php
vendor/symfony/validator/DependencyInjection/AddConstraintValidatorsPass.php
vendor/symfony/validator/DependencyInjection/AddValidatorInitializersPass.php
vendor/symfony/validator/Exception/UnexpectedTypeException.php
vendor/symfony/validator/GroupSequenceProviderInterface.php
vendor/symfony/validator/Mapping/ClassMetadata.php
vendor/symfony/validator/Mapping/Factory/LazyLoadingMetadataFactory.php
vendor/symfony/validator/Mapping/GenericMetadata.php
vendor/symfony/validator/Mapping/Loader/LoaderChain.php
vendor/symfony/validator/Mapping/Loader/XmlFileLoader.php
vendor/symfony/validator/Mapping/Loader/YamlFileLoader.php
vendor/symfony/validator/Mapping/MemberMetadata.php
vendor/symfony/validator/Mapping/PropertyMetadata.php
vendor/symfony/validator/Resources/translations/validators.ca.xlf
vendor/symfony/validator/Resources/translations/validators.de.xlf
vendor/symfony/validator/Resources/translations/validators.en.xlf
vendor/symfony/validator/Resources/translations/validators.es.xlf
vendor/symfony/validator/Resources/translations/validators.eu.xlf
vendor/symfony/validator/Resources/translations/validators.fr.xlf
vendor/symfony/validator/Resources/translations/validators.hu.xlf
vendor/symfony/validator/Resources/translations/validators.it.xlf
vendor/symfony/validator/Resources/translations/validators.ja.xlf
vendor/symfony/validator/Resources/translations/validators.lb.xlf
vendor/symfony/validator/Resources/translations/validators.lt.xlf
vendor/symfony/validator/Resources/translations/validators.mn.xlf
vendor/symfony/validator/Resources/translations/validators.nl.xlf
vendor/symfony/validator/Resources/translations/validators.pl.xlf
vendor/symfony/validator/Resources/translations/validators.ru.xlf
vendor/symfony/validator/Resources/translations/validators.sl.xlf
vendor/symfony/validator/Resources/translations/validators.sv.xlf
vendor/symfony/validator/Resources/translations/validators.uk.xlf
vendor/symfony/validator/Test/ConstraintValidatorTestCase.php
vendor/symfony/validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php
vendor/symfony/validator/Tests/Constraints/BicValidatorTest.php
vendor/symfony/validator/Tests/Constraints/CardSchemeValidatorTest.php
vendor/symfony/validator/Tests/Constraints/CountValidatorTest.php
vendor/symfony/validator/Tests/Constraints/EmailValidatorTest.php
vendor/symfony/validator/Tests/Constraints/FileValidatorTest.php
vendor/symfony/validator/Tests/Constraints/ImageValidatorTest.php
vendor/symfony/validator/Tests/Constraints/IsbnValidatorTest.php
vendor/symfony/validator/Tests/Constraints/RegexTest.php
vendor/symfony/validator/Tests/DependencyInjection/AddConstraintValidatorsPassTest.php
vendor/symfony/validator/Tests/Fixtures/Countable.php
vendor/symfony/validator/Tests/Fixtures/CustomArrayObject.php
vendor/symfony/validator/Tests/Fixtures/EntityStaticCar.php
vendor/symfony/validator/Tests/Fixtures/EntityStaticCarTurbo.php
vendor/symfony/validator/Tests/Fixtures/EntityStaticVehicle.php
vendor/symfony/validator/Tests/Fixtures/FakeMetadataFactory.php
vendor/symfony/validator/Tests/Mapping/Loader/AnnotationLoaderTest.php
vendor/symfony/validator/Tests/Mapping/Loader/XmlFileLoaderTest.php
vendor/symfony/validator/Tests/Mapping/Loader/YamlFileLoaderTest.php
vendor/symfony/validator/Tests/Resources/TranslationFilesTest.php
vendor/symfony/validator/Tests/Validator/AbstractValidatorTest.php
vendor/symfony/validator/Validator/ContextualValidatorInterface.php
vendor/symfony/validator/Validator/RecursiveContextualValidator.php
vendor/symfony/validator/Validator/RecursiveValidator.php
vendor/symfony/validator/Validator/ValidatorInterface.php
vendor/symfony/validator/ValidatorBuilder.php
vendor/symfony/var-dumper/Caster/ArgsStub.php
vendor/symfony/var-dumper/Caster/Caster.php
vendor/symfony/var-dumper/Caster/ClassStub.php
vendor/symfony/var-dumper/Caster/CutArrayStub.php
vendor/symfony/var-dumper/Caster/CutStub.php
vendor/symfony/var-dumper/Caster/DateCaster.php
vendor/symfony/var-dumper/Caster/DoctrineCaster.php
vendor/symfony/var-dumper/Caster/ExceptionCaster.php
vendor/symfony/var-dumper/Caster/LinkStub.php
vendor/symfony/var-dumper/Caster/PdoCaster.php
vendor/symfony/var-dumper/Caster/RedisCaster.php
vendor/symfony/var-dumper/Caster/ReflectionCaster.php
vendor/symfony/var-dumper/Caster/SplCaster.php
vendor/symfony/var-dumper/Caster/StubCaster.php
vendor/symfony/var-dumper/Cloner/AbstractCloner.php
vendor/symfony/var-dumper/Cloner/Data.php
vendor/symfony/var-dumper/Cloner/VarCloner.php
vendor/symfony/var-dumper/Dumper/AbstractDumper.php
vendor/symfony/var-dumper/Dumper/CliDumper.php
vendor/symfony/var-dumper/Dumper/HtmlDumper.php
vendor/symfony/var-dumper/Exception/ThrowingCasterException.php
vendor/symfony/var-dumper/Resources/functions/dump.php
vendor/symfony/var-dumper/Test/VarDumperTestTrait.php
vendor/symfony/var-dumper/Tests/Caster/DateCasterTest.php
vendor/symfony/var-dumper/Tests/Caster/ExceptionCasterTest.php
vendor/symfony/var-dumper/Tests/Caster/RedisCasterTest.php
vendor/symfony/var-dumper/Tests/Caster/ReflectionCasterTest.php
vendor/symfony/var-dumper/Tests/Caster/SplCasterTest.php
vendor/symfony/var-dumper/Tests/Cloner/DataTest.php
vendor/symfony/var-dumper/Tests/Dumper/CliDumperTest.php
vendor/symfony/var-dumper/Tests/Dumper/FunctionsTest.php [new file with mode: 0644]
vendor/symfony/var-dumper/Tests/Dumper/HtmlDumperTest.php
vendor/symfony/var-dumper/VarDumper.php
vendor/symfony/yaml/Command/LintCommand.php
vendor/symfony/yaml/Dumper.php
vendor/symfony/yaml/Escaper.php
vendor/symfony/yaml/Inline.php
vendor/symfony/yaml/Parser.php
vendor/symfony/yaml/Tests/Command/LintCommandTest.php
vendor/symfony/yaml/Tests/DumperTest.php
vendor/symfony/yaml/Tests/Fixtures/escapedCharacters.yml
vendor/symfony/yaml/Tests/ParserTest.php
vendor/symfony/yaml/Unescaper.php
vendor/symfony/yaml/Yaml.php
vendor/twig/twig/CHANGELOG
vendor/twig/twig/README.rst
vendor/twig/twig/composer.json
vendor/twig/twig/doc/advanced.rst
vendor/twig/twig/doc/advanced_legacy.rst
vendor/twig/twig/doc/filters/abs.rst
vendor/twig/twig/doc/filters/convert_encoding.rst
vendor/twig/twig/doc/filters/date.rst
vendor/twig/twig/doc/filters/date_modify.rst
vendor/twig/twig/doc/filters/escape.rst
vendor/twig/twig/doc/filters/first.rst
vendor/twig/twig/doc/filters/format.rst
vendor/twig/twig/doc/filters/json_encode.rst
vendor/twig/twig/doc/filters/last.rst
vendor/twig/twig/doc/filters/merge.rst
vendor/twig/twig/doc/filters/number_format.rst
vendor/twig/twig/doc/filters/reverse.rst
vendor/twig/twig/doc/filters/slice.rst
vendor/twig/twig/doc/filters/sort.rst
vendor/twig/twig/doc/filters/split.rst
vendor/twig/twig/doc/filters/striptags.rst
vendor/twig/twig/doc/filters/trim.rst
vendor/twig/twig/doc/filters/url_encode.rst
vendor/twig/twig/doc/functions/date.rst
vendor/twig/twig/doc/functions/dump.rst
vendor/twig/twig/doc/functions/random.rst
vendor/twig/twig/doc/functions/range.rst
vendor/twig/twig/doc/installation.rst
vendor/twig/twig/doc/recipes.rst
vendor/twig/twig/doc/tags/embed.rst
vendor/twig/twig/doc/tags/flush.rst
vendor/twig/twig/doc/tags/if.rst
vendor/twig/twig/doc/templates.rst
vendor/twig/twig/ext/twig/php_twig.h
vendor/twig/twig/lib/Twig/Environment.php
vendor/twig/twig/lib/Twig/ExpressionParser.php
vendor/twig/twig/lib/Twig/Extension/Core.php
vendor/twig/twig/lib/Twig/Loader/Filesystem.php
vendor/twig/twig/lib/Twig/Node/Expression/Call.php
vendor/twig/twig/lib/Twig/Node/Expression/Name.php
vendor/twig/twig/lib/Twig/NodeTraverser.php
vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php
vendor/twig/twig/lib/Twig/Token.php
vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php
vendor/twig/twig/lib/Twig/TokenParser/Use.php
vendor/twig/twig/test/Twig/Tests/EnvironmentTest.php
vendor/twig/twig/test/Twig/Tests/Fixtures/autoescape/name.test
vendor/twig/twig/test/Twig/Tests/Fixtures/filters/escape_javascript.test
vendor/twig/twig/test/Twig/Tests/Fixtures/filters/force_escape.test
vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/functions.test
vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/strategy.legacy.test
vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/strategy.test
vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/type.test
vendor/twig/twig/test/Twig/Tests/Node/Expression/FilterTest.php
vendor/twig/twig/test/Twig/Tests/Node/Expression/NullCoalesceTest.php
vendor/twig/twig/test/Twig/Tests/escapingTest.php
vendor/zendframework/zend-diactoros/CHANGELOG.md
vendor/zendframework/zend-diactoros/composer.json
vendor/zendframework/zend-diactoros/composer.lock
vendor/zendframework/zend-diactoros/src/AbstractSerializer.php
vendor/zendframework/zend-diactoros/src/CallbackStream.php
vendor/zendframework/zend-diactoros/src/HeaderSecurity.php
vendor/zendframework/zend-diactoros/src/MessageTrait.php
vendor/zendframework/zend-diactoros/src/PhpInputStream.php
vendor/zendframework/zend-diactoros/src/RelativeStream.php
vendor/zendframework/zend-diactoros/src/Request.php
vendor/zendframework/zend-diactoros/src/Request/ArraySerializer.php
vendor/zendframework/zend-diactoros/src/Request/Serializer.php
vendor/zendframework/zend-diactoros/src/RequestTrait.php
vendor/zendframework/zend-diactoros/src/Response.php
vendor/zendframework/zend-diactoros/src/Response/ArraySerializer.php
vendor/zendframework/zend-diactoros/src/Response/EmitterInterface.php
vendor/zendframework/zend-diactoros/src/Response/HtmlResponse.php
vendor/zendframework/zend-diactoros/src/Response/InjectContentTypeTrait.php
vendor/zendframework/zend-diactoros/src/Response/JsonResponse.php
vendor/zendframework/zend-diactoros/src/Response/RedirectResponse.php
vendor/zendframework/zend-diactoros/src/Response/SapiEmitter.php
vendor/zendframework/zend-diactoros/src/Response/SapiEmitterTrait.php
vendor/zendframework/zend-diactoros/src/Response/SapiStreamEmitter.php
vendor/zendframework/zend-diactoros/src/Response/Serializer.php
vendor/zendframework/zend-diactoros/src/Response/TextResponse.php
vendor/zendframework/zend-diactoros/src/Response/XmlResponse.php
vendor/zendframework/zend-diactoros/src/Server.php
vendor/zendframework/zend-diactoros/src/ServerRequest.php
vendor/zendframework/zend-diactoros/src/ServerRequestFactory.php
vendor/zendframework/zend-diactoros/src/Stream.php
vendor/zendframework/zend-diactoros/src/UploadedFile.php
vendor/zendframework/zend-diactoros/src/Uri.php
vendor/zendframework/zend-diactoros/src/functions/create_uploaded_file.php [new file with mode: 0644]
vendor/zendframework/zend-diactoros/src/functions/marshal_headers_from_sapi.php [new file with mode: 0644]
vendor/zendframework/zend-diactoros/src/functions/marshal_method_from_sapi.php [new file with mode: 0644]
vendor/zendframework/zend-diactoros/src/functions/marshal_protocol_version_from_sapi.php [new file with mode: 0644]
vendor/zendframework/zend-diactoros/src/functions/marshal_uri_from_sapi.php [new file with mode: 0644]
vendor/zendframework/zend-diactoros/src/functions/normalize_server.php [new file with mode: 0644]
vendor/zendframework/zend-diactoros/src/functions/normalize_uploaded_files.php [new file with mode: 0644]
vendor/zendframework/zend-diactoros/src/functions/parse_cookie_header.php [new file with mode: 0644]
vendor/zendframework/zend-feed/CHANGELOG.md
vendor/zendframework/zend-feed/composer.json
vendor/zendframework/zend-feed/src/PubSubHubbub/AbstractCallback.php
vendor/zendframework/zend-feed/src/Reader/Extension/GooglePlayPodcast/Entry.php [new file with mode: 0644]
vendor/zendframework/zend-feed/src/Reader/Extension/GooglePlayPodcast/Feed.php [new file with mode: 0644]
vendor/zendframework/zend-feed/src/Reader/Extension/Podcast/Entry.php
vendor/zendframework/zend-feed/src/Reader/Extension/Podcast/Feed.php
vendor/zendframework/zend-feed/src/Reader/ExtensionPluginManager.php
vendor/zendframework/zend-feed/src/Reader/Reader.php
vendor/zendframework/zend-feed/src/Reader/StandaloneExtensionManager.php
vendor/zendframework/zend-feed/src/Writer/Extension/GooglePlayPodcast/Entry.php [new file with mode: 0644]
vendor/zendframework/zend-feed/src/Writer/Extension/GooglePlayPodcast/Feed.php [new file with mode: 0644]
vendor/zendframework/zend-feed/src/Writer/Extension/GooglePlayPodcast/Renderer/Entry.php [new file with mode: 0644]
vendor/zendframework/zend-feed/src/Writer/Extension/GooglePlayPodcast/Renderer/Feed.php [new file with mode: 0644]
vendor/zendframework/zend-feed/src/Writer/Extension/ITunes/Entry.php
vendor/zendframework/zend-feed/src/Writer/Extension/ITunes/Feed.php
vendor/zendframework/zend-feed/src/Writer/Extension/ITunes/Renderer/Entry.php
vendor/zendframework/zend-feed/src/Writer/Extension/ITunes/Renderer/Feed.php
vendor/zendframework/zend-feed/src/Writer/ExtensionPluginManager.php
vendor/zendframework/zend-feed/src/Writer/Renderer/AbstractRenderer.php
vendor/zendframework/zend-feed/src/Writer/StandaloneExtensionManager.php
vendor/zendframework/zend-feed/src/Writer/Writer.php
vendor/zendframework/zend-stdlib/CHANGELOG.md
vendor/zendframework/zend-stdlib/src/ArrayObject.php
vendor/zendframework/zend-stdlib/src/SplPriorityQueue.php
web/.ht.router.php [new file with mode: 0644]
web/core/.env.example [new file with mode: 0644]
web/core/.eslintignore
web/core/.eslintrc.json
web/core/.eslintrc.legacy.json
web/core/.eslintrc.passing.json
web/core/.gitignore
web/core/.prettierignore [new file with mode: 0644]
web/core/.prettierrc.json [new file with mode: 0644]
web/core/.stylelintrc.json
web/core/INSTALL.sqlite.txt
web/core/INSTALL.txt
web/core/MAINTAINERS.txt
web/core/UPDATE.txt
web/core/assets/vendor/ckeditor/CHANGES.md
web/core/assets/vendor/ckeditor/LICENSE.md
web/core/assets/vendor/ckeditor/ckeditor.js
web/core/assets/vendor/ckeditor/lang/af.js
web/core/assets/vendor/ckeditor/lang/ar.js
web/core/assets/vendor/ckeditor/lang/az.js
web/core/assets/vendor/ckeditor/lang/bg.js
web/core/assets/vendor/ckeditor/lang/bn.js
web/core/assets/vendor/ckeditor/lang/bs.js
web/core/assets/vendor/ckeditor/lang/ca.js
web/core/assets/vendor/ckeditor/lang/cs.js
web/core/assets/vendor/ckeditor/lang/cy.js
web/core/assets/vendor/ckeditor/lang/da.js
web/core/assets/vendor/ckeditor/lang/de-ch.js
web/core/assets/vendor/ckeditor/lang/de.js
web/core/assets/vendor/ckeditor/lang/el.js
web/core/assets/vendor/ckeditor/lang/en-au.js
web/core/assets/vendor/ckeditor/lang/en-ca.js
web/core/assets/vendor/ckeditor/lang/en-gb.js
web/core/assets/vendor/ckeditor/lang/en.js
web/core/assets/vendor/ckeditor/lang/eo.js
web/core/assets/vendor/ckeditor/lang/es-mx.js
web/core/assets/vendor/ckeditor/lang/es.js
web/core/assets/vendor/ckeditor/lang/et.js
web/core/assets/vendor/ckeditor/lang/eu.js
web/core/assets/vendor/ckeditor/lang/fa.js
web/core/assets/vendor/ckeditor/lang/fi.js
web/core/assets/vendor/ckeditor/lang/fo.js
web/core/assets/vendor/ckeditor/lang/fr-ca.js
web/core/assets/vendor/ckeditor/lang/fr.js
web/core/assets/vendor/ckeditor/lang/gl.js
web/core/assets/vendor/ckeditor/lang/gu.js
web/core/assets/vendor/ckeditor/lang/he.js
web/core/assets/vendor/ckeditor/lang/hi.js
web/core/assets/vendor/ckeditor/lang/hr.js
web/core/assets/vendor/ckeditor/lang/hu.js
web/core/assets/vendor/ckeditor/lang/id.js
web/core/assets/vendor/ckeditor/lang/is.js
web/core/assets/vendor/ckeditor/lang/it.js
web/core/assets/vendor/ckeditor/lang/ja.js
web/core/assets/vendor/ckeditor/lang/ka.js
web/core/assets/vendor/ckeditor/lang/km.js
web/core/assets/vendor/ckeditor/lang/ko.js
web/core/assets/vendor/ckeditor/lang/ku.js
web/core/assets/vendor/ckeditor/lang/lt.js
web/core/assets/vendor/ckeditor/lang/lv.js
web/core/assets/vendor/ckeditor/lang/mk.js
web/core/assets/vendor/ckeditor/lang/mn.js
web/core/assets/vendor/ckeditor/lang/ms.js
web/core/assets/vendor/ckeditor/lang/nb.js
web/core/assets/vendor/ckeditor/lang/nl.js
web/core/assets/vendor/ckeditor/lang/no.js
web/core/assets/vendor/ckeditor/lang/oc.js
web/core/assets/vendor/ckeditor/lang/pl.js
web/core/assets/vendor/ckeditor/lang/pt-br.js
web/core/assets/vendor/ckeditor/lang/pt.js
web/core/assets/vendor/ckeditor/lang/ro.js
web/core/assets/vendor/ckeditor/lang/ru.js
web/core/assets/vendor/ckeditor/lang/si.js
web/core/assets/vendor/ckeditor/lang/sk.js
web/core/assets/vendor/ckeditor/lang/sl.js
web/core/assets/vendor/ckeditor/lang/sq.js
web/core/assets/vendor/ckeditor/lang/sr-latn.js
web/core/assets/vendor/ckeditor/lang/sr.js
web/core/assets/vendor/ckeditor/lang/sv.js
web/core/assets/vendor/ckeditor/lang/th.js
web/core/assets/vendor/ckeditor/lang/tr.js
web/core/assets/vendor/ckeditor/lang/tt.js
web/core/assets/vendor/ckeditor/lang/ug.js
web/core/assets/vendor/ckeditor/lang/uk.js
web/core/assets/vendor/ckeditor/lang/vi.js
web/core/assets/vendor/ckeditor/lang/zh-cn.js
web/core/assets/vendor/ckeditor/lang/zh.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/af.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/az.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/da.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/de.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/el.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/en.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/es.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/et.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/he.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/id.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/it.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/km.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/no.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/si.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/th.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js
web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js
web/core/assets/vendor/ckeditor/plugins/about/dialogs/about.js
web/core/assets/vendor/ckeditor/plugins/dialog/dialogDefinition.js
web/core/assets/vendor/ckeditor/plugins/icons.png
web/core/assets/vendor/ckeditor/plugins/icons_hidpi.png
web/core/assets/vendor/ckeditor/plugins/image2/dialogs/image2.js
web/core/assets/vendor/ckeditor/plugins/pastefromword/filter/default.js
web/core/assets/vendor/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/af.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ar.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/az.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/bg.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ca.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/cs.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/cy.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/da.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/de.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/el.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/en-au.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/en.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/eo.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/es.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/et.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/eu.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fa.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fi.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fr.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/gl.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/he.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/hr.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/hu.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/id.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/it.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ja.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/km.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ko.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ku.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/lt.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/lv.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/nb.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/nl.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/no.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/oc.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pl.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pt.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ru.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/si.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sk.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sl.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sq.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sv.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/th.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/tr.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/tt.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ug.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/uk.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/vi.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/zh.js
web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/specialchar.js
web/core/assets/vendor/ckeditor/plugins/table/dialogs/table.js
web/core/assets/vendor/ckeditor/plugins/tabletools/dialogs/tableCell.js
web/core/assets/vendor/ckeditor/skins/moono-lisa/dialog.css
web/core/assets/vendor/ckeditor/skins/moono-lisa/dialog_ie.css
web/core/assets/vendor/ckeditor/skins/moono-lisa/dialog_ie8.css
web/core/assets/vendor/ckeditor/skins/moono-lisa/dialog_iequirks.css
web/core/assets/vendor/ckeditor/skins/moono-lisa/editor.css
web/core/assets/vendor/ckeditor/skins/moono-lisa/editor_gecko.css
web/core/assets/vendor/ckeditor/skins/moono-lisa/editor_ie.css
web/core/assets/vendor/ckeditor/skins/moono-lisa/editor_ie8.css
web/core/assets/vendor/ckeditor/skins/moono-lisa/editor_iequirks.css
web/core/assets/vendor/ckeditor/skins/moono-lisa/icons.png
web/core/assets/vendor/ckeditor/skins/moono-lisa/icons_hidpi.png
web/core/assets/vendor/jquery-form/jquery.form.min.js
web/core/assets/vendor/jquery-form/jquery.form.min.js.map [new file with mode: 0644]
web/core/authorize.php
web/core/composer.json
web/core/core.api.php
web/core/core.libraries.yml
web/core/core.link_relation_types.yml
web/core/core.services.yml
web/core/drupalci.yml [new file with mode: 0644]
web/core/includes/batch.inc
web/core/includes/bootstrap.inc
web/core/includes/common.inc
web/core/includes/database.inc
web/core/includes/entity.inc
web/core/includes/errors.inc
web/core/includes/file.inc
web/core/includes/form.inc
web/core/includes/install.core.inc
web/core/includes/install.inc
web/core/includes/menu.inc
web/core/includes/module.inc
web/core/includes/schema.inc
web/core/includes/tablesort.inc
web/core/includes/theme.inc
web/core/includes/theme.maintenance.inc
web/core/includes/unicode.inc
web/core/lib/Drupal.php
web/core/lib/Drupal/Component/Assertion/Inspector.php
web/core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php
web/core/lib/Drupal/Component/Datetime/DateTimePlus.php
web/core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php
web/core/lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php
web/core/lib/Drupal/Component/Diff/Engine/DiffEngine.php
web/core/lib/Drupal/Component/Diff/Engine/HWLDFWordAccumulator.php
web/core/lib/Drupal/Component/Diff/WordLevelDiff.php
web/core/lib/Drupal/Component/Diff/composer.json
web/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
web/core/lib/Drupal/Component/Gettext/PoHeader.php
web/core/lib/Drupal/Component/Gettext/PoItem.php
web/core/lib/Drupal/Component/Gettext/PoMemoryWriter.php
web/core/lib/Drupal/Component/Gettext/PoStreamReader.php
web/core/lib/Drupal/Component/Gettext/PoStreamWriter.php
web/core/lib/Drupal/Component/HttpFoundation/SecuredRedirectResponse.php
web/core/lib/Drupal/Component/PhpStorage/FileStorage.php
web/core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionInterface.php [new file with mode: 0644]
web/core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionTrait.php [new file with mode: 0644]
web/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php
web/core/lib/Drupal/Component/Plugin/Exception/MissingValueContextException.php [new file with mode: 0644]
web/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php
web/core/lib/Drupal/Component/Plugin/PluginBase.php
web/core/lib/Drupal/Component/Plugin/PluginManagerBase.php
web/core/lib/Drupal/Component/Render/FormattableMarkup.php
web/core/lib/Drupal/Component/Render/HtmlEscapedText.php
web/core/lib/Drupal/Component/Render/MarkupTrait.php
web/core/lib/Drupal/Component/Serialization/YamlSymfony.php
web/core/lib/Drupal/Component/Transliteration/data/x03.php
web/core/lib/Drupal/Component/Transliteration/data/x04.php
web/core/lib/Drupal/Component/Utility/Color.php
web/core/lib/Drupal/Component/Utility/Html.php
web/core/lib/Drupal/Component/Utility/Random.php
web/core/lib/Drupal/Component/Utility/SafeMarkup.php
web/core/lib/Drupal/Component/Utility/Unicode.php
web/core/lib/Drupal/Component/Utility/UrlHelper.php
web/core/lib/Drupal/Component/Utility/composer.json
web/core/lib/Drupal/Component/Uuid/Com.php
web/core/lib/Drupal/Component/Uuid/composer.json
web/core/lib/Drupal/Core/Access/AccessResult.php
web/core/lib/Drupal/Core/Access/AccessResultForbidden.php
web/core/lib/Drupal/Core/Access/CheckProvider.php
web/core/lib/Drupal/Core/Access/CheckProviderInterface.php
web/core/lib/Drupal/Core/Access/CustomAccessCheck.php
web/core/lib/Drupal/Core/Action/Plugin/Action/DeleteAction.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php
web/core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Ajax/AjaxFormHelperTrait.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Ajax/AjaxHelperTrait.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Ajax/OpenModalDialogCommand.php
web/core/lib/Drupal/Core/Ajax/OpenOffCanvasDialogCommand.php
web/core/lib/Drupal/Core/Annotation/ContextDefinition.php
web/core/lib/Drupal/Core/Archiver/ArchiveTar.php
web/core/lib/Drupal/Core/Asset/CssOptimizer.php
web/core/lib/Drupal/Core/Asset/JsOptimizer.php
web/core/lib/Drupal/Core/Asset/LibraryDependencyResolver.php
web/core/lib/Drupal/Core/Asset/LibraryDiscovery.php
web/core/lib/Drupal/Core/Batch/BatchBuilder.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Block/BlockBase.php
web/core/lib/Drupal/Core/Block/BlockManager.php
web/core/lib/Drupal/Core/Block/BlockManagerInterface.php
web/core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php
web/core/lib/Drupal/Core/Block/Plugin/Block/Broken.php
web/core/lib/Drupal/Core/Cache/CacheBackendInterface.php
web/core/lib/Drupal/Core/Cache/Context/SiteCacheContext.php
web/core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php
web/core/lib/Drupal/Core/Cache/MemoryBackend.php
web/core/lib/Drupal/Core/Cache/MemoryCache/MemoryCache.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheInterface.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Command/DbDumpCommand.php
web/core/lib/Drupal/Core/Command/InstallCommand.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Command/QuickStartCommand.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Command/ServerCommand.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Composer/Composer.php
web/core/lib/Drupal/Core/Condition/ConditionManager.php
web/core/lib/Drupal/Core/Config/Config.php
web/core/lib/Drupal/Core/Config/ConfigImporter.php
web/core/lib/Drupal/Core/Config/ConfigInstaller.php
web/core/lib/Drupal/Core/Config/ConfigInstallerInterface.php
web/core/lib/Drupal/Core/Config/DatabaseStorage.php
web/core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php
web/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
web/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php
web/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php
web/core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php
web/core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php
web/core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php
web/core/lib/Drupal/Core/Config/Entity/Query/Condition.php
web/core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php
web/core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php
web/core/lib/Drupal/Core/Config/FileStorage.php
web/core/lib/Drupal/Core/Config/Importer/ConfigImporterBatch.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Config/PreExistingConfigException.php
web/core/lib/Drupal/Core/Config/UnmetDependenciesException.php
web/core/lib/Drupal/Core/Controller/ArgumentResolver/Psr7RequestValueResolver.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Controller/ArgumentResolver/RawParameterValueResolver.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Controller/ArgumentResolver/RouteMatchValueResolver.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Controller/ControllerBase.php
web/core/lib/Drupal/Core/Controller/ControllerResolver.php
web/core/lib/Drupal/Core/Controller/FormController.php
web/core/lib/Drupal/Core/Controller/HtmlFormController.php
web/core/lib/Drupal/Core/Controller/TitleResolver.php
web/core/lib/Drupal/Core/Database/Connection.php
web/core/lib/Drupal/Core/Database/Database.php
web/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php
web/core/lib/Drupal/Core/Database/Driver/mysql/Insert.php
web/core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php
web/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
web/core/lib/Drupal/Core/Database/Driver/mysql/Upsert.php
web/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php
web/core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php
web/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
web/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php
web/core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php
web/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
web/core/lib/Drupal/Core/Database/Driver/sqlite/Select.php
web/core/lib/Drupal/Core/Database/Driver/sqlite/Statement.php
web/core/lib/Drupal/Core/Database/Driver/sqlite/Truncate.php
web/core/lib/Drupal/Core/Database/Install/Tasks.php
web/core/lib/Drupal/Core/Database/Query/Condition.php
web/core/lib/Drupal/Core/Database/Query/Select.php
web/core/lib/Drupal/Core/Database/Query/SelectInterface.php
web/core/lib/Drupal/Core/Database/Schema.php
web/core/lib/Drupal/Core/Database/StatementInterface.php
web/core/lib/Drupal/Core/Database/StatementPrefetch.php
web/core/lib/Drupal/Core/Database/database.api.php
web/core/lib/Drupal/Core/Datetime/DateHelper.php
web/core/lib/Drupal/Core/Datetime/Element/Datetime.php
web/core/lib/Drupal/Core/DependencyInjection/Compiler/CorsCompilerPass.php
web/core/lib/Drupal/Core/DependencyInjection/Compiler/TwigExtensionPass.php
web/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php
web/core/lib/Drupal/Core/Diff/DiffFormatter.php
web/core/lib/Drupal/Core/DrupalKernel.php
web/core/lib/Drupal/Core/Entity/ContentEntityBase.php
web/core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
web/core/lib/Drupal/Core/Entity/ContentEntityForm.php
web/core/lib/Drupal/Core/Entity/ContentEntityInterface.php
web/core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
web/core/lib/Drupal/Core/Entity/Controller/EntityListController.php
web/core/lib/Drupal/Core/Entity/Controller/EntityViewController.php
web/core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php
web/core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php
web/core/lib/Drupal/Core/Entity/Entity.php
web/core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php
web/core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php
web/core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php
web/core/lib/Drupal/Core/Entity/EntityBundleListener.php
web/core/lib/Drupal/Core/Entity/EntityChangesDetectionTrait.php
web/core/lib/Drupal/Core/Entity/EntityCreateAccessCheck.php
web/core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php
web/core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php
web/core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php
web/core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Entity/EntityDisplayBase.php
web/core/lib/Drupal/Core/Entity/EntityFieldManager.php
web/core/lib/Drupal/Core/Entity/EntityForm.php
web/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php
web/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php
web/core/lib/Drupal/Core/Entity/EntityListBuilder.php
web/core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php
web/core/lib/Drupal/Core/Entity/EntityManager.php
web/core/lib/Drupal/Core/Entity/EntityPublishedTrait.php
web/core/lib/Drupal/Core/Entity/EntityStorageBase.php
web/core/lib/Drupal/Core/Entity/EntityType.php
web/core/lib/Drupal/Core/Entity/EntityTypeInterface.php
web/core/lib/Drupal/Core/Entity/EntityTypeManager.php
web/core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php
web/core/lib/Drupal/Core/Entity/EntityViewBuilder.php
web/core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Entity/HtmlEntityFormController.php
web/core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
web/core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php
web/core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php
web/core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php
web/core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/PhpSelection.php
web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityHasFieldConstraint.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityHasFieldConstraintValidator.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php
web/core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php
web/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php
web/core/lib/Drupal/Core/Entity/Query/QueryFactory.php
web/core/lib/Drupal/Core/Entity/Query/Sql/Condition.php
web/core/lib/Drupal/Core/Entity/Query/Sql/Query.php
web/core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php
web/core/lib/Drupal/Core/Entity/Query/Sql/Tables.php
web/core/lib/Drupal/Core/Entity/RevisionableInterface.php
web/core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php
web/core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php
web/core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php
web/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
web/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
web/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php
web/core/lib/Drupal/Core/Entity/TranslatableRevisionableStorageInterface.php
web/core/lib/Drupal/Core/Entity/entity.api.php
web/core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php
web/core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php
web/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php
web/core/lib/Drupal/Core/EventSubscriber/EnforcedFormResponseSubscriber.php
web/core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php
web/core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php
web/core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php
web/core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php
web/core/lib/Drupal/Core/EventSubscriber/OptionsRequestSubscriber.php
web/core/lib/Drupal/Core/EventSubscriber/RedirectResponseSubscriber.php
web/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php
web/core/lib/Drupal/Core/Extension/Exception/UninstalledExtensionException.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Extension/Exception/UnknownExtensionException.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Extension/ExtensionList.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Extension/InfoParserDynamic.php
web/core/lib/Drupal/Core/Extension/InfoParserInterface.php
web/core/lib/Drupal/Core/Extension/ModuleExtensionList.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Extension/ModuleHandler.php
web/core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php
web/core/lib/Drupal/Core/Extension/ModuleInstaller.php
web/core/lib/Drupal/Core/Extension/ProfileExtensionList.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Extension/ThemeHandler.php
web/core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php
web/core/lib/Drupal/Core/Extension/ThemeInstaller.php
web/core/lib/Drupal/Core/Extension/ThemeInstallerInterface.php
web/core/lib/Drupal/Core/Extension/module.api.php
web/core/lib/Drupal/Core/Field/BaseFieldDefinition.php
web/core/lib/Drupal/Core/Field/BaseFieldOverrideStorage.php
web/core/lib/Drupal/Core/Field/ChangedFieldItemList.php
web/core/lib/Drupal/Core/Field/EntityReferenceFieldItemList.php
web/core/lib/Drupal/Core/Field/FieldConfigBase.php
web/core/lib/Drupal/Core/Field/FieldInputValueNormalizerTrait.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Field/FieldItemInterface.php
web/core/lib/Drupal/Core/Field/FieldItemList.php
web/core/lib/Drupal/Core/Field/FieldItemListInterface.php
web/core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php
web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php
web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php
web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php
web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php
web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php
web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EmailItem.php
web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php
web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php
web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/TimestampItem.php
web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UriItem.php
web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EntityReferenceAutocompleteWidget.php
web/core/lib/Drupal/Core/Field/Plugin/migrate/field/Email.php
web/core/lib/Drupal/Core/Field/PluginSettingsBase.php
web/core/lib/Drupal/Core/Field/WidgetPluginManager.php
web/core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php
web/core/lib/Drupal/Core/Form/ConfigFormBase.php
web/core/lib/Drupal/Core/Form/ConfirmFormInterface.php
web/core/lib/Drupal/Core/Form/EnforcedResponse.php
web/core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php
web/core/lib/Drupal/Core/Form/FormBuilder.php
web/core/lib/Drupal/Core/Form/FormErrorHandler.php
web/core/lib/Drupal/Core/Form/FormInterface.php
web/core/lib/Drupal/Core/Form/FormState.php
web/core/lib/Drupal/Core/Form/FormStateInterface.php
web/core/lib/Drupal/Core/Form/FormValidator.php
web/core/lib/Drupal/Core/Form/form.api.php
web/core/lib/Drupal/Core/GeneratedLink.php
web/core/lib/Drupal/Core/Http/ClientFactory.php
web/core/lib/Drupal/Core/Http/HandlerStackConfigurator.php
web/core/lib/Drupal/Core/Http/TrustedHostsRequestFactory.php
web/core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php
web/core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php
web/core/lib/Drupal/Core/Installer/Exception/InstallProfileMismatchException.php
web/core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php
web/core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
web/core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php
web/core/lib/Drupal/Core/Installer/InstallerModuleExtensionList.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Installer/InstallerServiceProvider.php
web/core/lib/Drupal/Core/Installer/NormalInstallerServiceProvider.php [new file with mode: 0644]
web/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php
web/core/lib/Drupal/Core/Layout/LayoutPluginManager.php
web/core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php
web/core/lib/Drupal/Core/Lock/DatabaseLockBackend.php
web/core/lib/Drupal/Core/Logger/LogMessageParser.php
web/core/lib/Drupal/Core/Logger/LogMessageParserInterface.php
web/core/lib/Drupal/Core/Logger/RfcLogLevel.php
web/core/lib/Drupal/Core/Mail/MailFormatHelper.php
web/core/lib/Drupal/Core/Mail/MailManager.php
web/core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php
web/core/lib/Drupal/Core/Menu/InaccessibleMenuLink.php
web/core/lib/Drupal/Core/Menu/LocalActionDefault.php
web/core/lib/Drupal/Core/Menu/LocalActionManager.php
web/core/lib/Drupal/Core/Menu/LocalTaskDefault.php
web/core/lib/Drupal/Core/Menu/LocalTaskManager.php
web/core/lib/Drupal/Core/Menu/MenuLinkManager.php
web/core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php
web/core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php
web/core/lib/Drupal/Core/Menu/menu.api.php
web/core/lib/Drupal/Core/Messenger/LegacyMessenger.php
web/core/lib/Drupal/Core/PageCache/RequestPolicy/NoSessionOpen.php
web/core/lib/Drupal/Core/Path/AliasManager.php
web/core/lib/Drupal/Core/PathProcessor/InboundPathProcessorInterface.php
web/core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php
web/core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php
web/core/lib/Drupal/Core/Plugin/Context/Context.php
web/core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerInterface.php
web/core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php
web/core/lib/Drupal/Core/Plugin/Context/ContextHandler.php
web/core/lib/Drupal/Core/Plugin/Context/ContextHandlerInterface.php
web/core/lib/Drupal/Core/Plugin/Context/ContextProviderInterface.php
web/core/lib/Drupal/Core/Plugin/Context/EntityContext.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Plugin/Context/EntityContextDefinition.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php
web/core/lib/Drupal/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecorator.php
web/core/lib/Drupal/Core/Plugin/FilteredPluginManagerInterface.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Plugin/PluginBase.php
web/core/lib/Drupal/Core/Plugin/PluginDependencyTrait.php
web/core/lib/Drupal/Core/Plugin/plugin.api.php [new file with mode: 0644]
web/core/lib/Drupal/Core/ProxyBuilder/ProxyBuilder.php
web/core/lib/Drupal/Core/Queue/DatabaseQueue.php
web/core/lib/Drupal/Core/Queue/QueueFactory.php
web/core/lib/Drupal/Core/Queue/QueueInterface.php
web/core/lib/Drupal/Core/Render/Element.php
web/core/lib/Drupal/Core/Render/Element/Details.php
web/core/lib/Drupal/Core/Render/Element/Email.php
web/core/lib/Drupal/Core/Render/Element/Link.php
web/core/lib/Drupal/Core/Render/Element/MachineName.php
web/core/lib/Drupal/Core/Render/Element/Password.php
web/core/lib/Drupal/Core/Render/Element/RenderElement.php
web/core/lib/Drupal/Core/Render/Element/StatusMessages.php
web/core/lib/Drupal/Core/Render/Element/SystemCompactLink.php
web/core/lib/Drupal/Core/Render/Element/Tel.php
web/core/lib/Drupal/Core/Render/Element/Textfield.php
web/core/lib/Drupal/Core/Render/Element/Url.php
web/core/lib/Drupal/Core/Render/Element/Weight.php
web/core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php
web/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php
web/core/lib/Drupal/Core/Render/MainContent/OffCanvasRenderer.php
web/core/lib/Drupal/Core/Render/Markup.php
web/core/lib/Drupal/Core/Render/RenderCache.php
web/core/lib/Drupal/Core/Render/Renderer.php
web/core/lib/Drupal/Core/Render/theme.api.php
web/core/lib/Drupal/Core/Routing/AccessAwareRouter.php
web/core/lib/Drupal/Core/Routing/AccessAwareRouterInterface.php
web/core/lib/Drupal/Core/Routing/CompiledRoute.php
web/core/lib/Drupal/Core/Routing/ContentTypeHeaderMatcher.php
web/core/lib/Drupal/Core/Routing/NullGenerator.php
web/core/lib/Drupal/Core/Routing/RequestFormatRouteFilter.php
web/core/lib/Drupal/Core/Routing/RouteFilterInterface.php
web/core/lib/Drupal/Core/Routing/RouteProvider.php
web/core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php
web/core/lib/Drupal/Core/Routing/UrlGenerator.php
web/core/lib/Drupal/Core/Security/RequestSanitizer.php
web/core/lib/Drupal/Core/Session/AccountInterface.php
web/core/lib/Drupal/Core/Session/SessionConfiguration.php
web/core/lib/Drupal/Core/Session/UserSession.php
web/core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php
web/core/lib/Drupal/Core/Site/Settings.php
web/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php
web/core/lib/Drupal/Core/State/State.php
web/core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php
web/core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php
web/core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php
web/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php
web/core/lib/Drupal/Core/StringTranslation/TranslationInterface.php
web/core/lib/Drupal/Core/TempStore/PrivateTempStore.php
web/core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php
web/core/lib/Drupal/Core/Template/TwigEnvironment.php
web/core/lib/Drupal/Core/Template/TwigNodeVisitor.php
web/core/lib/Drupal/Core/Template/TwigSandboxPolicy.php
web/core/lib/Drupal/Core/Test/AssertMailTrait.php
web/core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php
web/core/lib/Drupal/Core/Test/RefreshVariablesTrait.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Test/TestDatabase.php
web/core/lib/Drupal/Core/Test/TestSetupTrait.php
web/core/lib/Drupal/Core/Theme/ActiveTheme.php
web/core/lib/Drupal/Core/Theme/ThemeAccessCheck.php
web/core/lib/Drupal/Core/Theme/ThemeInitialization.php
web/core/lib/Drupal/Core/TypedData/DataDefinition.php
web/core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php
web/core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php
web/core/lib/Drupal/Core/TypedData/TranslatableInterface.php
web/core/lib/Drupal/Core/TypedData/TypedData.php
web/core/lib/Drupal/Core/TypedData/TypedDataManager.php
web/core/lib/Drupal/Core/Update/UpdateKernel.php
web/core/lib/Drupal/Core/Update/UpdateRegistry.php
web/core/lib/Drupal/Core/Updater/Module.php
web/core/lib/Drupal/Core/Updater/Theme.php
web/core/lib/Drupal/Core/Updater/Updater.php
web/core/lib/Drupal/Core/Utility/Error.php
web/core/lib/Drupal/Core/Utility/LinkGeneratorInterface.php
web/core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php
web/core/lib/Drupal/Core/Validation/ConstraintManager.php
web/core/lib/Drupal/Core/Validation/DrupalTranslator.php
web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidator.php
web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldValueValidator.php
web/core/misc/active-link.es6.js
web/core/misc/ajax.es6.js
web/core/misc/ajax.js
web/core/misc/announce.es6.js
web/core/misc/autocomplete.es6.js
web/core/misc/autocomplete.js
web/core/misc/batch.es6.js
web/core/misc/collapse.es6.js
web/core/misc/collapse.js
web/core/misc/date.es6.js
web/core/misc/debounce.es6.js
web/core/misc/details-aria.es6.js
web/core/misc/dialog/dialog.ajax.es6.js
web/core/misc/dialog/dialog.es6.js
web/core/misc/dialog/dialog.jquery-ui.es6.js
web/core/misc/dialog/dialog.js
web/core/misc/dialog/dialog.position.es6.js
web/core/misc/dialog/dialog.position.js
web/core/misc/dialog/off-canvas.css
web/core/misc/dialog/off-canvas.es6.js
web/core/misc/dialog/off-canvas.js
web/core/misc/dialog/off-canvas.motion.css
web/core/misc/dialog/off-canvas.theme.css
web/core/misc/displace.es6.js
web/core/misc/displace.js
web/core/misc/dropbutton/dropbutton.es6.js
web/core/misc/dropbutton/dropbutton.js
web/core/misc/drupal.es6.js
web/core/misc/drupal.init.es6.js
web/core/misc/drupal.js
web/core/misc/drupalSettingsLoader.es6.js
web/core/misc/entity-form.es6.js
web/core/misc/form.es6.js
web/core/misc/form.js
web/core/misc/machine-name.es6.js
web/core/misc/normalize-fixes.css [new file with mode: 0644]
web/core/misc/progress.es6.js
web/core/misc/states.es6.js
web/core/misc/states.js
web/core/misc/tabbingmanager.es6.js
web/core/misc/tabbingmanager.js
web/core/misc/tabledrag.es6.js
web/core/misc/tabledrag.js
web/core/misc/tableheader.es6.js
web/core/misc/tableheader.js
web/core/misc/tableresponsive.es6.js
web/core/misc/tableresponsive.js
web/core/misc/tableselect.es6.js
web/core/misc/timezone.es6.js
web/core/misc/vertical-tabs.es6.js
web/core/modules/action/action.module
web/core/modules/action/action.routing.yml
web/core/modules/action/src/ActionFormBase.php
web/core/modules/action/src/Form/ActionAdminManageForm.php
web/core/modules/action/src/Plugin/Action/EmailAction.php
web/core/modules/action/src/Plugin/Action/GotoAction.php
web/core/modules/action/src/Plugin/Action/MessageAction.php
web/core/modules/action/tests/action_bulk_test/action_bulk_test.info.yml
web/core/modules/action/tests/src/Functional/ActionListTest.php
web/core/modules/action/tests/src/Functional/BulkFormTest.php
web/core/modules/action/tests/src/FunctionalJavascript/ActionFormAjaxTest.php
web/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php
web/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php
web/core/modules/action/tests/src/Kernel/Plugin/Action/EmailActionTest.php [new file with mode: 0644]
web/core/modules/aggregator/aggregator.info.yml
web/core/modules/aggregator/src/Controller/AggregatorController.php
web/core/modules/aggregator/src/Entity/Feed.php
web/core/modules/aggregator/src/Entity/Item.php
web/core/modules/aggregator/src/FeedForm.php
web/core/modules/aggregator/src/FeedStorage.php
web/core/modules/aggregator/src/FeedStorageSchema.php
web/core/modules/aggregator/src/Form/OpmlFeedAdd.php
web/core/modules/aggregator/src/Form/SettingsForm.php
web/core/modules/aggregator/src/ItemStorageSchema.php
web/core/modules/aggregator/src/ItemsImporter.php
web/core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
web/core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorTitleFormatter.php
web/core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php
web/core/modules/aggregator/src/Plugin/aggregator/parser/DefaultParser.php
web/core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php
web/core/modules/aggregator/src/Plugin/views/argument/Fid.php
web/core/modules/aggregator/src/Plugin/views/argument/Iid.php
web/core/modules/aggregator/tests/modules/aggregator_test_views/aggregator_test_views.info.yml
web/core/modules/aggregator/tests/src/Functional/AddFeedTest.php
web/core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php
web/core/modules/aggregator/tests/src/Functional/DeleteFeedItemTest.php
web/core/modules/aggregator/tests/src/Functional/DeleteFeedTest.php
web/core/modules/aggregator/tests/src/Functional/FeedCacheTagsTest.php
web/core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonTestBase.php [new file with mode: 0644]
web/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonTestBase.php [new file with mode: 0644]
web/core/modules/aggregator/tests/src/Functional/ItemCacheTagsTest.php
web/core/modules/aggregator/tests/src/Functional/Rest/FeedJsonAnonTest.php [new file with mode: 0644]
web/core/modules/aggregator/tests/src/Functional/Rest/FeedJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/aggregator/tests/src/Functional/Rest/FeedJsonCookieTest.php [new file with mode: 0644]
web/core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php [new file with mode: 0644]
web/core/modules/aggregator/tests/src/Functional/Rest/FeedXmlAnonTest.php [new file with mode: 0644]
web/core/modules/aggregator/tests/src/Functional/Rest/FeedXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/aggregator/tests/src/Functional/Rest/FeedXmlCookieTest.php [new file with mode: 0644]
web/core/modules/aggregator/tests/src/Functional/Rest/ItemJsonAnonTest.php [new file with mode: 0644]
web/core/modules/aggregator/tests/src/Functional/Rest/ItemJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/aggregator/tests/src/Functional/Rest/ItemJsonCookieTest.php [new file with mode: 0644]
web/core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php [new file with mode: 0644]
web/core/modules/aggregator/tests/src/Functional/Rest/ItemXmlAnonTest.php [new file with mode: 0644]
web/core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/aggregator/tests/src/Functional/Rest/ItemXmlCookieTest.php [new file with mode: 0644]
web/core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php
web/core/modules/aggregator/tests/src/Functional/UpdateFeedItemTest.php
web/core/modules/aggregator/tests/src/Functional/UpdateFeedTest.php
web/core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php
web/core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php
web/core/modules/ban/src/BanMiddleware.php
web/core/modules/ban/src/Form/BanAdmin.php
web/core/modules/ban/src/Form/BanDelete.php
web/core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php
web/core/modules/ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php
web/core/modules/basic_auth/basic_auth.info.yml
web/core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php
web/core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php
web/core/modules/big_pipe/js/big_pipe.es6.js
web/core/modules/big_pipe/js/big_pipe.js
web/core/modules/big_pipe/src/Render/BigPipe.php
web/core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/BigPipeRegressionTestController.php
web/core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.routing.yml
web/core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php
web/core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php
web/core/modules/big_pipe/tests/src/Functional/BigPipeTest.php
web/core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php
web/core/modules/block/block.api.php
web/core/modules/block/block.install
web/core/modules/block/block.module
web/core/modules/block/block.post_update.php
web/core/modules/block/js/block.admin.es6.js
web/core/modules/block/js/block.es6.js
web/core/modules/block/src/BlockAccessControlHandler.php
web/core/modules/block/src/BlockForm.php
web/core/modules/block/src/BlockListBuilder.php
web/core/modules/block/src/Controller/BlockController.php
web/core/modules/block/src/Controller/BlockLibraryController.php
web/core/modules/block/src/Controller/BlockListController.php
web/core/modules/block/src/Entity/Block.php
web/core/modules/block/src/Plugin/migrate/process/BlockVisibility.php
web/core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php [new file with mode: 0644]
web/core/modules/block/tests/modules/block_test/block_test.info.yml
web/core/modules/block/tests/modules/block_test/src/ContextProvider/MultipleStaticContext.php
web/core/modules/block/tests/modules/block_test/src/Controller/TestMultipleFormController.php
web/core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php
web/core/modules/block/tests/modules/block_test/src/Form/TestForm.php
web/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareBlock.php
web/core/modules/block/tests/modules/block_test_views/block_test_views.info.yml
web/core/modules/block/tests/src/Functional/BlockHookOperationTest.php
web/core/modules/block/tests/src/Functional/BlockInstallTest.php
web/core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php
web/core/modules/block/tests/src/Functional/BlockLanguageTest.php
web/core/modules/block/tests/src/Functional/BlockRenderOrderTest.php
web/core/modules/block/tests/src/Functional/BlockTest.php
web/core/modules/block/tests/src/Functional/Hal/BlockHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/block/tests/src/Functional/Hal/BlockHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/block/tests/src/Functional/Hal/BlockHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php [new file with mode: 0644]
web/core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php [new file with mode: 0644]
web/core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php [new file with mode: 0644]
web/core/modules/block/tests/src/Functional/Rest/BlockXmlAnonTest.php [new file with mode: 0644]
web/core/modules/block/tests/src/Functional/Rest/BlockXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/block/tests/src/Functional/Rest/BlockXmlCookieTest.php [new file with mode: 0644]
web/core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php
web/core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateFilledTest.php
web/core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateTest.php
web/core/modules/block/tests/src/Functional/Update/BlockRemoveDisabledRegionUpdateTest.php
web/core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php
web/core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php
web/core/modules/block/tests/src/Kernel/BlockRebuildTest.php
web/core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php
web/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockContentTranslationTest.php [new file with mode: 0644]
web/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php
web/core/modules/block/tests/src/Kernel/Plugin/migrate/source/BlockTest.php
web/core/modules/block/tests/src/Kernel/Plugin/migrate/source/d6/BlockTranslationTest.php [new file with mode: 0644]
web/core/modules/block/tests/src/Unit/BlockRepositoryTest.php
web/core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php
web/core/modules/block_content/block_content.info.yml
web/core/modules/block_content/block_content.install
web/core/modules/block_content/block_content.module
web/core/modules/block_content/block_content.post_update.php [new file with mode: 0644]
web/core/modules/block_content/block_content.routing.yml
web/core/modules/block_content/config/optional/views.view.block_content.yml
web/core/modules/block_content/migrations/block_content_entity_display.yml
web/core/modules/block_content/migrations/block_content_entity_form_display.yml
web/core/modules/block_content/src/Access/AccessGroupAnd.php [new file with mode: 0644]
web/core/modules/block_content/src/Access/DependentAccessInterface.php [new file with mode: 0644]
web/core/modules/block_content/src/Access/RefinableDependentAccessInterface.php [new file with mode: 0644]
web/core/modules/block_content/src/Access/RefinableDependentAccessTrait.php [new file with mode: 0644]
web/core/modules/block_content/src/BlockContentAccessControlHandler.php
web/core/modules/block_content/src/BlockContentEvents.php [new file with mode: 0644]
web/core/modules/block_content/src/BlockContentForm.php
web/core/modules/block_content/src/BlockContentInterface.php
web/core/modules/block_content/src/BlockContentListBuilder.php
web/core/modules/block_content/src/BlockContentTypeForm.php
web/core/modules/block_content/src/BlockContentViewsData.php
web/core/modules/block_content/src/Controller/BlockContentController.php
web/core/modules/block_content/src/Entity/BlockContent.php
web/core/modules/block_content/src/Entity/BlockContentType.php
web/core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php [new file with mode: 0644]
web/core/modules/block_content/src/Plugin/Block/BlockContentBlock.php
web/core/modules/block_content/src/Plugin/Derivative/BlockContent.php
web/core/modules/block_content/src/Plugin/migrate/source/d6/BoxTranslation.php [new file with mode: 0644]
web/core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php [new file with mode: 0644]
web/core/modules/block_content/src/Plugin/views/wizard/BlockContent.php [new file with mode: 0644]
web/core/modules/block_content/src/Tests/BlockContentTestBase.php
web/core/modules/block_content/src/Tests/Views/BlockContentTestBase.php
web/core/modules/block_content/tests/fixtures/update/drupal-8.views_block_content-2976334.php [new file with mode: 0644]
web/core/modules/block_content/tests/fixtures/update/views.view.block_content_2976334.yml [new file with mode: 0644]
web/core/modules/block_content/tests/modules/block_content_test/block_content_test.info.yml
web/core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php [new file with mode: 0644]
web/core/modules/block_content/tests/modules/block_content_test_views/block_content_test_views.info.yml
web/core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php
web/core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php
web/core/modules/block_content/tests/src/Functional/BlockContentListTest.php
web/core/modules/block_content/tests/src/Functional/BlockContentListViewsTest.php
web/core/modules/block_content/tests/src/Functional/BlockContentSaveTest.php
web/core/modules/block_content/tests/src/Functional/BlockContentTestBase.php
web/core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php
web/core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php
web/core/modules/block_content/tests/src/Functional/Hal/BlockContentHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Functional/Hal/BlockContentHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Functional/Hal/BlockContentHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Functional/Hal/BlockContentTypeHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Functional/Hal/BlockContentTypeHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Functional/Hal/BlockContentTypeHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Functional/PageEditTest.php
web/core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonAnonTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonCookieTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeJsonAnonTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeJsonCookieTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeResourceTestBase.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeXmlAnonTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeXmlCookieTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlAnonTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlCookieTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php
web/core/modules/block_content/tests/src/Functional/Update/BlockContentReusableUpdateTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php
web/core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php
web/core/modules/block_content/tests/src/Functional/Views/BlockContentTestBase.php
web/core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTranslationTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTranslationTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Unit/Access/AccessGroupAndTest.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Unit/Access/AccessibleTestingTrait.php [new file with mode: 0644]
web/core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php [new file with mode: 0644]
web/core/modules/block_place/block_place.info.yml
web/core/modules/book/book.es6.js
web/core/modules/book/book.info.yml
web/core/modules/book/book.js
web/core/modules/book/book.libraries.yml
web/core/modules/book/book.module
web/core/modules/book/migrations/book_settings.yml [new file with mode: 0644]
web/core/modules/book/migrations/d6_book.yml
web/core/modules/book/migrations/d6_book_settings.yml [deleted file]
web/core/modules/book/migrations/d7_book.yml [new file with mode: 0644]
web/core/modules/book/src/BookManagerInterface.php
web/core/modules/book/src/BookOutlineStorageInterface.php
web/core/modules/book/src/Controller/BookController.php
web/core/modules/book/src/Form/BookAdminEditForm.php
web/core/modules/book/src/Form/BookOutlineForm.php
web/core/modules/book/src/Form/BookRemoveForm.php
web/core/modules/book/src/Plugin/migrate/source/Book.php [new file with mode: 0644]
web/core/modules/book/src/Plugin/migrate/source/d6/Book.php
web/core/modules/book/tests/modules/book_test/book_test.module
web/core/modules/book/tests/modules/book_test_views/book_test_views.info.yml
web/core/modules/book/tests/src/Functional/BookContentModerationTest.php
web/core/modules/book/tests/src/Functional/BookTest.php
web/core/modules/book/tests/src/Functional/BookTestTrait.php
web/core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php
web/core/modules/book/tests/src/Kernel/BookUninstallTest.php
web/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php
web/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php [new file with mode: 0644]
web/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php [new file with mode: 0644]
web/core/modules/book/tests/src/Kernel/Plugin/migrate/source/BookTest.php [new file with mode: 0644]
web/core/modules/book/tests/src/Kernel/Plugin/migrate/source/d6/BookTest.php [deleted file]
web/core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.info.yml
web/core/modules/ckeditor/ckeditor.info.yml
web/core/modules/ckeditor/js/ckeditor.admin.es6.js
web/core/modules/ckeditor/js/ckeditor.drupalimage.admin.es6.js
web/core/modules/ckeditor/js/ckeditor.drupalimage.admin.js
web/core/modules/ckeditor/js/ckeditor.es6.js
web/core/modules/ckeditor/js/ckeditor.js
web/core/modules/ckeditor/js/ckeditor.language.admin.es6.js
web/core/modules/ckeditor/js/ckeditor.stylescombo.admin.es6.js
web/core/modules/ckeditor/js/models/Model.es6.js
web/core/modules/ckeditor/js/plugins/drupalimage/plugin.es6.js
web/core/modules/ckeditor/js/plugins/drupalimage/plugin.js
web/core/modules/ckeditor/js/plugins/drupalimagecaption/plugin.es6.js
web/core/modules/ckeditor/js/plugins/drupalimagecaption/plugin.js
web/core/modules/ckeditor/js/plugins/drupallink/plugin.es6.js
web/core/modules/ckeditor/js/plugins/drupallink/plugin.js
web/core/modules/ckeditor/js/views/AuralView.es6.js
web/core/modules/ckeditor/js/views/ControllerView.es6.js
web/core/modules/ckeditor/js/views/KeyboardView.es6.js
web/core/modules/ckeditor/js/views/VisualView.es6.js
web/core/modules/ckeditor/js/views/VisualView.js
web/core/modules/ckeditor/src/Annotation/CKEditorPlugin.php
web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php
web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php
web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php
web/core/modules/ckeditor/src/Plugin/Editor/CKEditor.php
web/core/modules/ckeditor/tests/modules/js/ajax-css.es6.js
web/core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php
web/core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaCss.php
web/core/modules/ckeditor/tests/src/Functional/CKEditorAdminTest.php
web/core/modules/ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php
web/core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
web/core/modules/ckeditor/tests/src/Kernel/CKEditorPluginManagerTest.php
web/core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
web/core/modules/ckeditor/tests/src/Unit/CKEditorPluginManagerTest.php
web/core/modules/color/color.es6.js
web/core/modules/color/color.js
web/core/modules/color/color.libraries.yml
web/core/modules/color/color.module
web/core/modules/color/migrations/d7_color.yml [new file with mode: 0644]
web/core/modules/color/preview.es6.js
web/core/modules/color/src/Plugin/migrate/destination/Color.php [new file with mode: 0644]
web/core/modules/color/src/Plugin/migrate/source/d7/Color.php [new file with mode: 0644]
web/core/modules/color/tests/modules/color_test/themes/color_test_theme/js/color_test_theme-fontsize.es6.js
web/core/modules/color/tests/src/Kernel/Migrate/d7/MigrateColorTest.php [new file with mode: 0644]
web/core/modules/color/tests/src/Kernel/Plugin/migrate/source/d7/ColorTest.php [new file with mode: 0644]
web/core/modules/comment/comment-entity-form.es6.js
web/core/modules/comment/comment.info.yml
web/core/modules/comment/comment.install
web/core/modules/comment/comment.module
web/core/modules/comment/comment.routing.yml
web/core/modules/comment/comment.tokens.inc
web/core/modules/comment/config/install/system.action.comment_delete_action.yml
web/core/modules/comment/config/schema/comment.schema.yml
web/core/modules/comment/js/comment-by-viewer.es6.js
web/core/modules/comment/js/comment-new-indicator.es6.js
web/core/modules/comment/js/comment-new-indicator.js
web/core/modules/comment/js/node-new-comments-link.es6.js
web/core/modules/comment/js/node-new-comments-link.js
web/core/modules/comment/migrations/d6_comment.yml
web/core/modules/comment/migrations/d7_comment.yml
web/core/modules/comment/src/CommentAccessControlHandler.php
web/core/modules/comment/src/CommentFieldItemList.php
web/core/modules/comment/src/CommentForm.php
web/core/modules/comment/src/CommentInterface.php
web/core/modules/comment/src/CommentLinkBuilder.php
web/core/modules/comment/src/CommentStorage.php
web/core/modules/comment/src/CommentStorageSchema.php
web/core/modules/comment/src/CommentTypeForm.php
web/core/modules/comment/src/CommentViewBuilder.php
web/core/modules/comment/src/CommentViewsData.php
web/core/modules/comment/src/Controller/CommentController.php
web/core/modules/comment/src/Entity/Comment.php
web/core/modules/comment/src/Entity/CommentType.php
web/core/modules/comment/src/Form/CommentAdminOverview.php
web/core/modules/comment/src/Form/ConfirmDeleteMultiple.php
web/core/modules/comment/src/Plugin/Action/DeleteComment.php
web/core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php
web/core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php
web/core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php
web/core/modules/comment/src/Plugin/migrate/D7Comment.php [new file with mode: 0644]
web/core/modules/comment/src/Plugin/migrate/source/d6/Comment.php
web/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php
web/core/modules/comment/src/Plugin/migrate/source/d7/Comment.php
web/core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php [new file with mode: 0644]
web/core/modules/comment/src/Plugin/views/argument/UserUid.php
web/core/modules/comment/src/Plugin/views/field/NodeNewComments.php
web/core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php
web/core/modules/comment/src/Tests/CommentCacheTagsTest.php [deleted file]
web/core/modules/comment/src/Tests/CommentNewIndicatorTest.php [deleted file]
web/core/modules/comment/src/Tests/CommentPagerTest.php [deleted file]
web/core/modules/comment/templates/comment.html.twig
web/core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.info.yml
web/core/modules/comment/tests/modules/comment_test/comment_test.info.yml
web/core/modules/comment/tests/modules/comment_test_views/comment_test_views.info.yml
web/core/modules/comment/tests/src/Functional/CommentAccessTest.php
web/core/modules/comment/tests/src/Functional/CommentAdminTest.php
web/core/modules/comment/tests/src/Functional/CommentBlockTest.php
web/core/modules/comment/tests/src/Functional/CommentCSSTest.php
web/core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/CommentEntityTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/CommentInterfaceTest.php
web/core/modules/comment/tests/src/Functional/CommentNewIndicatorTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/CommentNonNodeTest.php
web/core/modules/comment/tests/src/Functional/CommentPagerTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/CommentTestBase.php
web/core/modules/comment/tests/src/Functional/CommentThreadingTest.php
web/core/modules/comment/tests/src/Functional/CommentTitleTest.php
web/core/modules/comment/tests/src/Functional/CommentTranslationUITest.php
web/core/modules/comment/tests/src/Functional/CommentUninstallTest.php
web/core/modules/comment/tests/src/Functional/Hal/CommentHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/Hal/CommentHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/Hal/CommentHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/Rest/CommentJsonCookieTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonAnonTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonCookieTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/Rest/CommentXmlCookieTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php
web/core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php
web/core/modules/comment/tests/src/Functional/Views/CommentRestExportTest.php
web/core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php
web/core/modules/comment/tests/src/Functional/Views/WizardTest.php
web/core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php
web/core/modules/comment/tests/src/Kernel/CommentHostnameTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php
web/core/modules/comment/tests/src/Kernel/CommentValidationTest.php
web/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTest.php
web/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTest.php
web/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php
web/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php
web/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php
web/core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php
web/core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php
web/core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php
web/core/modules/comment/tests/src/Unit/Plugin/views/field/CommentBulkFormTest.php
web/core/modules/config/src/ConfigSubscriber.php
web/core/modules/config/src/Form/ConfigImportForm.php
web/core/modules/config/src/Form/ConfigSingleImportForm.php
web/core/modules/config/src/Form/ConfigSync.php
web/core/modules/config/src/Tests/ConfigInstallProfileUnmetDependenciesTest.php [deleted file]
web/core/modules/config/tests/config_collection_clash_install_test/config_collection_clash_install_test.info.yml
web/core/modules/config/tests/config_collection_install_test/config/install/another_collection/config_collection_install_test.test.yml
web/core/modules/config/tests/config_collection_install_test/config/install/collection/test1/config_collection_install_test.test.yml
web/core/modules/config/tests/config_collection_install_test/config/install/collection/test2/config_collection_install_test.test.yml
web/core/modules/config/tests/config_entity_static_cache_test/src/ConfigOverrider.php
web/core/modules/config/tests/config_events_test/src/EventSubscriber.php
web/core/modules/config/tests/config_import_test/config_import_test.module
web/core/modules/config/tests/config_install_dependency_test/config/optional/config_test.dynamic.dependency_for_unmet2.yml [new file with mode: 0644]
web/core/modules/config/tests/config_install_fail_test/config_install_fail_test.info.yml
web/core/modules/config/tests/config_integration_test/config_integration_test.info.yml
web/core/modules/config/tests/config_other_module_config_test/config/optional/config_test.dynamic.other_module_test_optional_entity_unmet2.yml [new file with mode: 0644]
web/core/modules/config/tests/config_override_integration_test/config_override_integration_test.info.yml
web/core/modules/config/tests/config_override_test/config_override_test.info.yml
web/core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php
web/core/modules/config/tests/config_test/config/install/config_test.dynamic.isinstallable.yml [moved from web/core/modules/config/tests/config_test/config/install/config_test.dynamic.isinstallable.default.yml with 100% similarity]
web/core/modules/config/tests/config_test/config/schema/config_test.schema.yml
web/core/modules/config/tests/config_test/src/ConfigTestForm.php
web/core/modules/config/tests/config_test/src/ConfigValidation.php
web/core/modules/config/tests/config_test/src/Entity/ConfigTest.php
web/core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonAnonTest.php [new file with mode: 0644]
web/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php [new file with mode: 0644]
web/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php [new file with mode: 0644]
web/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlAnonTest.php [new file with mode: 0644]
web/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlCookieTest.php [new file with mode: 0644]
web/core/modules/config/tests/config_test_id_mismatch/config/install/config_test.dynamic.no_id_match.yml [new file with mode: 0644]
web/core/modules/config/tests/config_test_id_mismatch/config_test_id_mismatch.info.yml [new file with mode: 0644]
web/core/modules/config/tests/config_test_language/config_test_language.info.yml
web/core/modules/config/tests/src/Functional/ConfigEntityListTest.php
web/core/modules/config/tests/src/Functional/ConfigEntityTest.php
web/core/modules/config/tests/src/Functional/ConfigExportImportUITest.php
web/core/modules/config/tests/src/Functional/ConfigImportAllTest.php
web/core/modules/config/tests/src/Functional/ConfigImportUITest.php
web/core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php
web/core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php [new file with mode: 0644]
web/core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php
web/core/modules/config/tests/src/Functional/ConfigOtherModuleTest.php
web/core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php
web/core/modules/config/tests/src/FunctionalJavascript/ConfigEntityTest.php
web/core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php [new file with mode: 0644]
web/core/modules/config_translation/config_translation.info.yml
web/core/modules/config_translation/migrations/d6_field_instance_label_description_translation.yml [new file with mode: 0644]
web/core/modules/config_translation/migrations/d6_field_instance_option_translation.yml [new file with mode: 0644]
web/core/modules/config_translation/migrations/d6_field_option_translation.yml [new file with mode: 0644]
web/core/modules/config_translation/migrations/d6_system_maintenance_translation.yml
web/core/modules/config_translation/migrations/d6_system_site_translation.yml
web/core/modules/config_translation/migrations/d6_taxonomy_vocabulary_translation.yml [new file with mode: 0644]
web/core/modules/config_translation/migrations/d6_user_mail_translation.yml
web/core/modules/config_translation/migrations/d6_user_profile_field_instance_translation.yml
web/core/modules/config_translation/migrations/d6_user_settings_translation.yml
web/core/modules/config_translation/migrations/d7_system_maintenance_translation.yml [new file with mode: 0644]
web/core/modules/config_translation/migrations/d7_system_site_translation.yml [new file with mode: 0644]
web/core/modules/config_translation/migrations/d7_user_mail_translation.yml [new file with mode: 0644]
web/core/modules/config_translation/migrations/d7_user_settings_translation.yml [new file with mode: 0644]
web/core/modules/config_translation/src/ConfigEntityMapper.php
web/core/modules/config_translation/src/ConfigMapperInterface.php
web/core/modules/config_translation/src/ConfigNamesMapper.php
web/core/modules/config_translation/src/Controller/ConfigTranslationController.php
web/core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php
web/core/modules/config_translation/src/Controller/ConfigTranslationListController.php
web/core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php [new file with mode: 0644]
web/core/modules/config_translation/src/Event/ConfigTranslationEvents.php [new file with mode: 0644]
web/core/modules/config_translation/src/Form/ConfigTranslationAddForm.php
web/core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php
web/core/modules/config_translation/src/Form/ConfigTranslationEditForm.php
web/core/modules/config_translation/src/FormElement/ElementInterface.php
web/core/modules/config_translation/src/FormElement/PluralVariants.php
web/core/modules/config_translation/src/Plugin/Menu/ContextualLink/ConfigTranslationContextualLink.php
web/core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php
web/core/modules/config_translation/src/Tests/ConfigTranslationInstallTest.php [deleted file]
web/core/modules/config_translation/tests/modules/config_translation_test/config/schema/config_translation_test.schema.yml
web/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.info.yml
web/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.services.yml [new file with mode: 0644]
web/core/modules/config_translation/tests/modules/config_translation_test/src/EventSubscriber/ConfigTranslationTestSubscriber.php [new file with mode: 0644]
web/core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php
web/core/modules/config_translation/tests/src/Functional/ConfigTranslationInstallTest.php [new file with mode: 0644]
web/core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
web/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
web/core/modules/config_translation/tests/src/FunctionalJavascript/ConfigTranslationUiTest.php
web/core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php [new file with mode: 0644]
web/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemMaintenanceTranslationTest.php
web/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemSiteTranslationTest.php
web/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTranslationTest.php
web/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserProfileFieldInstanceTranslationTest.php
web/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateSystemMaintenanceTranslationTest.php [new file with mode: 0644]
web/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateSystemSiteTranslationTest.php [new file with mode: 0644]
web/core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateUserConfigsTranslationTest.php [new file with mode: 0644]
web/core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/I18nProfileFieldTest.php
web/core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php
web/core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php
web/core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php
web/core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php
web/core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php
web/core/modules/contact/src/Access/ContactPageAccess.php
web/core/modules/contact/src/ContactFormEditForm.php
web/core/modules/contact/src/Controller/ContactController.php
web/core/modules/contact/src/Entity/ContactForm.php
web/core/modules/contact/src/Entity/Message.php
web/core/modules/contact/src/MailHandler.php
web/core/modules/contact/src/MessageForm.php
web/core/modules/contact/tests/drupal-7.contact.database.php
web/core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.info.yml
web/core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.module
web/core/modules/contact/tests/modules/contact_test/contact_test.info.yml
web/core/modules/contact/tests/modules/contact_test_views/contact_test_views.info.yml
web/core/modules/contact/tests/src/Functional/ContactPersonalTest.php
web/core/modules/contact/tests/src/Functional/ContactSitewideTest.php
web/core/modules/contact/tests/src/Functional/ContactStorageTest.php
web/core/modules/contact/tests/src/Functional/Hal/ContactFormHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/contact/tests/src/Functional/Hal/ContactFormHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/contact/tests/src/Functional/Hal/ContactFormHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/contact/tests/src/Functional/Hal/MessageHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/contact/tests/src/Functional/Hal/MessageHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/contact/tests/src/Functional/Hal/MessageHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/contact/tests/src/Functional/Rest/ContactFormJsonAnonTest.php [new file with mode: 0644]
web/core/modules/contact/tests/src/Functional/Rest/ContactFormJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/contact/tests/src/Functional/Rest/ContactFormJsonCookieTest.php [new file with mode: 0644]
web/core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php [new file with mode: 0644]
web/core/modules/contact/tests/src/Functional/Rest/ContactFormXmlAnonTest.php [new file with mode: 0644]
web/core/modules/contact/tests/src/Functional/Rest/ContactFormXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/contact/tests/src/Functional/Rest/ContactFormXmlCookieTest.php [new file with mode: 0644]
web/core/modules/contact/tests/src/Functional/Rest/MessageJsonAnonTest.php [new file with mode: 0644]
web/core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/contact/tests/src/Functional/Rest/MessageJsonCookieTest.php [new file with mode: 0644]
web/core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php [new file with mode: 0644]
web/core/modules/contact/tests/src/Functional/Rest/MessageXmlAnonTest.php [new file with mode: 0644]
web/core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/contact/tests/src/Functional/Rest/MessageXmlCookieTest.php [new file with mode: 0644]
web/core/modules/contact/tests/src/Functional/Update/ContactUpdateTest.php
web/core/modules/contact/tests/src/Functional/Views/ContactFieldsTest.php
web/core/modules/contact/tests/src/Kernel/Plugin/migrate/source/d6/ContactSettingsTest.php
web/core/modules/content_moderation/content_moderation.info.yml
web/core/modules/content_moderation/content_moderation.install
web/core/modules/content_moderation/content_moderation.module
web/core/modules/content_moderation/content_moderation.post_update.php
web/core/modules/content_moderation/src/Access/LatestRevisionCheck.php
web/core/modules/content_moderation/src/ContentModerationStateStorageSchema.php
web/core/modules/content_moderation/src/Controller/ModeratedContentController.php
web/core/modules/content_moderation/src/Entity/Handler/NodeModerationHandler.php
web/core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php
web/core/modules/content_moderation/src/EntityOperations.php
web/core/modules/content_moderation/src/EntityTypeInfo.php
web/core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php
web/core/modules/content_moderation/src/Form/ContentModerationConfigureForm.php
web/core/modules/content_moderation/src/Form/EntityModerationForm.php
web/core/modules/content_moderation/src/ModerationInformation.php
web/core/modules/content_moderation/src/ModerationInformationInterface.php
web/core/modules/content_moderation/src/Plugin/Action/ModerationOptOutPublish.php
web/core/modules/content_moderation/src/Plugin/Action/ModerationOptOutUnpublish.php
web/core/modules/content_moderation/src/Plugin/Field/FieldWidget/ModerationStateWidget.php
web/core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php
web/core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraint.php
web/core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraintValidator.php
web/core/modules/content_moderation/src/StateTransitionValidation.php
web/core/modules/content_moderation/src/StateTransitionValidationInterface.php
web/core/modules/content_moderation/templates/entity-moderation-form.html.twig
web/core/modules/content_moderation/tests/modules/content_moderation_test_local_task/content_moderation_test_local_task.info.yml
web/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_base_table.yml
web/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_base_table_filter_on_revision.yml
web/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_entity_test.yml
web/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_revision_table.yml
web/core/modules/content_moderation/tests/modules/content_moderation_test_views/content_moderation_test_views.info.yml
web/core/modules/content_moderation/tests/src/Functional/ContentModerationWorkflowTypeTest.php
web/core/modules/content_moderation/tests/src/Functional/DefaultContentModerationStateRevisionUpdateTest.php
web/core/modules/content_moderation/tests/src/Functional/ModeratedContentViewTest.php
web/core/modules/content_moderation/tests/src/Functional/ModerationActionsTest.php
web/core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php
web/core/modules/content_moderation/tests/src/Functional/ModerationLocaleTest.php
web/core/modules/content_moderation/tests/src/Functional/ModerationRevisionRevertTest.php
web/core/modules/content_moderation/tests/src/Functional/ModerationStateAccessTest.php
web/core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTest.php
web/core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php
web/core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php
web/core/modules/content_moderation/tests/src/Kernel/ContentModerationPermissionsTest.php
web/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateStorageSchemaTest.php
web/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php
web/core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowConfigTest.php
web/core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php
web/core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php
web/core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php
web/core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php
web/core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php
web/core/modules/content_moderation/tests/src/Kernel/InitialStateTest.php
web/core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php
web/core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php
web/core/modules/content_moderation/tests/src/Kernel/ModerationStateWidgetTest.php
web/core/modules/content_moderation/tests/src/Kernel/NodeAccessTest.php
web/core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php
web/core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php
web/core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php
web/core/modules/content_moderation/tests/src/Traits/ContentModerationTestTrait.php [new file with mode: 0644]
web/core/modules/content_moderation/tests/src/Unit/ContentModerationRouteSubscriberTest.php
web/core/modules/content_translation/content_translation.admin.es6.js
web/core/modules/content_translation/content_translation.admin.inc
web/core/modules/content_translation/content_translation.info.yml
web/core/modules/content_translation/content_translation.install
web/core/modules/content_translation/content_translation.module
web/core/modules/content_translation/migrations/d6_block_translation.yml [new file with mode: 0644]
web/core/modules/content_translation/migrations/d6_custom_block_translation.yml [new file with mode: 0644]
web/core/modules/content_translation/migrations/d6_entity_reference_translation.yml [new file with mode: 0644]
web/core/modules/content_translation/migrations/d6_menu_links_translation.yml [new file with mode: 0644]
web/core/modules/content_translation/migrations/d6_node_translation.yml [new file with mode: 0644]
web/core/modules/content_translation/migrations/d6_taxonomy_term_translation.yml
web/core/modules/content_translation/migrations/d7_comment_entity_translation.yml [new file with mode: 0644]
web/core/modules/content_translation/migrations/d7_custom_block_translation.yml [new file with mode: 0644]
web/core/modules/content_translation/migrations/d7_entity_reference_translation.yml [new file with mode: 0644]
web/core/modules/content_translation/migrations/d7_entity_translation_settings.yml [new file with mode: 0644]
web/core/modules/content_translation/migrations/d7_node_entity_translation.yml [new file with mode: 0644]
web/core/modules/content_translation/migrations/d7_node_translation.yml [new file with mode: 0644]
web/core/modules/content_translation/migrations/d7_taxonomy_term_entity_translation.yml [new file with mode: 0644]
web/core/modules/content_translation/migrations/d7_user_entity_translation.yml [new file with mode: 0644]
web/core/modules/content_translation/migrations/node_translation_menu_links.yml [new file with mode: 0644]
web/core/modules/content_translation/migrations/statistics_node_translation_counter.yml [new file with mode: 0644]
web/core/modules/content_translation/src/ContentTranslationHandler.php
web/core/modules/content_translation/src/Controller/ContentTranslationController.php
web/core/modules/content_translation/src/FieldTranslationSynchronizer.php
web/core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php
web/core/modules/content_translation/src/Plugin/migrate/source/I18nQueryTrait.php [new file with mode: 0644]
web/core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php [new file with mode: 0644]
web/core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php
web/core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
web/core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.info.yml
web/core/modules/content_translation/tests/modules/content_translation_test_views/content_translation_test_views.info.yml
web/core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php
web/core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php
web/core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php
web/core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php
web/core/modules/content_translation/tests/src/Functional/ContentTranslationUISkipTest.php
web/core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php
web/core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php
web/core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php
web/core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php
web/core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php
web/core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php
web/core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php
web/core/modules/content_translation/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTranslationTest.php
web/core/modules/content_translation/tests/src/Kernel/Migrate/d7/MigrateEntityTranslationSettingsTest.php [new file with mode: 0644]
web/core/modules/content_translation/tests/src/Kernel/Plugin/migrate/source/d7/EntityTranslationSettingsTest.php [new file with mode: 0644]
web/core/modules/contextual/contextual.module
web/core/modules/contextual/contextual.post_update.php [new file with mode: 0644]
web/core/modules/contextual/js/contextual.es6.js
web/core/modules/contextual/js/contextual.js
web/core/modules/contextual/js/contextual.toolbar.es6.js
web/core/modules/contextual/js/models/StateModel.es6.js
web/core/modules/contextual/js/toolbar/models/StateModel.es6.js
web/core/modules/contextual/js/toolbar/views/AuralView.es6.js
web/core/modules/contextual/js/toolbar/views/VisualView.es6.js
web/core/modules/contextual/js/views/AuralView.es6.js
web/core/modules/contextual/js/views/KeyboardView.es6.js
web/core/modules/contextual/js/views/RegionView.es6.js
web/core/modules/contextual/js/views/VisualView.es6.js
web/core/modules/contextual/src/ContextualController.php
web/core/modules/contextual/src/Element/ContextualLinksPlaceholder.php
web/core/modules/contextual/src/Plugin/views/field/ContextualLinks.php
web/core/modules/contextual/src/Tests/ContextualDynamicContextTest.php [deleted file]
web/core/modules/contextual/tests/modules/contextual_test/contextual_test.info.yml
web/core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php [new file with mode: 0644]
web/core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinkClickTrait.php
web/core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php
web/core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php
web/core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php
web/core/modules/datetime/datetime.info.yml
web/core/modules/datetime/datetime.views.inc
web/core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeTimeAgoFormatter.php
web/core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php
web/core/modules/datetime/src/Plugin/migrate/field/DateField.php
web/core/modules/datetime/src/Plugin/migrate/field/d6/DateField.php
web/core/modules/datetime/src/Plugin/views/filter/Date.php
web/core/modules/datetime/src/Tests/DateTestBase.php
web/core/modules/datetime/src/Tests/Views/DateTimeHandlerTestBase.php
web/core/modules/datetime/tests/modules/datetime_test/datetime_test.info.yml
web/core/modules/datetime/tests/src/Functional/DateTestBase.php
web/core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
web/core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php [new file with mode: 0644]
web/core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDateonlyTest.php
web/core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php
web/core/modules/datetime/tests/src/Kernel/Views/ArgumentDateTimeTest.php
web/core/modules/datetime/tests/src/Kernel/Views/DateTimeHandlerTestBase.php
web/core/modules/datetime/tests/src/Kernel/Views/FilterDateTest.php
web/core/modules/datetime/tests/src/Kernel/Views/FilterDateTimeTest.php
web/core/modules/datetime/tests/src/Kernel/Views/SortDateTimeTest.php
web/core/modules/datetime/tests/src/Unit/Plugin/migrate/field/DateFieldLegacyTest.php [new file with mode: 0644]
web/core/modules/datetime/tests/src/Unit/Plugin/migrate/field/DateFieldTest.php
web/core/modules/datetime/tests/src/Unit/Plugin/migrate/field/d6/DateFieldLegacyTest.php [new file with mode: 0644]
web/core/modules/datetime/tests/src/Unit/Plugin/migrate/field/d6/DateFieldTest.php
web/core/modules/datetime_range/datetime_range.info.yml
web/core/modules/datetime_range/datetime_range.module
web/core/modules/datetime_range/datetime_range.post_update.php
web/core/modules/datetime_range/datetime_range.views.inc [new file with mode: 0644]
web/core/modules/datetime_range/tests/fixtures/update/datetime_range-filter-values.php [new file with mode: 0644]
web/core/modules/datetime_range/tests/fixtures/update/field.field.node.page.field_range.yml [new file with mode: 0644]
web/core/modules/datetime_range/tests/fixtures/update/field.storage.node.field_range.yml [new file with mode: 0644]
web/core/modules/datetime_range/tests/fixtures/update/views.view.test_datetime_range_filter_values.yml [new file with mode: 0644]
web/core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.info.yml [new file with mode: 0644]
web/core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.module [new file with mode: 0644]
web/core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
web/core/modules/datetime_range/tests/src/Functional/Update/DatetimeRangeViewUpdateTest.php [new file with mode: 0644]
web/core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php
web/core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php
web/core/modules/datetime_range/tests/src/Kernel/Views/EntityTypeWithoutViewsDataTest.php [new file with mode: 0644]
web/core/modules/datetime_range/tests/src/Kernel/Views/FilterDateTest.php [new file with mode: 0644]
web/core/modules/dblog/config/optional/views.view.watchdog.yml
web/core/modules/dblog/dblog.install
web/core/modules/dblog/dblog.module
web/core/modules/dblog/src/Controller/DbLogController.php
web/core/modules/dblog/src/Form/DblogClearLogConfirmForm.php
web/core/modules/dblog/src/Logger/DbLog.php
web/core/modules/dblog/src/Plugin/views/field/DblogMessage.php
web/core/modules/dblog/tests/modules/dblog_test_views/dblog_test_views.info.yml
web/core/modules/dblog/tests/src/Functional/DbLogTest.php
web/core/modules/dblog/tests/src/Functional/DbLogViewsTest.php
web/core/modules/dblog/tests/src/Functional/FakeLogEntries.php [new file with mode: 0644]
web/core/modules/dblog/tests/src/Functional/Update/DblogFiltersAndFieldsUpgradeTest.php
web/core/modules/dblog/tests/src/Functional/Update/DblogNoLogsAvailableUpgradeTest.php [new file with mode: 0644]
web/core/modules/dblog/tests/src/Functional/Update/DblogRecentLogsUsingViewsUpdateTest.php
web/core/modules/dblog/tests/src/Kernel/DbLogTest.php [new file with mode: 0644]
web/core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php
web/core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php
web/core/modules/editor/editor.info.yml
web/core/modules/editor/js/editor.admin.es6.js
web/core/modules/editor/js/editor.admin.js
web/core/modules/editor/js/editor.dialog.es6.js
web/core/modules/editor/js/editor.es6.js
web/core/modules/editor/js/editor.formattedTextEditor.es6.js
web/core/modules/editor/js/editor.formattedTextEditor.js
web/core/modules/editor/js/editor.js
web/core/modules/editor/src/EditorXssFilter/Standard.php
web/core/modules/editor/src/Entity/Editor.php
web/core/modules/editor/src/Form/EditorImageDialog.php
web/core/modules/editor/src/Tests/EditorAdminTest.php [deleted file]
web/core/modules/editor/src/Tests/EditorLoadingTest.php [deleted file]
web/core/modules/editor/src/Tests/EditorSecurityTest.php [deleted file]
web/core/modules/editor/src/Tests/EditorUploadImageScaleTest.php [deleted file]
web/core/modules/editor/src/Tests/QuickEditIntegrationLoadingTest.php [deleted file]
web/core/modules/editor/tests/editor_private_test/editor_private_test.info.yml
web/core/modules/editor/tests/src/Functional/EditorAdminTest.php [new file with mode: 0644]
web/core/modules/editor/tests/src/Functional/EditorLoadingTest.php [new file with mode: 0644]
web/core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php
web/core/modules/editor/tests/src/Functional/EditorSecurityTest.php [new file with mode: 0644]
web/core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php [new file with mode: 0644]
web/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/editor/tests/src/Functional/QuickEditIntegrationLoadingTest.php [new file with mode: 0644]
web/core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php [new file with mode: 0644]
web/core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/editor/tests/src/Functional/Rest/EditorJsonCookieTest.php [new file with mode: 0644]
web/core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php [new file with mode: 0644]
web/core/modules/editor/tests/src/Functional/Rest/EditorXmlAnonTest.php [new file with mode: 0644]
web/core/modules/editor/tests/src/Functional/Rest/EditorXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/editor/tests/src/Functional/Rest/EditorXmlCookieTest.php [new file with mode: 0644]
web/core/modules/editor/tests/src/Functional/Update/EditorUpdateTest.php
web/core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php
web/core/modules/editor/tests/src/Kernel/QuickEditIntegrationTest.php
web/core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php
web/core/modules/field/field.api.php
web/core/modules/field/field.module
web/core/modules/field/migrations/d6_field.yml
web/core/modules/field/migrations/d6_field_formatter_settings.yml
web/core/modules/field/migrations/d6_field_instance.yml
web/core/modules/field/migrations/d6_field_instance_widget_settings.yml
web/core/modules/field/migrations/d7_field.yml
web/core/modules/field/migrations/d7_field_formatter_settings.yml
web/core/modules/field/migrations/d7_field_instance.yml
web/core/modules/field/migrations/d7_field_instance_widget_settings.yml
web/core/modules/field/src/Entity/FieldConfig.php
web/core/modules/field/src/Entity/FieldStorageConfig.php
web/core/modules/field/src/FieldConfigStorage.php
web/core/modules/field/src/FieldStorageConfigStorage.php
web/core/modules/field/src/FieldUninstallValidator.php
web/core/modules/field/src/Plugin/migrate/process/ProcessField.php
web/core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceOptionTranslation.php [new file with mode: 0644]
web/core/modules/field/src/Plugin/migrate/process/d6/FieldOptionTranslation.php [new file with mode: 0644]
web/core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceDefaults.php
web/core/modules/field/src/Plugin/migrate/source/d6/FieldInstanceOptionTranslation.php [new file with mode: 0644]
web/core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php [new file with mode: 0644]
web/core/modules/field/src/Plugin/migrate/source/d6/FieldOptionTranslation.php [new file with mode: 0644]
web/core/modules/field/src/Plugin/migrate/source/d7/Field.php
web/core/modules/field/src/Plugin/migrate/source/d7/FieldInstance.php
web/core/modules/field/src/Tests/Boolean/BooleanFormatterSettingsTest.php [deleted file]
web/core/modules/field/src/Tests/Email/EmailFieldTest.php [deleted file]
web/core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php
web/core/modules/field/src/Tests/EntityReference/EntityReferenceFileUploadTest.php [deleted file]
web/core/modules/field/src/Tests/EntityReference/EntityReferenceTestTrait.php
web/core/modules/field/src/Tests/FieldDefaultValueCallbackProvider.php [deleted file]
web/core/modules/field/src/Tests/FieldDefaultValueCallbackTest.php [deleted file]
web/core/modules/field/src/Tests/FieldImportDeleteUninstallUiTest.php [deleted file]
web/core/modules/field/src/Tests/FormTest.php [deleted file]
web/core/modules/field/src/Tests/NestedFormTest.php [deleted file]
web/core/modules/field/src/Tests/Number/NumberFieldTest.php [deleted file]
web/core/modules/field/src/Tests/String/StringFieldTest.php [deleted file]
web/core/modules/field/src/Tests/Views/FieldTestBase.php
web/core/modules/field/src/Tests/Views/FieldUITest.php [deleted file]
web/core/modules/field/src/Tests/Views/HandlerFieldFieldTest.php [deleted file]
web/core/modules/field/src/Tests/reEnableModuleFieldTest.php [deleted file]
web/core/modules/field/tests/fixtures/update/drupal-8.views_entity_reference_plugins-2429191.php
web/core/modules/field/tests/modules/field_plugins_test/field_plugins_test.info.yml
web/core/modules/field/tests/modules/field_test/config/schema/field_test.schema.yml
web/core/modules/field/tests/modules/field_test/field_test.info.yml
web/core/modules/field/tests/modules/field_test/field_test.module
web/core/modules/field/tests/modules/field_test/src/FieldDefaultValueCallbackProvider.php [new file with mode: 0644]
web/core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php
web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php
web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php
web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultilingual.php [new file with mode: 0644]
web/core/modules/field/tests/modules/field_test_boolean_access_denied/field_test_boolean_access_denied.info.yml
web/core/modules/field/tests/modules/field_test_views/field_test_views.info.yml
web/core/modules/field/tests/modules/field_third_party_test/field_third_party_test.info.yml
web/core/modules/field/tests/modules/field_timestamp_test/field_timestamp_test.info.yml
web/core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php
web/core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Email/EmailFieldTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAutoCreateTest.php
web/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php
web/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
web/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFileUploadTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceIntegrationTest.php
web/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceXSSTest.php
web/core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php
web/core/modules/field/tests/src/Functional/FieldDefaultValueCallbackTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/FieldHelpTest.php
web/core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/FormTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/NestedFormTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Number/NumberFieldTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Rest/FieldConfigJsonAnonTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Rest/FieldConfigJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Rest/FieldConfigJsonCookieTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Rest/FieldConfigXmlAnonTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Rest/FieldConfigXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Rest/FieldConfigXmlCookieTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonAnonTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonCookieTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlAnonTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlCookieTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/String/StringFieldTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/TranslationWebTest.php
web/core/modules/field/tests/src/Functional/Update/EmailWidgetSizeSettingUpdateTest.php
web/core/modules/field/tests/src/Functional/Update/EntityReferenceHandlerSettingUpdateTest.php
web/core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php
web/core/modules/field/tests/src/Functional/Views/FieldTestBase.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Views/FieldUITest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/Views/HandlerFieldFieldTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Functional/reEnableModuleFieldTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/FunctionalJavascript/FormJSAddMoreTest.php
web/core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
web/core/modules/field/tests/src/Kernel/BulkDeleteTest.php
web/core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php
web/core/modules/field/tests/src/Kernel/DisplayApiTest.php
web/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php
web/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php
web/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php
web/core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php
web/core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php
web/core/modules/field/tests/src/Kernel/FieldCrudTest.php
web/core/modules/field/tests/src/Kernel/FieldDisplayTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php
web/core/modules/field/tests/src/Kernel/FieldKernelTestBase.php
web/core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php
web/core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php
web/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldFormatterSettingsTest.php
web/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceOptionTranslationTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldOptionTranslationTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldWidgetSettingsTest.php
web/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php
web/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceTest.php
web/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php
web/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php
web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceLabelDescriptionTranslationTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceOptionTranslationTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstancePerFormDisplayTest.php
web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerFormDisplayTest.php
web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerViewModeTest.php
web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceTest.php
web/core/modules/field/tests/src/Kernel/String/RawStringFormatterTest.php
web/core/modules/field/tests/src/Kernel/String/StringFormatterTest.php
web/core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php
web/core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
web/core/modules/field/tests/src/Kernel/TranslationTest.php
web/core/modules/field/tests/src/Kernel/Uri/UriItemTest.php
web/core/modules/field/tests/src/Traits/EntityReferenceTestTrait.php [new file with mode: 0644]
web/core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php
web/core/modules/field_layout/field_layout.info.yml
web/core/modules/field_layout/field_layout.install
web/core/modules/field_layout/field_layout.module
web/core/modules/field_layout/tests/modules/field_layout_test/field_layout_test.info.yml
web/core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php
web/core/modules/field_layout/tests/src/Kernel/FieldLayoutUninstallTest.php [new file with mode: 0644]
web/core/modules/field_ui/field_ui.es6.js
web/core/modules/field_ui/field_ui.info.yml
web/core/modules/field_ui/field_ui.js
web/core/modules/field_ui/src/Controller/FieldConfigListController.php
web/core/modules/field_ui/src/Element/FieldUiTable.php
web/core/modules/field_ui/src/EntityDisplayModeListBuilder.php
web/core/modules/field_ui/src/FieldConfigListBuilder.php
web/core/modules/field_ui/src/FieldUiPermissions.php
web/core/modules/field_ui/src/Form/EntityDisplayFormBase.php
web/core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php
web/core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php
web/core/modules/field_ui/src/Form/FieldConfigDeleteForm.php
web/core/modules/field_ui/src/Form/FieldConfigEditForm.php
web/core/modules/field_ui/src/Form/FieldStorageAddForm.php
web/core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php
web/core/modules/field_ui/src/Tests/FieldUIDeleteTest.php [deleted file]
web/core/modules/field_ui/src/Tests/ManageDisplayTest.php
web/core/modules/field_ui/src/Tests/ManageFieldsTest.php [deleted file]
web/core/modules/field_ui/tests/src/Functional/EntityDisplayModeTest.php
web/core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php [new file with mode: 0644]
web/core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php [new file with mode: 0644]
web/core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php
web/core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php
web/core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php
web/core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php [new file with mode: 0644]
web/core/modules/file/file.es6.js
web/core/modules/file/file.info.yml
web/core/modules/file/file.js
web/core/modules/file/file.module
web/core/modules/file/src/Element/ManagedFile.php
web/core/modules/file/src/Entity/File.php
web/core/modules/file/src/FileAccessControlHandler.php
web/core/modules/file/src/FileServiceProvider.php [new file with mode: 0644]
web/core/modules/file/src/FileStorageSchema.php
web/core/modules/file/src/FileViewsData.php
web/core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php
web/core/modules/file/src/Plugin/Validation/Constraint/FileValidationConstraintValidator.php
web/core/modules/file/src/Plugin/migrate/destination/EntityFile.php
web/core/modules/file/src/Plugin/migrate/field/d6/FileField.php
web/core/modules/file/src/Plugin/migrate/field/d7/FileField.php
web/core/modules/file/src/Plugin/migrate/source/d6/File.php
web/core/modules/file/src/Plugin/migrate/source/d7/File.php
web/core/modules/file/src/Plugin/rest/resource/FileUploadResource.php [new file with mode: 0644]
web/core/modules/file/src/Tests/DownloadTest.php [deleted file]
web/core/modules/file/src/Tests/FileFieldAnonymousSubmissionTest.php [deleted file]
web/core/modules/file/src/Tests/FileFieldDisplayTest.php [deleted file]
web/core/modules/file/src/Tests/FileFieldFormatterAccessTest.php [deleted file]
web/core/modules/file/src/Tests/FileFieldPathTest.php [deleted file]
web/core/modules/file/src/Tests/FileFieldRSSContentTest.php [deleted file]
web/core/modules/file/src/Tests/FileFieldRevisionTest.php [deleted file]
web/core/modules/file/src/Tests/FileFieldTestBase.php
web/core/modules/file/src/Tests/FileFieldValidateTest.php [deleted file]
web/core/modules/file/src/Tests/FileFieldWidgetTest.php
web/core/modules/file/src/Tests/FileListingTest.php [deleted file]
web/core/modules/file/src/Tests/FileManagedFileElementTest.php [deleted file]
web/core/modules/file/src/Tests/FileManagedTestBase.php
web/core/modules/file/src/Tests/FileOnTranslatedEntityTest.php [deleted file]
web/core/modules/file/src/Tests/FilePrivateTest.php [deleted file]
web/core/modules/file/src/Tests/FileTokenReplaceTest.php [deleted file]
web/core/modules/file/src/Tests/PrivateFileOnTranslatedEntityTest.php [deleted file]
web/core/modules/file/src/Tests/RemoteFileSaveUploadTest.php [deleted file]
web/core/modules/file/src/Tests/SaveUploadFormTest.php [deleted file]
web/core/modules/file/src/Tests/SaveUploadTest.php [deleted file]
web/core/modules/file/src/Tests/Update/FileUpdateTest.php [deleted file]
web/core/modules/file/src/Tests/Views/RelationshipUserFileDataTest.php [deleted file]
web/core/modules/file/tests/file_module_test/src/Form/FileModuleTestForm.php
web/core/modules/file/tests/file_test/src/Form/FileTestForm.php
web/core/modules/file/tests/fixtures/update/drupal-8.file_formatters_update_2677990.php
web/core/modules/file/tests/modules/file_test_views/file_test_views.info.yml
web/core/modules/file/tests/src/Functional/DownloadTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/FileFieldAnonymousSubmissionTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/FileFieldDisplayTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/FileFieldFormatterAccessTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/FileFieldPathTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/FileFieldRSSContentTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/FileFieldRevisionTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/FileFieldTestBase.php
web/core/modules/file/tests/src/Functional/FileFieldValidateTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/FileListingTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/FileManagedFileElementTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/FilePrivateTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/FileTokenReplaceTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/FileUploadJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/FileUploadJsonCookieTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/Formatter/FileMediaFormatterTestBase.php
web/core/modules/file/tests/src/Functional/Hal/FileHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/Hal/FileHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/Hal/FileHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonTestBase.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/Rest/FileJsonAnonTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/Rest/FileJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/Rest/FileJsonCookieTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/Rest/FileXmlAnonTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/Rest/FileXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/Rest/FileXmlCookieTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/SaveUploadFormTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/SaveUploadTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/Update/FileUpdateTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Functional/Update/FileUsageTemporaryDeletionConfigurationUpdateTest.php
web/core/modules/file/tests/src/Functional/Views/RelationshipUserFileDataTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/FunctionalJavascript/FileManagedFileElementTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php
web/core/modules/file/tests/src/Kernel/AccessTest.php
web/core/modules/file/tests/src/Kernel/CopyTest.php
web/core/modules/file/tests/src/Kernel/DeleteTest.php
web/core/modules/file/tests/src/Kernel/FileItemValidationTest.php
web/core/modules/file/tests/src/Kernel/LoadTest.php
web/core/modules/file/tests/src/Kernel/Migrate/d6/FileMigrationTestTrait.php
web/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateFileTest.php
web/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityDisplayTest.php
web/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityFormDisplayTest.php
web/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadFieldTest.php
web/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadInstanceTest.php
web/core/modules/file/tests/src/Kernel/Migrate/d7/FileMigrationSetupTrait.php
web/core/modules/file/tests/src/Kernel/Migrate/d7/MigrateFileTest.php
web/core/modules/file/tests/src/Kernel/Migrate/d7/MigratePrivateFileTest.php
web/core/modules/file/tests/src/Kernel/MoveTest.php
web/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/FileTest.php
web/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d7/FileTest.php
web/core/modules/file/tests/src/Kernel/SaveDataTest.php
web/core/modules/file/tests/src/Kernel/SaveTest.php
web/core/modules/file/tests/src/Kernel/SpaceUsedTest.php
web/core/modules/file/tests/src/Kernel/UsageTest.php
web/core/modules/file/tests/src/Kernel/ValidateTest.php
web/core/modules/file/tests/src/Kernel/ValidatorTest.php
web/core/modules/file/tests/src/Kernel/Views/FileViewsFieldAccessTest.php
web/core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d6/FileCckTest.php
web/core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/FileCckTest.php
web/core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/ImageCckTest.php
web/core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/FileFieldLegacyTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/FileFieldTest.php
web/core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/FileFieldLegacyTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/FileFieldTest.php
web/core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldLegacyTest.php [new file with mode: 0644]
web/core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldTest.php
web/core/modules/filter/filter.admin.es6.js
web/core/modules/filter/filter.es6.js
web/core/modules/filter/filter.filter_html.admin.es6.js
web/core/modules/filter/filter.info.yml
web/core/modules/filter/filter.module
web/core/modules/filter/src/Entity/FilterFormat.php
web/core/modules/filter/src/FilterFormatAddForm.php
web/core/modules/filter/src/FilterFormatEditForm.php
web/core/modules/filter/src/FilterFormatFormBase.php
web/core/modules/filter/src/FilterFormatListBuilder.php
web/core/modules/filter/src/FilterPermissions.php
web/core/modules/filter/src/FilterProcessResult.php
web/core/modules/filter/src/Form/FilterDisableForm.php
web/core/modules/filter/src/Plugin/Filter/FilterCaption.php
web/core/modules/filter/src/Plugin/Filter/FilterHtml.php
web/core/modules/filter/tests/filter_test/filter_test.info.yml
web/core/modules/filter/tests/filter_test/filter_test.module
web/core/modules/filter/tests/src/Functional/FilterAdminTest.php
web/core/modules/filter/tests/src/Functional/FilterDefaultFormatTest.php
web/core/modules/filter/tests/src/Functional/FilterFormTest.php
web/core/modules/filter/tests/src/Functional/FilterFormatAccessTest.php
web/core/modules/filter/tests/src/Functional/FilterHooksTest.php
web/core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/filter/tests/src/Functional/Hal/FilterFormatHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonAnonTest.php [new file with mode: 0644]
web/core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/filter/tests/src/Functional/Rest/FilterFormatJsonCookieTest.php [new file with mode: 0644]
web/core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php [new file with mode: 0644]
web/core/modules/filter/tests/src/Functional/Rest/FilterFormatXmlAnonTest.php [new file with mode: 0644]
web/core/modules/filter/tests/src/Functional/Rest/FilterFormatXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/filter/tests/src/Functional/Rest/FilterFormatXmlCookieTest.php [new file with mode: 0644]
web/core/modules/filter/tests/src/Kernel/FilterAPITest.php
web/core/modules/filter/tests/src/Kernel/FilterKernelTest.php
web/core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php
web/core/modules/filter/tests/src/Unit/FilterHtmlTest.php
web/core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php
web/core/modules/forum/forum.info.yml
web/core/modules/forum/forum.module
web/core/modules/forum/forum.views.inc
web/core/modules/forum/src/Breadcrumb/ForumBreadcrumbBuilderBase.php
web/core/modules/forum/src/Breadcrumb/ForumListingBreadcrumbBuilder.php
web/core/modules/forum/src/Breadcrumb/ForumNodeBreadcrumbBuilder.php
web/core/modules/forum/src/Form/DeleteForm.php
web/core/modules/forum/src/Form/ForumForm.php
web/core/modules/forum/src/Form/Overview.php
web/core/modules/forum/src/ForumManager.php
web/core/modules/forum/src/ForumSettingsForm.php
web/core/modules/forum/src/ForumUninstallValidator.php
web/core/modules/forum/templates/forums.html.twig
web/core/modules/forum/tests/modules/forum_test_views/forum_test_views.info.yml
web/core/modules/forum/tests/src/Functional/ForumTest.php
web/core/modules/forum/tests/src/Functional/Views/ForumIntegrationTest.php
web/core/modules/forum/tests/src/Unit/Breadcrumb/ForumListingBreadcrumbBuilderTest.php
web/core/modules/forum/tests/src/Unit/Breadcrumb/ForumNodeBreadcrumbBuilderTest.php
web/core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php
web/core/modules/hal/hal.api.php
web/core/modules/hal/hal.info.yml
web/core/modules/hal/hal.services.yml
web/core/modules/hal/src/LinkManager/RelationLinkManager.php
web/core/modules/hal/src/LinkManager/TypeLinkManager.php
web/core/modules/hal/src/Normalizer/ContentEntityNormalizer.php
web/core/modules/hal/src/Normalizer/EntityReferenceItemNormalizer.php
web/core/modules/hal/src/Normalizer/FieldItemNormalizer.php
web/core/modules/hal/src/Normalizer/FileEntityNormalizer.php
web/core/modules/hal/tests/fixtures/update/drupal-8.rest-hal_update_8301.php
web/core/modules/hal/tests/src/Functional/EntityResource/Action/ActionHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Action/ActionHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Action/ActionHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/BaseFieldOverride/BaseFieldOverrideHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/BaseFieldOverride/BaseFieldOverrideHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/BaseFieldOverride/BaseFieldOverrideHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Block/BlockHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Block/BlockHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Block/BlockHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/BlockContent/BlockContentHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/BlockContent/BlockContentHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/BlockContent/BlockContentHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/BlockContentType/BlockContentTypeHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/BlockContentType/BlockContentTypeHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/BlockContentType/BlockContentTypeHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonTestBase.php
web/core/modules/hal/tests/src/Functional/EntityResource/CommentType/CommentTypeHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/CommentType/CommentTypeHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/CommentType/CommentTypeHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/ConfigTest/ConfigTestHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/ConfigTest/ConfigTestHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/ConfigTest/ConfigTestHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/ConfigurableLanguage/ConfigurableLanguageHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/ConfigurableLanguage/ConfigurableLanguageHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/ConfigurableLanguage/ConfigurableLanguageHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/ContactForm/ContactFormHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/ContactForm/ContactFormHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/ContactForm/ContactFormHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/ContentLanguageSettings/ContentLanguageSettingsHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/ContentLanguageSettings/ContentLanguageSettingsHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/ContentLanguageSettings/ContentLanguageSettingsHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/DateFormat/DateFormatHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/DateFormat/DateFormatHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/DateFormat/DateFormatHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Editor/EditorHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Editor/EditorHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Editor/EditorHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/EntityFormMode/EntityFormModeHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/EntityFormMode/EntityFormModeHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/EntityFormMode/EntityFormModeHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonInternalPropertyNormalizerTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/EntityTestBundle/EntityTestBundleHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/EntityTestBundle/EntityTestBundleHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/EntityTestBundle/EntityTestBundleHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/EntityTestLabel/EntityTestLabelHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/EntityTestLabel/EntityTestLabelHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/EntityTestLabel/EntityTestLabelHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/EntityViewMode/EntityViewModeHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/EntityViewMode/EntityViewModeHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/EntityViewMode/EntityViewModeHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Feed/FeedHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Feed/FeedHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Feed/FeedHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Feed/FeedHalJsonTestBase.php
web/core/modules/hal/tests/src/Functional/EntityResource/FieldConfig/FieldConfigHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/FieldConfig/FieldConfigHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/FieldConfig/FieldConfigHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/FieldStorageConfig/FieldStorageConfigHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/FieldStorageConfig/FieldStorageConfigHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/FieldStorageConfig/FieldStorageConfigHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/File/FileHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/File/FileHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/File/FileHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/File/FileUploadHalJsonTestBase.php [new file with mode: 0644]
web/core/modules/hal/tests/src/Functional/EntityResource/FilterFormat/FilterFormatHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/FilterFormat/FilterFormatHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/FilterFormat/FilterFormatHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/ImageStyle/ImageStyleHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/ImageStyle/ImageStyleHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/ImageStyle/ImageStyleHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Item/ItemHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Item/ItemHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Item/ItemHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Item/ItemHalJsonTestBase.php
web/core/modules/hal/tests/src/Functional/EntityResource/Media/MediaHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Media/MediaHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Media/MediaHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/MediaType/MediaTypeHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/MediaType/MediaTypeHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/MediaType/MediaTypeHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Menu/MenuHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Menu/MenuHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Menu/MenuHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Message/MessageHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Message/MessageHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Message/MessageHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/NodeType/NodeTypeHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/NodeType/NodeTypeHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/NodeType/NodeTypeHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/RdfMapping/RdfMappingHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/RdfMapping/RdfMappingHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/RdfMapping/RdfMappingHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/ResponsiveImageStyle/ResponsiveImageStyleHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/ResponsiveImageStyle/ResponsiveImageStyleHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/ResponsiveImageStyle/ResponsiveImageStyleHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/RestResourceConfig/RestResourceConfigHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/RestResourceConfig/RestResourceConfigHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/RestResourceConfig/RestResourceConfigHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Role/RoleHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Role/RoleHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Role/RoleHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/SearchPage/SearchPageHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/SearchPage/SearchPageHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/SearchPage/SearchPageHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Shortcut/ShortcutHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Shortcut/ShortcutHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Shortcut/ShortcutHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/ShortcutSet/ShortcutSetHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/ShortcutSet/ShortcutSetHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/ShortcutSet/ShortcutSetHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Term/TermHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Term/TermHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Term/TermHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Tour/TourHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Tour/TourHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Tour/TourHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/User/UserHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/User/UserHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/User/UserHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/View/ViewHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/View/ViewHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/View/ViewHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Vocabulary/VocabularyHalJsonAnonTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Vocabulary/VocabularyHalJsonBasicAuthTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/EntityResource/Vocabulary/VocabularyHalJsonCookieTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/FileDenormalizeTest.php [deleted file]
web/core/modules/hal/tests/src/Functional/Update/CreateHalSettingsForLinkDomainUpdateTest.php
web/core/modules/hal/tests/src/Functional/Update/MigrateLinkDomainSettingFromRestToHalUpdateTest.php
web/core/modules/hal/tests/src/Kernel/EntityTranslationNormalizeTest.php
web/core/modules/hal/tests/src/Kernel/FileNormalizeTest.php
web/core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php
web/core/modules/hal/tests/src/Kernel/NormalizeTest.php
web/core/modules/help/src/Controller/HelpController.php
web/core/modules/help/src/HelpSectionPluginInterface.php
web/core/modules/help/tests/modules/help_page_test/src/Plugin/HelpSection/EmptyHelpSection.php
web/core/modules/help/tests/modules/help_test/help_test.info.yml
web/core/modules/help/tests/src/Functional/HelpTest.php
web/core/modules/help/tests/src/Functional/NoHelpTest.php
web/core/modules/history/history.info.yml
web/core/modules/history/history.module
web/core/modules/history/history.views.inc
web/core/modules/history/js/history.es6.js
web/core/modules/history/js/mark-as-read.es6.js
web/core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php
web/core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php
web/core/modules/history/tests/src/Functional/HistoryTest.php
web/core/modules/image/config/schema/image.schema.yml
web/core/modules/image/image.field.inc
web/core/modules/image/image.info.yml
web/core/modules/image/image.install
web/core/modules/image/image.module
web/core/modules/image/image.post_update.php
web/core/modules/image/js/editors/image.es6.js
web/core/modules/image/js/editors/image.js
web/core/modules/image/js/theme.es6.js
web/core/modules/image/js/theme.js
web/core/modules/image/src/Controller/ImageStyleDownloadController.php
web/core/modules/image/src/Entity/ImageStyle.php
web/core/modules/image/src/Form/ImageEffectDeleteForm.php
web/core/modules/image/src/Form/ImageEffectFormBase.php
web/core/modules/image/src/Form/ImageStyleAddForm.php
web/core/modules/image/src/Form/ImageStyleDeleteForm.php
web/core/modules/image/src/Form/ImageStyleEditForm.php
web/core/modules/image/src/Form/ImageStyleFlushForm.php
web/core/modules/image/src/ImageStyleInterface.php
web/core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php
web/core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
web/core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php
web/core/modules/image/src/Plugin/ImageEffect/ConvertImageEffect.php
web/core/modules/image/src/Plugin/ImageEffect/ScaleAndCropImageEffect.php
web/core/modules/image/src/Plugin/migrate/field/d7/ImageField.php
web/core/modules/image/src/Routing/ImageStyleRoutes.php
web/core/modules/image/src/Tests/FileMoveTest.php [deleted file]
web/core/modules/image/src/Tests/ImageAdminStylesTest.php [deleted file]
web/core/modules/image/src/Tests/ImageDimensionsTest.php [deleted file]
web/core/modules/image/src/Tests/ImageFieldDefaultImagesTest.php [deleted file]
web/core/modules/image/src/Tests/ImageFieldDisplayTest.php [deleted file]
web/core/modules/image/src/Tests/ImageFieldTestBase.php
web/core/modules/image/src/Tests/ImageFieldValidateTest.php [deleted file]
web/core/modules/image/src/Tests/ImageOnTranslatedEntityTest.php [deleted file]
web/core/modules/image/src/Tests/ImageStyleFlushTest.php [deleted file]
web/core/modules/image/src/Tests/ImageStylesPathAndUrlTest.php [deleted file]
web/core/modules/image/src/Tests/ImageThemeFunctionTest.php [deleted file]
web/core/modules/image/src/Tests/QuickEditImageControllerTest.php [deleted file]
web/core/modules/image/src/Tests/Views/RelationshipUserImageDataTest.php [deleted file]
web/core/modules/image/templates/image-scale-and-crop-summary.html.twig [new file with mode: 0644]
web/core/modules/image/tests/fixtures/update/image.image_style.test_scale_and_crop_add_anchor.yml [new file with mode: 0644]
web/core/modules/image/tests/fixtures/update/test_scale_and_crop_add_anchor.php [new file with mode: 0644]
web/core/modules/image/tests/modules/image_test_views/image_test_views.info.yml
web/core/modules/image/tests/src/Functional/FileMoveTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/Functional/Hal/ImageStyleHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/Functional/ImageAdminStylesTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/Functional/ImageDimensionsTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/Functional/ImageEffectsTest.php
web/core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/Functional/ImageFieldTestBase.php
web/core/modules/image/tests/src/Functional/ImageFieldValidateTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/Functional/ImageStyleFlushTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/Functional/QuickEditImageControllerTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/Functional/Rest/ImageStyleJsonAnonTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/Functional/Rest/ImageStyleJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/Functional/Rest/ImageStyleJsonCookieTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php [new file with mode: 0644]
web/core/modules/image/tests/src/Functional/Rest/ImageStyleXmlAnonTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/Functional/Rest/ImageStyleXmlCookieTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/Functional/Update/ImageUpdateTest.php
web/core/modules/image/tests/src/Functional/Update/ScaleAndCropAddAnchorUpdateTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/FunctionalJavascript/ImageAdminStylesTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/FunctionalJavascript/ImageFieldTestBase.php [new file with mode: 0644]
web/core/modules/image/tests/src/FunctionalJavascript/ImageFieldValidateTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/FunctionalJavascript/QuickEditImageEditorTestTrait.php [new file with mode: 0644]
web/core/modules/image/tests/src/FunctionalJavascript/QuickEditImageTest.php
web/core/modules/image/tests/src/Kernel/ImageFormatterTest.php
web/core/modules/image/tests/src/Kernel/ImageImportTest.php
web/core/modules/image/tests/src/Kernel/ImageItemTest.php
web/core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageStylesTest.php
web/core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php [new file with mode: 0644]
web/core/modules/image/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldTest.php
web/core/modules/inline_form_errors/inline_form_errors.module
web/core/modules/inline_form_errors/src/FormErrorHandler.php
web/core/modules/inline_form_errors/src/InlineFormErrorsServiceProvider.php
web/core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditorTest.php
web/core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerQuickEditTest.php
web/core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php
web/core/modules/language/language.admin.es6.js
web/core/modules/language/language.module
web/core/modules/language/migrations/d6_language_content_menu_settings.yml [new file with mode: 0644]
web/core/modules/language/migrations/d6_language_content_taxonomy_vocabulary_settings.yml [new file with mode: 0644]
web/core/modules/language/migrations/d7_language_content_settings.yml
web/core/modules/language/src/Config/LanguageConfigFactoryOverride.php
web/core/modules/language/src/Entity/ConfigurableLanguage.php
web/core/modules/language/src/Entity/ContentLanguageSettings.php
web/core/modules/language/src/EventSubscriber/LanguageRequestSubscriber.php
web/core/modules/language/src/Form/ContentLanguageSettingsForm.php
web/core/modules/language/src/Form/LanguageAddForm.php
web/core/modules/language/src/Form/LanguageFormBase.php
web/core/modules/language/src/Form/NegotiationBrowserDeleteForm.php
web/core/modules/language/src/Form/NegotiationConfigureForm.php
web/core/modules/language/src/HttpKernel/PathProcessorLanguage.php
web/core/modules/language/src/LanguageListBuilder.php
web/core/modules/language/src/Plugin/Block/LanguageBlock.php
web/core/modules/language/src/Plugin/migrate/process/LanguageDomains.php
web/core/modules/language/src/Plugin/migrate/source/Language.php
web/core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettingsTaxonomyVocabulary.php [new file with mode: 0644]
web/core/modules/language/tests/language_elements_test/language_elements_test.info.yml
web/core/modules/language/tests/language_test/language_test.module
web/core/modules/language/tests/src/Functional/Hal/ConfigurableLanguageHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/language/tests/src/Functional/Hal/ConfigurableLanguageHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/language/tests/src/Functional/Hal/ConfigurableLanguageHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/language/tests/src/Functional/Hal/ContentLanguageSettingsHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php
web/core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php
web/core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php
web/core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php
web/core/modules/language/tests/src/Functional/LanguageUrlRewritingTest.php
web/core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonAnonTest.php [new file with mode: 0644]
web/core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonCookieTest.php [new file with mode: 0644]
web/core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php [new file with mode: 0644]
web/core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlAnonTest.php [new file with mode: 0644]
web/core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php [new file with mode: 0644]
web/core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonAnonTest.php [new file with mode: 0644]
web/core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php [new file with mode: 0644]
web/core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php [new file with mode: 0644]
web/core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlAnonTest.php [new file with mode: 0644]
web/core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlCookieTest.php [new file with mode: 0644]
web/core/modules/language/tests/src/Functional/Update/LanguageSelectWidgetUpdateTest.php
web/core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php
web/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentMenuSettingsTest.php [new file with mode: 0644]
web/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentSettingsTest.php
web/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentTaxonomyVocabularySettingsTest.php [new file with mode: 0644]
web/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentSettingsTest.php
web/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php
web/core/modules/language/tests/src/Kernel/Plugin/migrate/source/d6/LanguageContentTaxonomyVocabularySettingsTest.php [new file with mode: 0644]
web/core/modules/language/tests/src/Kernel/Views/FilterLanguageTest.php
web/core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php
web/core/modules/layout_builder/config/schema/layout_builder.schema.yml
web/core/modules/layout_builder/css/layout-builder.css
web/core/modules/layout_builder/js/layout-builder.es6.js
web/core/modules/layout_builder/js/layout-builder.js
web/core/modules/layout_builder/layout_builder.info.yml
web/core/modules/layout_builder/layout_builder.install
web/core/modules/layout_builder/layout_builder.module
web/core/modules/layout_builder/layout_builder.post_update.php
web/core/modules/layout_builder/layout_builder.routing.yml
web/core/modules/layout_builder/layout_builder.services.yml
web/core/modules/layout_builder/src/Access/LayoutBuilderAccessCheck.php [new file with mode: 0644]
web/core/modules/layout_builder/src/Access/LayoutPreviewAccessAllowed.php [new file with mode: 0644]
web/core/modules/layout_builder/src/Controller/AddSectionController.php
web/core/modules/layout_builder/src/Controller/AjaxHelperTrait.php [deleted file]
web/core/modules/layout_builder/src/Controller/ChooseBlockController.php
web/core/modules/layout_builder/src/Controller/ChooseSectionController.php
web/core/modules/layout_builder/src/Controller/LayoutBuilderController.php
web/core/modules/layout_builder/src/DefaultsSectionStorageInterface.php
web/core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php
web/core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplayStorage.php
web/core/modules/layout_builder/src/Entity/LayoutEntityDisplayInterface.php
web/core/modules/layout_builder/src/EventSubscriber/BlockComponentRenderArray.php
web/core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php [new file with mode: 0644]
web/core/modules/layout_builder/src/Field/LayoutSectionItemList.php
web/core/modules/layout_builder/src/Form/AddBlockForm.php
web/core/modules/layout_builder/src/Form/AjaxFormHelperTrait.php [deleted file]
web/core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php
web/core/modules/layout_builder/src/Form/ConfigureSectionForm.php
web/core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php [new file with mode: 0644]
web/core/modules/layout_builder/src/Form/LayoutBuilderEntityViewDisplayForm.php
web/core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php
web/core/modules/layout_builder/src/InlineBlockEntityOperations.php [new file with mode: 0644]
web/core/modules/layout_builder/src/InlineBlockUsage.php [new file with mode: 0644]
web/core/modules/layout_builder/src/LayoutBuilderEnabledInterface.php [new file with mode: 0644]
web/core/modules/layout_builder/src/LayoutBuilderServiceProvider.php [new file with mode: 0644]
web/core/modules/layout_builder/src/LayoutEntityHelperTrait.php [new file with mode: 0644]
web/core/modules/layout_builder/src/OverridesSectionStorageInterface.php
web/core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php [new file with mode: 0644]
web/core/modules/layout_builder/src/Plugin/Block/FieldBlock.php
web/core/modules/layout_builder/src/Plugin/Block/InlineBlock.php [new file with mode: 0644]
web/core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php [new file with mode: 0644]
web/core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php
web/core/modules/layout_builder/src/Plugin/Derivative/InlineBlockDeriver.php [new file with mode: 0644]
web/core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php
web/core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
web/core/modules/layout_builder/src/Routing/LayoutBuilderRoutesTrait.php
web/core/modules/layout_builder/src/Section.php
web/core/modules/layout_builder/src/SectionComponent.php
web/core/modules/layout_builder/src/SectionStorageInterface.php
web/core/modules/layout_builder/tests/fixtures/update/layout-builder-enable.php [new file with mode: 0644]
web/core/modules/layout_builder/tests/fixtures/update/layout-builder-extra.php [new file with mode: 0644]
web/core/modules/layout_builder/tests/fixtures/update/layout-builder.php [new file with mode: 0644]
web/core/modules/layout_builder/tests/fixtures/update/section-dependencies.php
web/core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.info.yml [new file with mode: 0644]
web/core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.module [new file with mode: 0644]
web/core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAjaxBlock.php [new file with mode: 0644]
web/core/modules/layout_builder/tests/modules/layout_builder_views_test/config/install/views.view.test_block_view.yml [new file with mode: 0644]
web/core/modules/layout_builder/tests/modules/layout_builder_views_test/layout_builder_views_test.info.yml [new file with mode: 0644]
web/core/modules/layout_builder/tests/modules/no_transitions_css/css/css_fix.theme.css [new file with mode: 0644]
web/core/modules/layout_builder/tests/modules/no_transitions_css/no_transitions_css.info.yml [new file with mode: 0644]
web/core/modules/layout_builder/tests/modules/no_transitions_css/no_transitions_css.libraries.yml [new file with mode: 0644]
web/core/modules/layout_builder/tests/modules/no_transitions_css/no_transitions_css.module [new file with mode: 0644]
web/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
web/core/modules/layout_builder/tests/src/Functional/LayoutDisplayTest.php [new file with mode: 0644]
web/core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php
web/core/modules/layout_builder/tests/src/Functional/Update/ExtraFieldUpdatePathTest.php [new file with mode: 0644]
web/core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderEnableUpdatePathTest.php [new file with mode: 0644]
web/core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php
web/core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php [new file with mode: 0644]
web/core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php
web/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockPrivateFilesTest.php [new file with mode: 0644]
web/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTest.php [new file with mode: 0644]
web/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php [new file with mode: 0644]
web/core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php [new file with mode: 0644]
web/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderOptInTest.php [new file with mode: 0644]
web/core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php
web/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php
web/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderFieldLayoutCompatibilityTest.php
web/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderInstallTest.php
web/core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php
web/core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php
web/core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php
web/core/modules/layout_builder/tests/src/Unit/InlineBlockUsageTest.php [new file with mode: 0644]
web/core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php
web/core/modules/link/link.info.yml
web/core/modules/link/src/Plugin/Field/FieldType/LinkItem.php
web/core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php
web/core/modules/link/src/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidator.php
web/core/modules/link/src/Plugin/migrate/cckfield/LinkField.php
web/core/modules/link/src/Plugin/migrate/cckfield/d7/LinkField.php
web/core/modules/link/src/Plugin/migrate/field/d6/LinkField.php
web/core/modules/link/src/Plugin/migrate/field/d7/LinkField.php
web/core/modules/link/src/Tests/Views/LinkViewsTokensTest.php [deleted file]
web/core/modules/link/tests/modules/link_test_base_field/link_test_base_field.info.yml
web/core/modules/link/tests/modules/link_test_views/link_test_views.info.yml
web/core/modules/link/tests/src/Functional/LinkFieldTest.php
web/core/modules/link/tests/src/Functional/LinkFieldUITest.php
web/core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php [new file with mode: 0644]
web/core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php [new file with mode: 0644]
web/core/modules/link/tests/src/Kernel/Plugin/migrate/cckfield/d7/LinkCckDeprecationTest.php [new file with mode: 0644]
web/core/modules/link/tests/src/Kernel/Plugin/migrate/cckfield/d7/LinkCckTest.php
web/core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldLegacyTest.php [new file with mode: 0644]
web/core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldTest.php
web/core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldLegacyTest.php [new file with mode: 0644]
web/core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldTest.php
web/core/modules/locale/locale.admin.es6.js
web/core/modules/locale/locale.batch.inc
web/core/modules/locale/locale.bulk.es6.js
web/core/modules/locale/locale.bulk.inc
web/core/modules/locale/locale.compare.inc
web/core/modules/locale/locale.datepicker.es6.js
web/core/modules/locale/locale.info.yml
web/core/modules/locale/locale.libraries.yml
web/core/modules/locale/locale.module
web/core/modules/locale/src/Form/ExportForm.php
web/core/modules/locale/src/Form/ImportForm.php
web/core/modules/locale/src/Form/TranslateEditForm.php
web/core/modules/locale/src/LocaleConfigManager.php
web/core/modules/locale/src/PluralFormula.php
web/core/modules/locale/src/PoDatabaseWriter.php
web/core/modules/locale/src/SourceString.php
web/core/modules/locale/tests/modules/early_translation_test/early_translation_test.info.yml
web/core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php
web/core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php
web/core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php
web/core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
web/core/modules/locale/tests/src/Functional/LocaleJavascriptTranslationTest.php
web/core/modules/locale/tests/src/Functional/LocaleNonInteractiveDevInstallTest.php [new file with mode: 0644]
web/core/modules/locale/tests/src/Functional/LocaleNonInteractiveInstallTest.php [new file with mode: 0644]
web/core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php [new file with mode: 0644]
web/core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php
web/core/modules/locale/tests/src/Functional/LocaleUpdateBase.php
web/core/modules/locale/tests/src/Functional/LocaleUpdateCronTest.php
web/core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php
web/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php
web/core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php
web/core/modules/locale/tests/src/Unit/StringBaseTest.php
web/core/modules/media/config/install/media.settings.yml
web/core/modules/media/config/optional/system.action.media_delete_action.yml [new file with mode: 0644]
web/core/modules/media/config/optional/system.action.media_publish_action.yml [new file with mode: 0644]
web/core/modules/media/config/optional/system.action.media_save_action.yml [new file with mode: 0644]
web/core/modules/media/config/optional/system.action.media_unpublish_action.yml [new file with mode: 0644]
web/core/modules/media/config/optional/views.view.media.yml
web/core/modules/media/config/schema/media.schema.yml
web/core/modules/media/js/form.es6.js
web/core/modules/media/js/form.js
web/core/modules/media/js/type_form.es6.js
web/core/modules/media/media.api.php
web/core/modules/media/media.info.yml
web/core/modules/media/media.install
web/core/modules/media/media.links.menu.yml
web/core/modules/media/media.module
web/core/modules/media/media.post_update.php
web/core/modules/media/media.routing.yml
web/core/modules/media/media.services.yml
web/core/modules/media/src/Controller/OEmbedIframeController.php [new file with mode: 0644]
web/core/modules/media/src/Entity/Media.php
web/core/modules/media/src/Entity/MediaType.php
web/core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php
web/core/modules/media/src/Form/MediaSettingsForm.php [new file with mode: 0644]
web/core/modules/media/src/IFrameMarkup.php [new file with mode: 0644]
web/core/modules/media/src/IFrameUrlHelper.php [new file with mode: 0644]
web/core/modules/media/src/MediaAccessControlHandler.php
web/core/modules/media/src/MediaForm.php
web/core/modules/media/src/MediaListBuilder.php
web/core/modules/media/src/MediaSourceBase.php
web/core/modules/media/src/MediaStorage.php [new file with mode: 0644]
web/core/modules/media/src/MediaTypeForm.php
web/core/modules/media/src/MediaTypeInterface.php
web/core/modules/media/src/OEmbed/Endpoint.php [new file with mode: 0644]
web/core/modules/media/src/OEmbed/Provider.php [new file with mode: 0644]
web/core/modules/media/src/OEmbed/ProviderException.php [new file with mode: 0644]
web/core/modules/media/src/OEmbed/ProviderRepository.php [new file with mode: 0644]
web/core/modules/media/src/OEmbed/ProviderRepositoryInterface.php [new file with mode: 0644]
web/core/modules/media/src/OEmbed/Resource.php [new file with mode: 0644]
web/core/modules/media/src/OEmbed/ResourceException.php [new file with mode: 0644]
web/core/modules/media/src/OEmbed/ResourceFetcher.php [new file with mode: 0644]
web/core/modules/media/src/OEmbed/ResourceFetcherInterface.php [new file with mode: 0644]
web/core/modules/media/src/OEmbed/UrlResolver.php [new file with mode: 0644]
web/core/modules/media/src/OEmbed/UrlResolverInterface.php [new file with mode: 0644]
web/core/modules/media/src/Plugin/EntityReferenceSelection/MediaSelection.php [new file with mode: 0644]
web/core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php [new file with mode: 0644]
web/core/modules/media/src/Plugin/Field/FieldWidget/OEmbedWidget.php [new file with mode: 0644]
web/core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraint.php [new file with mode: 0644]
web/core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraintValidator.php [new file with mode: 0644]
web/core/modules/media/src/Plugin/media/Source/File.php
web/core/modules/media/src/Plugin/media/Source/Image.php
web/core/modules/media/src/Plugin/media/Source/OEmbed.php [new file with mode: 0644]
web/core/modules/media/src/Plugin/media/Source/OEmbedDeriver.php [new file with mode: 0644]
web/core/modules/media/src/Plugin/media/Source/OEmbedInterface.php [new file with mode: 0644]
web/core/modules/media/templates/media-oembed-iframe.html.twig [new file with mode: 0644]
web/core/modules/media/tests/fixtures/oembed/photo_flickr.html [new file with mode: 0644]
web/core/modules/media/tests/fixtures/oembed/photo_flickr.json [new file with mode: 0644]
web/core/modules/media/tests/fixtures/oembed/providers.json [new file with mode: 0644]
web/core/modules/media/tests/fixtures/oembed/rich_twitter.json [new file with mode: 0644]
web/core/modules/media/tests/fixtures/oembed/video_collegehumor.html [new file with mode: 0644]
web/core/modules/media/tests/fixtures/oembed/video_collegehumor.xml [new file with mode: 0644]
web/core/modules/media/tests/fixtures/oembed/video_vimeo.html [new file with mode: 0644]
web/core/modules/media/tests/fixtures/oembed/video_vimeo.json [new file with mode: 0644]
web/core/modules/media/tests/fixtures/update/drupal-8.4.0-media_installed.php [new file with mode: 0644]
web/core/modules/media/tests/fixtures/update/drupal-8.media-add-additional-permissions.php [new file with mode: 0644]
web/core/modules/media/tests/fixtures/update/drupal-8.media-enabled.php [deleted file]
web/core/modules/media/tests/modules/media_test_oembed/media_test_oembed.info.yml [new file with mode: 0644]
web/core/modules/media/tests/modules/media_test_oembed/media_test_oembed.module [new file with mode: 0644]
web/core/modules/media/tests/modules/media_test_oembed/media_test_oembed.routing.yml [new file with mode: 0644]
web/core/modules/media/tests/modules/media_test_oembed/src/Controller/ResourceController.php [new file with mode: 0644]
web/core/modules/media/tests/modules/media_test_oembed/src/MediaTestOembedServiceProvider.php [new file with mode: 0644]
web/core/modules/media/tests/modules/media_test_oembed/src/ProviderRepository.php [new file with mode: 0644]
web/core/modules/media/tests/modules/media_test_oembed/src/UrlResolver.php [new file with mode: 0644]
web/core/modules/media/tests/modules/media_test_type/media_test_type.info.yml
web/core/modules/media/tests/modules/media_test_views/config/install/views.view.test_media_bulk_form.yml [new file with mode: 0644]
web/core/modules/media/tests/modules/media_test_views/media_test_views.info.yml
web/core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/Hal/MediaHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/Hal/MediaHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/Hal/MediaHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/MediaAccessTest.php
web/core/modules/media/tests/src/Functional/MediaBulkFormTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/MediaCacheTagsTest.php
web/core/modules/media/tests/src/Functional/MediaContextualLinksTest.php
web/core/modules/media/tests/src/Functional/MediaFunctionalTestBase.php
web/core/modules/media/tests/src/Functional/MediaFunctionalTestCreateMediaTypeTrait.php
web/core/modules/media/tests/src/Functional/MediaInstallTest.php
web/core/modules/media/tests/src/Functional/MediaOverviewPageTest.php
web/core/modules/media/tests/src/Functional/MediaRevisionTest.php
web/core/modules/media/tests/src/Functional/MediaSettingsTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/MediaSourceFileTest.php
web/core/modules/media/tests/src/Functional/MediaTemplateSuggestionsTest.php
web/core/modules/media/tests/src/Functional/MediaTranslationUITest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php
web/core/modules/media/tests/src/Functional/ProviderRepositoryTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/ResourceFetcherTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/Rest/MediaJsonAnonTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/Rest/MediaJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/Rest/MediaJsonCookieTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/Rest/MediaResourceTestBase.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/Rest/MediaTypeJsonAnonTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/Rest/MediaTypeJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/Rest/MediaTypeJsonCookieTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/Rest/MediaTypeResourceTestBase.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/Rest/MediaTypeXmlAnonTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/Rest/MediaTypeXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/Rest/MediaTypeXmlCookieTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/Rest/MediaXmlAnonTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/Rest/MediaXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/Rest/MediaXmlCookieTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php
web/core/modules/media/tests/src/Functional/UrlResolverTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/FunctionalJavascript/MediaDisplayTest.php
web/core/modules/media/tests/src/FunctionalJavascript/MediaJavascriptTestBase.php
web/core/modules/media/tests/src/FunctionalJavascript/MediaReferenceFieldHelpTest.php
web/core/modules/media/tests/src/FunctionalJavascript/MediaSourceAudioVideoTest.php
web/core/modules/media/tests/src/FunctionalJavascript/MediaSourceFileTest.php
web/core/modules/media/tests/src/FunctionalJavascript/MediaSourceImageTest.php
web/core/modules/media/tests/src/FunctionalJavascript/MediaSourceOEmbedVideoTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/FunctionalJavascript/MediaTypeCreationTest.php
web/core/modules/media/tests/src/FunctionalJavascript/MediaUiJavascriptTest.php
web/core/modules/media/tests/src/FunctionalJavascript/MediaViewsWizardTest.php
web/core/modules/media/tests/src/Kernel/MediaCreationTest.php
web/core/modules/media/tests/src/Kernel/MediaKernelTestBase.php
web/core/modules/media/tests/src/Kernel/MediaSourceFileTest.php
web/core/modules/media/tests/src/Kernel/MediaSourceTest.php
web/core/modules/media/tests/src/Kernel/MediaTest.php
web/core/modules/media/tests/src/Kernel/MediaTranslationTest.php
web/core/modules/media/tests/src/Kernel/OEmbedIframeControllerTest.php [new file with mode: 0644]
web/core/modules/media/tests/src/Traits/MediaTypeCreationTrait.php [new file with mode: 0644]
web/core/modules/media/tests/src/Traits/OEmbedTestTrait.php [new file with mode: 0644]
web/core/modules/media/tests/src/Unit/IFrameUrlHelperTest.php [new file with mode: 0644]
web/core/modules/media_library/config/install/core.entity_form_mode.media.media_library.yml [new file with mode: 0644]
web/core/modules/media_library/config/install/core.entity_view_mode.media.media_library.yml [new file with mode: 0644]
web/core/modules/media_library/config/install/views.view.media_library.yml [new file with mode: 0644]
web/core/modules/media_library/config/optional/core.entity_form_display.media.audio.media_library.yml [new file with mode: 0644]
web/core/modules/media_library/config/optional/core.entity_form_display.media.file.media_library.yml [new file with mode: 0644]
web/core/modules/media_library/config/optional/core.entity_form_display.media.image.media_library.yml [new file with mode: 0644]
web/core/modules/media_library/config/optional/core.entity_form_display.media.video.media_library.yml [new file with mode: 0644]
web/core/modules/media_library/config/optional/core.entity_view_display.media.audio.media_library.yml [new file with mode: 0644]
web/core/modules/media_library/config/optional/core.entity_view_display.media.file.media_library.yml [new file with mode: 0644]
web/core/modules/media_library/config/optional/core.entity_view_display.media.image.media_library.yml [new file with mode: 0644]
web/core/modules/media_library/config/optional/core.entity_view_display.media.remote_video.media_library.yml [new file with mode: 0644]
web/core/modules/media_library/config/optional/core.entity_view_display.media.video.media_library.yml [new file with mode: 0644]
web/core/modules/media_library/css/media_library.module.css [new file with mode: 0644]
web/core/modules/media_library/css/media_library.theme.css [new file with mode: 0644]
web/core/modules/media_library/js/media_library.click_to_select.es6.js [new file with mode: 0644]
web/core/modules/media_library/js/media_library.click_to_select.js [new file with mode: 0644]
web/core/modules/media_library/js/media_library.view.es6.js [new file with mode: 0644]
web/core/modules/media_library/js/media_library.view.js [new file with mode: 0644]
web/core/modules/media_library/js/media_library.widget.es6.js [new file with mode: 0644]
web/core/modules/media_library/js/media_library.widget.js [new file with mode: 0644]
web/core/modules/media_library/media_library.info.yml [new file with mode: 0644]
web/core/modules/media_library/media_library.install [new file with mode: 0644]
web/core/modules/media_library/media_library.libraries.yml [new file with mode: 0644]
web/core/modules/media_library/media_library.links.action.yml [new file with mode: 0644]
web/core/modules/media_library/media_library.links.task.yml [new file with mode: 0644]
web/core/modules/media_library/media_library.module [new file with mode: 0644]
web/core/modules/media_library/media_library.routing.yml [new file with mode: 0644]
web/core/modules/media_library/media_library.views.inc [new file with mode: 0644]
web/core/modules/media_library/src/Form/MediaLibraryUploadForm.php [new file with mode: 0644]
web/core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php [new file with mode: 0644]
web/core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php [new file with mode: 0644]
web/core/modules/media_library/templates/media--media-library.html.twig [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_four.default.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_four.media_library.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_one.default.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_three.default.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_three.media_library.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_two.default.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.node.basic_page.default.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_one.default.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_three.default.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_two.default.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.node.basic_page.default.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.media.type_four.field_media_extra_image.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.media.type_four.field_media_test_image.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.media.type_one.field_media_test.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.media.type_three.field_media_test_image.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.media.type_two.field_media_test_1.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.node.basic_page.field_noadd_media.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.node.basic_page.field_twin_media.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.node.basic_page.field_unlimited_media.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.media.field_media_extra_image.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.media.field_media_test.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.media.field_media_test_1.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.media.field_media_test_image.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.node.field_noadd_media.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.node.field_twin_media.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.node.field_unlimited_media.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/media.type.type_four.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/media.type.type_one.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/media.type.type_three.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/media.type.type_two.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/config/install/node.type.basic_page.yml [new file with mode: 0644]
web/core/modules/media_library/tests/modules/media_library_test/media_library_test.info.yml [new file with mode: 0644]
web/core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTest.php [new file with mode: 0644]
web/core/modules/menu_link_content/menu_link_content.info.yml
web/core/modules/menu_link_content/menu_link_content.install
web/core/modules/menu_link_content/migrations/d6_menu_links.yml
web/core/modules/menu_link_content/migrations/d7_menu_links.yml
web/core/modules/menu_link_content/src/Entity/MenuLinkContent.php
web/core/modules/menu_link_content/src/Form/MenuLinkContentForm.php
web/core/modules/menu_link_content/src/MenuLinkContentInterface.php
web/core/modules/menu_link_content/src/MenuLinkContentStorageSchema.php
web/core/modules/menu_link_content/src/Plugin/migrate/process/LinkUri.php
web/core/modules/menu_link_content/src/Plugin/migrate/source/d6/MenuLinkTranslation.php [new file with mode: 0644]
web/core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.info.yml
web/core/modules/menu_link_content/tests/src/Functional/Hal/MenuLinkContentHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/menu_link_content/tests/src/Functional/Hal/MenuLinkContentHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/menu_link_content/tests/src/Functional/Hal/MenuLinkContentHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/menu_link_content/tests/src/Functional/LinksTest.php
web/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonAnonTest.php [new file with mode: 0644]
web/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonCookieTest.php [new file with mode: 0644]
web/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php [new file with mode: 0644]
web/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlAnonTest.php [new file with mode: 0644]
web/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlCookieTest.php [new file with mode: 0644]
web/core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php [new file with mode: 0644]
web/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeleteTest.php [new file with mode: 0644]
web/core/modules/menu_link_content/tests/src/Kernel/Migrate/d6/MigrateMenuLinkTest.php
web/core/modules/menu_link_content/tests/src/Kernel/Migrate/d6/MigrateMenuLinkTranslationTest.php [new file with mode: 0644]
web/core/modules/menu_link_content/tests/src/Kernel/Migrate/d7/MigrateMenuLinkTest.php
web/core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php
web/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php
web/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d6/MenuLinkTranslationTest.php [new file with mode: 0644]
web/core/modules/menu_ui/menu_ui.admin.es6.js
web/core/modules/menu_ui/menu_ui.admin.js
web/core/modules/menu_ui/menu_ui.es6.js
web/core/modules/menu_ui/menu_ui.info.yml
web/core/modules/menu_ui/menu_ui.module
web/core/modules/menu_ui/src/Form/MenuLinkEditForm.php
web/core/modules/menu_ui/src/Form/MenuLinkResetForm.php
web/core/modules/menu_ui/src/MenuForm.php
web/core/modules/menu_ui/src/Tests/MenuLanguageTest.php [deleted file]
web/core/modules/menu_ui/src/Tests/MenuNodeTest.php [deleted file]
web/core/modules/menu_ui/src/Tests/MenuTest.php [deleted file]
web/core/modules/menu_ui/src/Tests/MenuWebTestBase.php
web/core/modules/menu_ui/tests/src/Functional/MenuCacheTagsTest.php
web/core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php
web/core/modules/menu_ui/tests/src/Functional/MenuUiLanguageTest.php [new file with mode: 0644]
web/core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php [new file with mode: 0644]
web/core/modules/menu_ui/tests/src/Functional/MenuUiTest.php [new file with mode: 0644]
web/core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php [new file with mode: 0644]
web/core/modules/menu_ui/tests/src/Traits/MenuUiTrait.php [new file with mode: 0644]
web/core/modules/migrate/src/Annotation/MigrateDestination.php
web/core/modules/migrate/src/MigrateExecutable.php
web/core/modules/migrate/src/MigrateExecutableInterface.php
web/core/modules/migrate/src/Plugin/Discovery/AnnotatedClassDiscoveryAutomatedProviders.php
web/core/modules/migrate/src/Plugin/MigrateDestinationInterface.php
web/core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php
web/core/modules/migrate/src/Plugin/MigrateIdMapInterface.php
web/core/modules/migrate/src/Plugin/MigrateProcessInterface.php
web/core/modules/migrate/src/Plugin/MigrateSourceInterface.php
web/core/modules/migrate/src/Plugin/Migration.php
web/core/modules/migrate/src/Plugin/MigrationPluginManager.php
web/core/modules/migrate/src/Plugin/migrate/destination/DestinationBase.php
web/core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php
web/core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php
web/core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php
web/core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php
web/core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php
web/core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
web/core/modules/migrate/src/Plugin/migrate/process/Callback.php
web/core/modules/migrate/src/Plugin/migrate/process/Download.php
web/core/modules/migrate/src/Plugin/migrate/process/FileCopy.php
web/core/modules/migrate/src/Plugin/migrate/process/FileProcessBase.php [new file with mode: 0644]
web/core/modules/migrate/src/Plugin/migrate/process/Get.php
web/core/modules/migrate/src/Plugin/migrate/process/MakeUniqueBase.php
web/core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php
web/core/modules/migrate/src/Plugin/migrate/process/MenuLinkParent.php
web/core/modules/migrate/src/Plugin/migrate/process/MigrationLookup.php
web/core/modules/migrate/src/Plugin/migrate/process/StaticMap.php
web/core/modules/migrate/src/Plugin/migrate/process/Substr.php
web/core/modules/migrate/src/Plugin/migrate/source/DummyQueryTrait.php
web/core/modules/migrate/src/Plugin/migrate/source/EmptySource.php
web/core/modules/migrate/src/Plugin/migrate/source/SqlBase.php
web/core/modules/migrate/tests/modules/migrate_external_translated_test/migrate_external_translated_test.info.yml
web/core/modules/migrate/tests/modules/migrate_high_water_test/migrate_high_water_test.info.yml
web/core/modules/migrate/tests/modules/migrate_query_batch_test/migrate_query_batch_test.info.yml
web/core/modules/migrate/tests/modules/migration_directory_test/migration_directory_test.info.yml
web/core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php
web/core/modules/migrate/tests/src/Kernel/MigrateConfigRollbackTest.php
web/core/modules/migrate/tests/src/Kernel/MigrateRollbackEntityConfigTest.php
web/core/modules/migrate/tests/src/Kernel/Plugin/EntityRevisionTest.php [new file with mode: 0644]
web/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php
web/core/modules/migrate/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php
web/core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php
web/core/modules/migrate/tests/src/Kernel/process/DownloadTest.php
web/core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php
web/core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php
web/core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php
web/core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php
web/core/modules/migrate/tests/src/Unit/MigrateSqlSourceTestCase.php
web/core/modules/migrate/tests/src/Unit/MigrateTestCase.php
web/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php
web/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php [new file with mode: 0644]
web/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityTestBase.php [new file with mode: 0644]
web/core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php
web/core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php
web/core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php
web/core/modules/migrate/tests/src/Unit/process/CallbackTest.php
web/core/modules/migrate/tests/src/Unit/process/ConcatTest.php
web/core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php
web/core/modules/migrate/tests/src/Unit/process/FileCopyTest.php [new file with mode: 0644]
web/core/modules/migrate/tests/src/Unit/process/FormatDateTest.php
web/core/modules/migrate/tests/src/Unit/process/GetTest.php
web/core/modules/migrate/tests/src/Unit/process/IteratorTest.php
web/core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php
web/core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php [new file with mode: 0644]
web/core/modules/migrate/tests/src/Unit/process/MigrationLookupTest.php
web/core/modules/migrate/tests/src/Unit/process/StaticMapTest.php
web/core/modules/migrate_drupal/config/install/migrate_drupal.settings.yml
web/core/modules/migrate_drupal/config/schema/migrate_drupal.schema.yml
web/core/modules/migrate_drupal/migrate_drupal.info.yml
web/core/modules/migrate_drupal/migrate_drupal.install
web/core/modules/migrate_drupal/src/Annotation/MigrateField.php
web/core/modules/migrate_drupal/src/MigrationConfigurationTrait.php
web/core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php
web/core/modules/migrate_drupal/src/Plugin/MigrationWithFollowUpInterface.php [new file with mode: 0644]
web/core/modules/migrate_drupal/src/Plugin/migrate/EntityReferenceTranslationDeriver.php [new file with mode: 0644]
web/core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php
web/core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php
web/core/modules/migrate_drupal/src/Plugin/migrate/field/NodeReference.php
web/core/modules/migrate_drupal/src/Plugin/migrate/field/UserReference.php
web/core/modules/migrate_drupal/src/Plugin/migrate/source/d6/D6VariableTranslation.php [new file with mode: 0644]
web/core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php
web/core/modules/migrate_drupal/src/Plugin/migrate/source/d7/FieldableEntity.php
web/core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php [new file with mode: 0644]
web/core/modules/migrate_drupal/tests/fixtures/drupal6.php
web/core/modules/migrate_drupal/tests/fixtures/drupal7.php
web/core/modules/migrate_drupal/tests/src/Kernel/CckFieldBackwardsCompatibilityTest.php
web/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php
web/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php
web/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/i18nVariableTest.php
web/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d7/VariableTranslationTest.php [new file with mode: 0644]
web/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d8/ConfigTest.php
web/core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php
web/core/modules/migrate_drupal/tests/src/Kernel/d6/FollowUpMigrationsTest.php [new file with mode: 0644]
web/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php
web/core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php [new file with mode: 0644]
web/core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php
web/core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php
web/core/modules/migrate_drupal/tests/src/Unit/source/d6/VariableTranslationTest.php
web/core/modules/migrate_drupal/tests/src/Unit/source/d6/i18nVariableTest.php
web/core/modules/migrate_drupal_multilingual/migrate_drupal_multilingual.info.yml [new file with mode: 0644]
web/core/modules/migrate_drupal_multilingual/migrate_drupal_multilingual.module [new file with mode: 0644]
web/core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml
web/core/modules/migrate_drupal_ui/migrate_drupal_ui.install
web/core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php
web/core/modules/migrate_drupal_ui/src/Form/CredentialForm.php
web/core/modules/migrate_drupal_ui/src/Form/ReviewForm.php
web/core/modules/migrate_drupal_ui/src/Tests/MigrateUpgradeTestBase.php
web/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php
web/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeI18nReviewPageTestBase.php [new file with mode: 0644]
web/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeReviewPageTestBase.php
web/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php
web/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6I18nReviewPageTest.php [new file with mode: 0644]
web/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6NoMultilingualTest.php [new file with mode: 0644]
web/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6ReviewPageTest.php
web/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6Test.php
web/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7NoMultilingualTest.php [new file with mode: 0644]
web/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7ReviewPageTest.php
web/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7Test.php
web/core/modules/node/config/install/system.action.node_delete_action.yml
web/core/modules/node/config/schema/node.schema.yml
web/core/modules/node/content_types.es6.js
web/core/modules/node/migrations/d6_node_translation.yml [deleted file]
web/core/modules/node/migrations/d7_node_translation.yml [deleted file]
web/core/modules/node/node.admin.inc
web/core/modules/node/node.api.php
web/core/modules/node/node.es6.js
web/core/modules/node/node.info.yml
web/core/modules/node/node.js
web/core/modules/node/node.libraries.yml
web/core/modules/node/node.module
web/core/modules/node/node.preview.es6.js
web/core/modules/node/node.preview.js
web/core/modules/node/node.routing.yml
web/core/modules/node/src/ContextProvider/NodeRouteContext.php
web/core/modules/node/src/Controller/NodeController.php
web/core/modules/node/src/Entity/Node.php
web/core/modules/node/src/Entity/NodeType.php
web/core/modules/node/src/Form/DeleteMultiple.php
web/core/modules/node/src/Form/NodePreviewForm.php
web/core/modules/node/src/Form/NodeRevisionDeleteForm.php
web/core/modules/node/src/Form/NodeRevisionRevertForm.php
web/core/modules/node/src/NodeAccessControlHandler.php
web/core/modules/node/src/NodeForm.php
web/core/modules/node/src/NodeStorage.php
web/core/modules/node/src/NodeStorageSchema.php
web/core/modules/node/src/NodeTypeForm.php
web/core/modules/node/src/NodeTypeListBuilder.php
web/core/modules/node/src/NodeViewBuilder.php
web/core/modules/node/src/NodeViewsData.php
web/core/modules/node/src/Plugin/Action/DeleteNode.php
web/core/modules/node/src/Plugin/Action/UnpublishByKeywordNode.php
web/core/modules/node/src/Plugin/EntityReferenceSelection/NodeSelection.php
web/core/modules/node/src/Plugin/Search/NodeSearch.php
web/core/modules/node/src/Plugin/migrate/D6NodeDeriver.php
web/core/modules/node/src/Plugin/migrate/D6NodeTranslation.php [new file with mode: 0644]
web/core/modules/node/src/Plugin/migrate/D7NodeDeriver.php
web/core/modules/node/src/Plugin/migrate/D7NodeTranslation.php [new file with mode: 0644]
web/core/modules/node/src/Plugin/migrate/source/d7/Node.php
web/core/modules/node/src/Plugin/migrate/source/d7/NodeEntityTranslation.php [new file with mode: 0644]
web/core/modules/node/src/Plugin/views/argument/Vid.php
web/core/modules/node/src/Plugin/views/filter/Access.php
web/core/modules/node/src/Plugin/views/wizard/Node.php
web/core/modules/node/src/Tests/NodeRevisionsTest.php [deleted file]
web/core/modules/node/src/Tests/NodeTestBase.php
web/core/modules/node/src/Tests/NodeTypeTest.php [deleted file]
web/core/modules/node/src/Tests/PagePreviewTest.php [deleted file]
web/core/modules/node/src/Tests/Views/NodeContextualLinksTest.php [deleted file]
web/core/modules/node/tests/modules/node_access_test_language/node_access_test_language.info.yml
web/core/modules/node/tests/modules/node_test/node_test.module
web/core/modules/node/tests/modules/node_test_views/node_test_views.info.yml
web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_links.yml
web/core/modules/node/tests/src/Functional/Hal/NodeHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/Hal/NodeHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/Hal/NodeHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/Hal/NodeTypeHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/Hal/NodeTypeHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/Hal/NodeTypeHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/Migrate/d6/MigrateNodeRevisionTest.php
web/core/modules/node/tests/src/Functional/MultiStepNodeFormBasicOptionsTest.php
web/core/modules/node/tests/src/Functional/NodeAccessFieldTest.php
web/core/modules/node/tests/src/Functional/NodeAccessLanguageAwareCombinationTest.php
web/core/modules/node/tests/src/Functional/NodeAccessMenuLinkTest.php
web/core/modules/node/tests/src/Functional/NodeAccessRebuildNodeGrantsTest.php
web/core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php
web/core/modules/node/tests/src/Functional/NodeCacheTagsTest.php
web/core/modules/node/tests/src/Functional/NodeEditFormTest.php
web/core/modules/node/tests/src/Functional/NodeHelpTest.php
web/core/modules/node/tests/src/Functional/NodePreviewAnonymousTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/NodeRevisionsAllTest.php
web/core/modules/node/tests/src/Functional/NodeRevisionsTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/NodeTestBase.php
web/core/modules/node/tests/src/Functional/NodeTranslationUITest.php
web/core/modules/node/tests/src/Functional/NodeTypeTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php
web/core/modules/node/tests/src/Functional/NodeViewTest.php
web/core/modules/node/tests/src/Functional/PagePreviewTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/PageViewTest.php
web/core/modules/node/tests/src/Functional/Rest/NodeJsonAnonTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/Rest/NodeJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/Rest/NodeJsonCookieTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/Rest/NodeResourceTestBase.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/Rest/NodeTypeJsonAnonTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/Rest/NodeTypeJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/Rest/NodeTypeJsonCookieTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/Rest/NodeTypeXmlAnonTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/Rest/NodeTypeXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/Rest/NodeTypeXmlCookieTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/Rest/NodeXmlAnonTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/Rest/NodeXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/Rest/NodeXmlCookieTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php
web/core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php
web/core/modules/node/tests/src/Functional/Views/BulkFormTest.php
web/core/modules/node/tests/src/Functional/Views/FrontPageTest.php
web/core/modules/node/tests/src/Functional/Views/NodeContextualLinksTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Functional/Views/NodeLanguageTest.php
web/core/modules/node/tests/src/FunctionalJavascript/ContextualLinksTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/FunctionalJavascript/NodePreviewLinkTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/FunctionalJavascript/TestSettingSummariesContentType.php
web/core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php
web/core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php
web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeBundleSettingsTest.php
web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTest.php
web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTypeTest.php
web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateViewModesTest.php
web/core/modules/node/tests/src/Kernel/Migrate/d6/NodeTranslationRedirectTest.php
web/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php
web/core/modules/node/tests/src/Kernel/Migrate/d7/NodeTranslationRedirectTest.php
web/core/modules/node/tests/src/Kernel/NodeFieldAccessTest.php
web/core/modules/node/tests/src/Kernel/NodeListBuilderTest.php
web/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeEntityTranslationTest.php [new file with mode: 0644]
web/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTest.php
web/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTranslationTest.php
web/core/modules/node/tests/src/Kernel/SummaryLengthTest.php
web/core/modules/node/tests/src/Unit/Plugin/views/field/NodeBulkFormTest.php
web/core/modules/options/options.info.yml
web/core/modules/options/options.module
web/core/modules/options/src/Plugin/Field/FieldType/ListStringItem.php
web/core/modules/options/src/Plugin/migrate/field/d7/ListField.php
web/core/modules/options/tests/options_config_install_test/options_config_install_test.info.yml
web/core/modules/options/tests/options_test_views/options_test_views.info.yml
web/core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php
web/core/modules/options/tests/src/Functional/OptionsDynamicValuesValidationTest.php
web/core/modules/options/tests/src/Functional/OptionsFieldUITest.php
web/core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php
web/core/modules/options/tests/src/Functional/OptionsSelectDynamicValuesTest.php
web/core/modules/options/tests/src/Functional/OptionsWidgetsTest.php
web/core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php
web/core/modules/page_cache/src/StackMiddleware/PageCache.php
web/core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php
web/core/modules/page_cache/tests/src/Functional/PageCacheTest.php
web/core/modules/path/path.es6.js
web/core/modules/path/path.module
web/core/modules/path/src/Controller/PathController.php
web/core/modules/path/src/Form/PathFormBase.php
web/core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php
web/core/modules/path/src/Plugin/Field/FieldWidget/PathWidget.php
web/core/modules/path/tests/src/Functional/PathAliasTest.php
web/core/modules/path/tests/src/Functional/PathContentModerationTest.php
web/core/modules/path/tests/src/Functional/PathMediaFormTest.php [new file with mode: 0644]
web/core/modules/path/tests/src/Functional/PathNodeFormTest.php
web/core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php
web/core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php
web/core/modules/path/tests/src/Kernel/PathNoCanonicalLinkTest.php
web/core/modules/quickedit/css/quickedit.module.css
web/core/modules/quickedit/js/editors/formEditor.es6.js
web/core/modules/quickedit/js/editors/formEditor.js
web/core/modules/quickedit/js/editors/plainTextEditor.es6.js
web/core/modules/quickedit/js/editors/plainTextEditor.js
web/core/modules/quickedit/js/models/AppModel.es6.js
web/core/modules/quickedit/js/models/AppModel.js
web/core/modules/quickedit/js/models/BaseModel.es6.js
web/core/modules/quickedit/js/models/EditorModel.es6.js
web/core/modules/quickedit/js/models/EditorModel.js
web/core/modules/quickedit/js/models/EntityModel.es6.js
web/core/modules/quickedit/js/models/EntityModel.js
web/core/modules/quickedit/js/models/FieldModel.es6.js
web/core/modules/quickedit/js/quickedit.es6.js
web/core/modules/quickedit/js/quickedit.js
web/core/modules/quickedit/js/theme.es6.js
web/core/modules/quickedit/js/util.es6.js
web/core/modules/quickedit/js/views/AppView.es6.js
web/core/modules/quickedit/js/views/AppView.js
web/core/modules/quickedit/js/views/ContextualLinkView.es6.js
web/core/modules/quickedit/js/views/EditorView.es6.js
web/core/modules/quickedit/js/views/EditorView.js
web/core/modules/quickedit/js/views/EntityDecorationView.es6.js
web/core/modules/quickedit/js/views/EntityToolbarView.es6.js
web/core/modules/quickedit/js/views/FieldDecorationView.es6.js
web/core/modules/quickedit/js/views/FieldToolbarView.es6.js
web/core/modules/quickedit/quickedit.info.yml
web/core/modules/quickedit/src/EditorSelector.php
web/core/modules/quickedit/src/Form/QuickEditFieldForm.php
web/core/modules/quickedit/src/QuickEditController.php
web/core/modules/quickedit/src/Tests/QuickEditAutocompleteTermTest.php
web/core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
web/core/modules/quickedit/tests/src/FunctionalJavascript/FieldTest.php [new file with mode: 0644]
web/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditFileTest.php [new file with mode: 0644]
web/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php [new file with mode: 0644]
web/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditJavascriptTestBase.php [new file with mode: 0644]
web/core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php
web/core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php
web/core/modules/rdf/migrations/d7_rdf_mapping.yml [new file with mode: 0644]
web/core/modules/rdf/rdf.module
web/core/modules/rdf/src/Plugin/migrate/source/d7/RdfMapping.php [new file with mode: 0644]
web/core/modules/rdf/src/Tests/CommentAttributesTest.php [deleted file]
web/core/modules/rdf/src/Tests/Field/TestDataConverter.php [deleted file]
web/core/modules/rdf/src/Tests/GetNamespacesTest.php [deleted file]
web/core/modules/rdf/src/Tests/ImageFieldAttributesTest.php [deleted file]
web/core/modules/rdf/tests/rdf_conflicting_namespaces/rdf_conflicting_namespaces.info.yml
web/core/modules/rdf/tests/rdf_test/rdf_test.info.yml [new file with mode: 0644]
web/core/modules/rdf/tests/rdf_test/src/TestDataConverter.php [new file with mode: 0644]
web/core/modules/rdf/tests/rdf_test_namespaces/rdf_test_namespaces.info.yml
web/core/modules/rdf/tests/src/Functional/CommentAttributesTest.php [new file with mode: 0644]
web/core/modules/rdf/tests/src/Functional/FileFieldAttributesTest.php
web/core/modules/rdf/tests/src/Functional/GetRdfNamespacesTest.php
web/core/modules/rdf/tests/src/Functional/Hal/RdfMappingHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/rdf/tests/src/Functional/Hal/RdfMappingHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/rdf/tests/src/Functional/Hal/RdfMappingHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/rdf/tests/src/Functional/ImageFieldAttributesTest.php [new file with mode: 0644]
web/core/modules/rdf/tests/src/Functional/NodeAttributesTest.php
web/core/modules/rdf/tests/src/Functional/Rest/RdfMappingJsonAnonTest.php [new file with mode: 0644]
web/core/modules/rdf/tests/src/Functional/Rest/RdfMappingJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/rdf/tests/src/Functional/Rest/RdfMappingJsonCookieTest.php [new file with mode: 0644]
web/core/modules/rdf/tests/src/Functional/Rest/RdfMappingResourceTestBase.php [new file with mode: 0644]
web/core/modules/rdf/tests/src/Functional/Rest/RdfMappingXmlAnonTest.php [new file with mode: 0644]
web/core/modules/rdf/tests/src/Functional/Rest/RdfMappingXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/rdf/tests/src/Functional/Rest/RdfMappingXmlCookieTest.php [new file with mode: 0644]
web/core/modules/rdf/tests/src/Functional/StandardProfileTest.php
web/core/modules/rdf/tests/src/Functional/UserAttributesTest.php
web/core/modules/rdf/tests/src/Kernel/Field/EntityReferenceRdfaTest.php
web/core/modules/rdf/tests/src/Kernel/Field/FieldRdfaDatatypeCallbackTest.php
web/core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php
web/core/modules/rdf/tests/src/Kernel/Migrate/d7/MigrateRdfMappingTest.php [new file with mode: 0644]
web/core/modules/rdf/tests/src/Kernel/Plugin/migrate/source/d7/RdfMappingTest.php [new file with mode: 0644]
web/core/modules/rdf/tests/src/Kernel/RdfaAttributesTest.php
web/core/modules/responsive_image/js/responsive_image.ajax.es6.js
web/core/modules/responsive_image/responsive_image.info.yml
web/core/modules/responsive_image/responsive_image.module
web/core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php
web/core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php
web/core/modules/responsive_image/src/ResponsiveImageStyleForm.php
web/core/modules/responsive_image/src/Tests/ResponsiveImageFieldDisplayTest.php [deleted file]
web/core/modules/responsive_image/src/Tests/ResponsiveImageFieldUiTest.php
web/core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.info.yml
web/core/modules/responsive_image/tests/src/Functional/Hal/ResponsiveImageStyleHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/responsive_image/tests/src/Functional/Hal/ResponsiveImageStyleHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/responsive_image/tests/src/Functional/Hal/ResponsiveImageStyleHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php
web/core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php [new file with mode: 0644]
web/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonAnonTest.php [new file with mode: 0644]
web/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonCookieTest.php [new file with mode: 0644]
web/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php [new file with mode: 0644]
web/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleXmlAnonTest.php [new file with mode: 0644]
web/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleXmlCookieTest.php [new file with mode: 0644]
web/core/modules/responsive_image/tests/src/Functional/Update/ResponsiveImageUpdateTest.php
web/core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php [new file with mode: 0644]
web/core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php
web/core/modules/rest/rest.api.php
web/core/modules/rest/rest.info.yml
web/core/modules/rest/rest.post_update.php
web/core/modules/rest/src/Entity/RestResourceConfig.php
web/core/modules/rest/src/Plugin/rest/resource/EntityResource.php
web/core/modules/rest/src/Plugin/rest/resource/EntityResourceValidationTrait.php
web/core/modules/rest/src/Plugin/views/display/RestExport.php
web/core/modules/rest/src/RequestHandler.php
web/core/modules/rest/src/Routing/ResourceRoutes.php
web/core/modules/rest/src/Tests/RESTTestBase.php
web/core/modules/rest/src/Tests/Update/RestExportAuthCorrectionUpdateTest.php [deleted file]
web/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_update_8201.php
web/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_update_8203.php
web/core/modules/rest/tests/fixtures/update/rest-export-with-authentication-correction.php
web/core/modules/rest/tests/modules/config_test_rest/config_test_rest.info.yml
web/core/modules/rest/tests/modules/rest_test/rest_test.info.yml
web/core/modules/rest/tests/modules/rest_test/rest_test.module
web/core/modules/rest/tests/modules/rest_test/rest_test.services.yml
web/core/modules/rest/tests/modules/rest_test/src/Plugin/Validation/Constraint/RestTestConstraint.php [new file with mode: 0644]
web/core/modules/rest/tests/modules/rest_test/src/Plugin/Validation/Constraint/RestTestConstraintValidator.php [new file with mode: 0644]
web/core/modules/rest/tests/modules/rest_test_views/rest_test_views.info.yml
web/core/modules/rest/tests/src/Functional/EntityResource/Action/ActionJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Action/ActionJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Action/ActionJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Action/ActionResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/Action/ActionXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Action/ActionXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Action/ActionXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/BaseFieldOverride/BaseFieldOverrideJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/BaseFieldOverride/BaseFieldOverrideJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/BaseFieldOverride/BaseFieldOverrideJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/BaseFieldOverride/BaseFieldOverrideResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/BaseFieldOverride/BaseFieldOverrideXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/BaseFieldOverride/BaseFieldOverrideXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/BaseFieldOverride/BaseFieldOverrideXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/BlockContent/BlockContentJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/BlockContent/BlockContentJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/BlockContent/BlockContentJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/BlockContent/BlockContentResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/BlockContent/BlockContentXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/BlockContent/BlockContentXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/BlockContent/BlockContentXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/BlockContentType/BlockContentTypeJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/BlockContentType/BlockContentTypeJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/BlockContentType/BlockContentTypeJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/BlockContentType/BlockContentTypeResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/BlockContentType/BlockContentTypeXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/BlockContentType/BlockContentTypeXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/BlockContentType/BlockContentTypeXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/CommentType/CommentTypeJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/CommentType/CommentTypeJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/CommentType/CommentTypeJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/CommentType/CommentTypeResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/CommentType/CommentTypeXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/CommentType/CommentTypeXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/CommentType/CommentTypeXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ConfigurableLanguage/ConfigurableLanguageJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ConfigurableLanguage/ConfigurableLanguageJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ConfigurableLanguage/ConfigurableLanguageJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ConfigurableLanguage/ConfigurableLanguageResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/ConfigurableLanguage/ConfigurableLanguageXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ConfigurableLanguage/ConfigurableLanguageXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ConfigurableLanguage/ConfigurableLanguageXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ContactForm/ContactFormJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ContactForm/ContactFormJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ContactForm/ContactFormJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ContactForm/ContactFormResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/ContactForm/ContactFormXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ContactForm/ContactFormXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ContactForm/ContactFormXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ContentLanguageSettings/ContentLanguageSettingsJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ContentLanguageSettings/ContentLanguageSettingsJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ContentLanguageSettings/ContentLanguageSettingsJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ContentLanguageSettings/ContentLanguageSettingsResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/ContentLanguageSettings/ContentLanguageSettingsXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ContentLanguageSettings/ContentLanguageSettingsXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ContentLanguageSettings/ContentLanguageSettingsXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/DateFormat/DateFormatJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/DateFormat/DateFormatJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/DateFormat/DateFormatJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/DateFormat/DateFormatResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/DateFormat/DateFormatXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/DateFormat/DateFormatXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/DateFormat/DateFormatXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Editor/EditorJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Editor/EditorJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Editor/EditorJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Editor/EditorResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/Editor/EditorXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Editor/EditorXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Editor/EditorXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityFormMode/EntityFormModeJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityFormMode/EntityFormModeJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityFormMode/EntityFormModeJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityFormMode/EntityFormModeResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/EntityFormMode/EntityFormModeXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityFormMode/EntityFormModeXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityFormMode/EntityFormModeXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceRestTestCoverageTest.php
web/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestJsonInternalPropertyNormalizerTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestTextItemNormalizerTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTestBundle/EntityTestBundleJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTestBundle/EntityTestBundleJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTestBundle/EntityTestBundleJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTestBundle/EntityTestBundleResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTestBundle/EntityTestBundleXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTestBundle/EntityTestBundleXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTestBundle/EntityTestBundleXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTestLabel/EntityTestLabelJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTestLabel/EntityTestLabelJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTestLabel/EntityTestLabelJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTestLabel/EntityTestLabelResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTestLabel/EntityTestLabelXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTestLabel/EntityTestLabelXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityTestLabel/EntityTestLabelXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityViewMode/EntityViewModeJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityViewMode/EntityViewModeJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityViewMode/EntityViewModeJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityViewMode/EntityViewModeResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/EntityViewMode/EntityViewModeXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityViewMode/EntityViewModeXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/EntityViewMode/EntityViewModeXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Feed/FeedJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Feed/FeedJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Feed/FeedJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Feed/FeedResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/Feed/FeedXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Feed/FeedXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Feed/FeedXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/FieldConfig/FieldConfigJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/FieldConfig/FieldConfigJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/FieldConfig/FieldConfigJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/FieldConfig/FieldConfigResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/FieldConfig/FieldConfigXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/FieldConfig/FieldConfigXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/FieldConfig/FieldConfigXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/FieldStorageConfig/FieldStorageConfigJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/FieldStorageConfig/FieldStorageConfigJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/FieldStorageConfig/FieldStorageConfigJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/FieldStorageConfig/FieldStorageConfigResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/FieldStorageConfig/FieldStorageConfigXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/FieldStorageConfig/FieldStorageConfigXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/FieldStorageConfig/FieldStorageConfigXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/File/FileJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/File/FileJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/File/FileJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/File/FileResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/File/FileXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/File/FileXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/File/FileXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/FilterFormat/FilterFormatJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/FilterFormat/FilterFormatJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/FilterFormat/FilterFormatJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/FilterFormat/FilterFormatResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/FilterFormat/FilterFormatXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/FilterFormat/FilterFormatXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/FilterFormat/FilterFormatXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Item/ItemJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Item/ItemJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Item/ItemJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Item/ItemResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/Item/ItemXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Item/ItemXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Item/ItemXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Media/MediaJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Media/MediaJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Media/MediaJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Media/MediaResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/Media/MediaXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Media/MediaXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Media/MediaXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/MediaType/MediaTypeJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/MediaType/MediaTypeJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/MediaType/MediaTypeJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/MediaType/MediaTypeResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/MediaType/MediaTypeXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/MediaType/MediaTypeXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/MediaType/MediaTypeXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Menu/MenuJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Menu/MenuJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Menu/MenuJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Menu/MenuResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/Menu/MenuXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Menu/MenuXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Menu/MenuXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Message/MessageJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Message/MessageJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Message/MessageJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Message/MessageResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/Message/MessageXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Message/MessageXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Message/MessageXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeJsonAnonTest.php [new file with mode: 0644]
web/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeJsonCookieTest.php [new file with mode: 0644]
web/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeResourceTestBase.php [new file with mode: 0644]
web/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlAnonTest.php [new file with mode: 0644]
web/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlCookieTest.php [new file with mode: 0644]
web/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/NodeType/NodeTypeJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/NodeType/NodeTypeJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/NodeType/NodeTypeJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/NodeType/NodeTypeResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/NodeType/NodeTypeXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/NodeType/NodeTypeXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/NodeType/NodeTypeXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/RdfMapping/RdfMappingJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/RdfMapping/RdfMappingJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/RdfMapping/RdfMappingJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/RdfMapping/RdfMappingResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/RdfMapping/RdfMappingXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/RdfMapping/RdfMappingXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/RdfMapping/RdfMappingXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ResponsiveImageStyle/ResponsiveImageStyleJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ResponsiveImageStyle/ResponsiveImageStyleJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ResponsiveImageStyle/ResponsiveImageStyleJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ResponsiveImageStyle/ResponsiveImageStyleResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/ResponsiveImageStyle/ResponsiveImageStyleXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ResponsiveImageStyle/ResponsiveImageStyleXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ResponsiveImageStyle/ResponsiveImageStyleXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/RestResourceConfig/RestResourceConfigJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/RestResourceConfig/RestResourceConfigJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/RestResourceConfig/RestResourceConfigJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/RestResourceConfig/RestResourceConfigResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/RestResourceConfig/RestResourceConfigXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/RestResourceConfig/RestResourceConfigXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/RestResourceConfig/RestResourceConfigXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/SearchPage/SearchPageJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/SearchPage/SearchPageJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/SearchPage/SearchPageJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/SearchPage/SearchPageResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/SearchPage/SearchPageXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/SearchPage/SearchPageXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/SearchPage/SearchPageXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Shortcut/ShortcutJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Shortcut/ShortcutJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Shortcut/ShortcutJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Shortcut/ShortcutResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/Shortcut/ShortcutXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Shortcut/ShortcutXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Shortcut/ShortcutXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ShortcutSet/ShortcutSetJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ShortcutSet/ShortcutSetJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ShortcutSet/ShortcutSetJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ShortcutSet/ShortcutSetResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/ShortcutSet/ShortcutSetXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ShortcutSet/ShortcutSetXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/ShortcutSet/ShortcutSetXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Term/TermJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Term/TermJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Term/TermJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Term/TermResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/Term/TermXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Term/TermXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Term/TermXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Tour/TourJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Tour/TourJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Tour/TourJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Tour/TourResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/Tour/TourXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Tour/TourXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Tour/TourXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/User/UserJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/User/UserJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/User/UserJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/User/UserResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/User/UserXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/User/UserXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/User/UserXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/View/ViewJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/View/ViewJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/View/ViewJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/View/ViewResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/View/ViewXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/View/ViewXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/View/ViewXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyJsonAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyJsonBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyJsonCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyResourceTestBase.php
web/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyXmlAnonTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyXmlBasicAuthTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyXmlCookieTest.php [deleted file]
web/core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php
web/core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php [new file with mode: 0644]
web/core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/rest/tests/src/Functional/ResourceTest.php
web/core/modules/rest/tests/src/Functional/ResourceTestBase.php
web/core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonAnonTest.php [new file with mode: 0644]
web/core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonCookieTest.php [new file with mode: 0644]
web/core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php [new file with mode: 0644]
web/core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlAnonTest.php [new file with mode: 0644]
web/core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlCookieTest.php [new file with mode: 0644]
web/core/modules/rest/tests/src/Functional/Update/EntityResourcePermissionsUpdateTest.php
web/core/modules/rest/tests/src/Functional/Update/ResourceGranularityUpdateTest.php
web/core/modules/rest/tests/src/Functional/Update/RestConfigurationEntitiesUpdateTest.php
web/core/modules/rest/tests/src/Functional/Update/RestExportAuthCorrectionUpdateTest.php [new file with mode: 0644]
web/core/modules/rest/tests/src/Functional/Update/RestExportAuthUpdateTest.php
web/core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
web/core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php
web/core/modules/rest/tests/src/Kernel/RequestHandlerTest.php
web/core/modules/rest/tests/src/Kernel/Views/RestExportAuthTest.php
web/core/modules/search/search.module
web/core/modules/search/src/Controller/SearchController.php
web/core/modules/search/src/Entity/SearchPage.php
web/core/modules/search/src/Form/ReindexConfirm.php
web/core/modules/search/src/Form/SearchPageAddForm.php
web/core/modules/search/src/Form/SearchPageEditForm.php
web/core/modules/search/src/SearchPageListBuilder.php
web/core/modules/search/src/SearchQuery.php
web/core/modules/search/src/Tests/SearchAdvancedSearchFormTest.php [deleted file]
web/core/modules/search/src/Tests/SearchBlockTest.php [deleted file]
web/core/modules/search/src/Tests/SearchCommentTest.php [deleted file]
web/core/modules/search/src/Tests/SearchConfigSettingsFormTest.php [deleted file]
web/core/modules/search/src/Tests/SearchEmbedFormTest.php [deleted file]
web/core/modules/search/src/Tests/SearchLanguageTest.php [deleted file]
web/core/modules/search/src/Tests/SearchNodeUpdateAndDeletionTest.php [deleted file]
web/core/modules/search/src/Tests/SearchNumberMatchingTest.php [deleted file]
web/core/modules/search/src/Tests/SearchNumbersTest.php [deleted file]
web/core/modules/search/src/Tests/SearchPageCacheTagsTest.php [deleted file]
web/core/modules/search/src/Tests/SearchPageTextTest.php [deleted file]
web/core/modules/search/src/Tests/SearchPreprocessLangcodeTest.php [deleted file]
web/core/modules/search/src/Tests/SearchQueryAlterTest.php [deleted file]
web/core/modules/search/src/Tests/SearchRankingTest.php [deleted file]
web/core/modules/search/src/Tests/SearchTestBase.php
web/core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php
web/core/modules/search/tests/modules/search_extra_type/search_extra_type.info.yml
web/core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php
web/core/modules/search/tests/modules/search_langcode_test/search_langcode_test.module
web/core/modules/search/tests/src/Functional/Hal/SearchPageHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/Hal/SearchPageHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/Hal/SearchPageHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/Rest/SearchPageJsonAnonTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/Rest/SearchPageJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/Rest/SearchPageJsonCookieTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/Rest/SearchPageXmlAnonTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/Rest/SearchPageXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/Rest/SearchPageXmlCookieTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/SearchBlockTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php
web/core/modules/search/tests/src/Functional/SearchCommentTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/SearchDateIntervalTest.php
web/core/modules/search/tests/src/Functional/SearchEmbedFormTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/SearchExactTest.php
web/core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php
web/core/modules/search/tests/src/Functional/SearchLanguageTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/SearchMultilingualEntityTest.php
web/core/modules/search/tests/src/Functional/SearchNodeDiacriticsTest.php
web/core/modules/search/tests/src/Functional/SearchNodePunctuationTest.php
web/core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/SearchNumberMatchingTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/SearchNumbersTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/SearchPageCacheTagsTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/SearchPageOverrideTest.php
web/core/modules/search/tests/src/Functional/SearchPageTextTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/SearchQueryAlterTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/SearchRankingTest.php [new file with mode: 0644]
web/core/modules/search/tests/src/Functional/SearchSetLocaleTest.php
web/core/modules/search/tests/src/Functional/SearchSimplifyTest.php
web/core/modules/search/tests/src/Functional/SearchTestBase.php
web/core/modules/search/tests/src/Functional/SearchTokenizerTest.php
web/core/modules/search/tests/src/Kernel/SearchMatchTest.php
web/core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php
web/core/modules/serialization/serialization.services.yml
web/core/modules/serialization/src/Encoder/XmlEncoder.php
web/core/modules/serialization/src/EntityResolver/UuidResolver.php
web/core/modules/serialization/src/Normalizer/ComplexDataNormalizer.php
web/core/modules/serialization/src/Normalizer/EntityNormalizer.php
web/core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php
web/core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizerTrait.php [new file with mode: 0644]
web/core/modules/serialization/src/Normalizer/NormalizerBase.php
web/core/modules/serialization/src/RegisterSerializationClassesCompilerPass.php
web/core/modules/serialization/tests/modules/field_normalization_test/src/Normalization/TextItemSillyNormalizer.php
web/core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php
web/core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php
web/core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php [new file with mode: 0644]
web/core/modules/serialization/tests/src/Unit/CompilerPass/RegisterSerializationClassesCompilerPassTest.php
web/core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php
web/core/modules/serialization/tests/src/Unit/EntityResolver/UuidResolverTest.php
web/core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php
web/core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php
web/core/modules/settings_tray/js/settings_tray.es6.js
web/core/modules/settings_tray/settings_tray.info.yml
web/core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php
web/core/modules/settings_tray/tests/modules/settings_tray_override_test/settings_tray_override_test.info.yml
web/core/modules/settings_tray/tests/modules/settings_tray_test/settings_tray_test.info.yml
web/core/modules/settings_tray/tests/modules/settings_tray_test_css/settings_tray_test_css.info.yml
web/core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php [new file with mode: 0644]
web/core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php [new file with mode: 0644]
web/core/modules/settings_tray/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php [new file with mode: 0644]
web/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php
web/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php [new file with mode: 0644]
web/core/modules/shortcut/shortcut.info.yml
web/core/modules/shortcut/shortcut.module
web/core/modules/shortcut/src/Controller/ShortcutController.php
web/core/modules/shortcut/src/Controller/ShortcutSetController.php
web/core/modules/shortcut/src/Entity/Shortcut.php
web/core/modules/shortcut/src/Entity/ShortcutSet.php
web/core/modules/shortcut/src/Form/SetCustomize.php
web/core/modules/shortcut/src/Form/SwitchShortcutSet.php
web/core/modules/shortcut/src/ShortcutForm.php
web/core/modules/shortcut/src/ShortcutSetForm.php
web/core/modules/shortcut/src/ShortcutSetStorage.php
web/core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/shortcut/tests/src/Functional/Hal/ShortcutHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/shortcut/tests/src/Functional/Hal/ShortcutSetHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/shortcut/tests/src/Functional/Hal/ShortcutSetHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/shortcut/tests/src/Functional/Hal/ShortcutSetHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php [new file with mode: 0644]
web/core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php [new file with mode: 0644]
web/core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php [new file with mode: 0644]
web/core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonAnonTest.php [new file with mode: 0644]
web/core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonCookieTest.php [new file with mode: 0644]
web/core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php [new file with mode: 0644]
web/core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlAnonTest.php [new file with mode: 0644]
web/core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlCookieTest.php [new file with mode: 0644]
web/core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlAnonTest.php [new file with mode: 0644]
web/core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlCookieTest.php [new file with mode: 0644]
web/core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php
web/core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
web/core/modules/shortcut/tests/src/Functional/ShortcutTranslationUITest.php
web/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutTest.php
web/core/modules/simpletest/files/image-3.jpg [new file with mode: 0644]
web/core/modules/simpletest/simpletest.api.php
web/core/modules/simpletest/simpletest.es6.js
web/core/modules/simpletest/simpletest.install
web/core/modules/simpletest/simpletest.module
web/core/modules/simpletest/simpletest.services.yml
web/core/modules/simpletest/src/AssertContentTrait.php
web/core/modules/simpletest/src/Cache/Context/TestDiscoveryCacheContext.php [new file with mode: 0644]
web/core/modules/simpletest/src/Form/SimpletestResultsForm.php
web/core/modules/simpletest/src/Form/SimpletestTestForm.php
web/core/modules/simpletest/src/InstallerTestBase.php
web/core/modules/simpletest/src/KernelTestBase.php
web/core/modules/simpletest/src/RouteProvider.php
web/core/modules/simpletest/src/TestBase.php
web/core/modules/simpletest/src/TestDiscovery.php
web/core/modules/simpletest/src/TestServiceProvider.php
web/core/modules/simpletest/src/Tests/InstallationProfileModuleTestsTest.php
web/core/modules/simpletest/src/Tests/KernelTestBaseTest.php
web/core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php
web/core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php
web/core/modules/simpletest/src/Tests/SimpleTestErrorCollectorTest.php [new file with mode: 0644]
web/core/modules/simpletest/src/WebTestBase.php
web/core/modules/simpletest/tests/modules/simpletest_deprecation_test/simpletest_deprecation_test.info.yml [new file with mode: 0644]
web/core/modules/simpletest/tests/modules/simpletest_deprecation_test/simpletest_deprecation_test.module [new file with mode: 0644]
web/core/modules/simpletest/tests/modules/simpletest_test/simpletest_test.info.yml
web/core/modules/simpletest/tests/src/Functional/MailCaptureTest.php
web/core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php
web/core/modules/simpletest/tests/src/FunctionalJavascript/BrowserWithJavascriptTest.php [deleted file]
web/core/modules/simpletest/tests/src/FunctionalJavascript/JavascriptGetDrupalSettingsTest.php [deleted file]
web/core/modules/simpletest/tests/src/Kernel/Cache/Context/TestDiscoveryCacheContextTest.php [new file with mode: 0644]
web/core/modules/simpletest/tests/src/Kernel/SimpletestDeprecationTest.php [new file with mode: 0644]
web/core/modules/simpletest/tests/src/Kernel/TestDiscoveryDeprecationTest.php [new file with mode: 0644]
web/core/modules/simpletest/tests/src/Unit/SimpletestPhpunitRunCommandTest.php
web/core/modules/simpletest/tests/src/Unit/TestDiscoveryTest.php
web/core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php
web/core/modules/statistics/src/Plugin/migrate/destination/NodeCounter.php
web/core/modules/statistics/src/StatisticsViewsResult.php
web/core/modules/statistics/src/Tests/Views/IntegrationTest.php [deleted file]
web/core/modules/statistics/statistics.es6.js
web/core/modules/statistics/statistics.info.yml
web/core/modules/statistics/statistics.module
web/core/modules/statistics/statistics.views.inc
web/core/modules/statistics/tests/modules/statistics_test_views/statistics_test_views.info.yml
web/core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php
web/core/modules/statistics/tests/src/Functional/StatisticsAttachedTest.php
web/core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php
web/core/modules/statistics/tests/src/Functional/StatisticsTokenReplaceTest.php
web/core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php [new file with mode: 0644]
web/core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php [new file with mode: 0644]
web/core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php
web/core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateNodeCounterTest.php
web/core/modules/statistics/tests/src/Unit/StatisticsViewsResultTest.php [new file with mode: 0644]
web/core/modules/syslog/tests/modules/syslog_test/syslog_test.info.yml
web/core/modules/syslog/tests/src/Functional/Update/SyslogUpdateTest.php
web/core/modules/system/css/system.diff.css
web/core/modules/system/js/system.date.es6.js
web/core/modules/system/js/system.es6.js
web/core/modules/system/js/system.modules.es6.js
web/core/modules/system/js/system.modules.js
web/core/modules/system/src/Controller/DbUpdateController.php
web/core/modules/system/src/Controller/EntityAutocompleteController.php
web/core/modules/system/src/Controller/SystemController.php
web/core/modules/system/src/Controller/ThemeController.php
web/core/modules/system/src/CronController.php
web/core/modules/system/src/Entity/Action.php
web/core/modules/system/src/Entity/Menu.php
web/core/modules/system/src/Form/CronForm.php
web/core/modules/system/src/Form/DateFormatFormBase.php
web/core/modules/system/src/Form/ModulesListConfirmForm.php
web/core/modules/system/src/Form/ModulesListExperimentalConfirmForm.php
web/core/modules/system/src/Form/ModulesListForm.php
web/core/modules/system/src/Form/ModulesUninstallConfirmForm.php
web/core/modules/system/src/Form/ModulesUninstallForm.php
web/core/modules/system/src/Form/PerformanceForm.php
web/core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php
web/core/modules/system/src/Form/RegionalForm.php
web/core/modules/system/src/Form/RssFeedsForm.php
web/core/modules/system/src/Form/SiteMaintenanceModeForm.php
web/core/modules/system/src/Form/ThemeSettingsForm.php
web/core/modules/system/src/MachineNameController.php
web/core/modules/system/src/PathBasedBreadcrumbBuilder.php
web/core/modules/system/src/Plugin/Block/SystemMessagesBlock.php
web/core/modules/system/src/Plugin/Condition/RequestPath.php
web/core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php
web/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/ScaleAndCrop.php
web/core/modules/system/src/Plugin/migrate/process/d6/TimeZone.php
web/core/modules/system/src/Plugin/migrate/source/Extension.php [new file with mode: 0644]
web/core/modules/system/src/SystemConfigSubscriber.php
web/core/modules/system/src/SystemManager.php
web/core/modules/system/src/Tests/Ajax/AjaxFormCacheTest.php [deleted file]
web/core/modules/system/src/Tests/Ajax/AjaxInGroupTest.php [deleted file]
web/core/modules/system/src/Tests/Ajax/CommandsTest.php [deleted file]
web/core/modules/system/src/Tests/Ajax/DialogTest.php [deleted file]
web/core/modules/system/src/Tests/Ajax/ElementValidationTest.php
web/core/modules/system/src/Tests/Ajax/FormValuesTest.php
web/core/modules/system/src/Tests/Ajax/FrameworkTest.php
web/core/modules/system/src/Tests/Ajax/MultiFormTest.php [deleted file]
web/core/modules/system/src/Tests/Bootstrap/ErrorContainer.php [deleted file]
web/core/modules/system/src/Tests/Bootstrap/ExceptionContainer.php [deleted file]
web/core/modules/system/src/Tests/Cache/PageCacheTagsTestBase.php
web/core/modules/system/src/Tests/Common/AddFeedTest.php [deleted file]
web/core/modules/system/src/Tests/Common/AlterTest.php [deleted file]
web/core/modules/system/src/Tests/Common/EarlyRenderingControllerTest.php [deleted file]
web/core/modules/system/src/Tests/Common/FormatDateTest.php [deleted file]
web/core/modules/system/src/Tests/Common/NoJavaScriptAnonymousTest.php [deleted file]
web/core/modules/system/src/Tests/Common/RenderWebTest.php [deleted file]
web/core/modules/system/src/Tests/Common/SimpleTestErrorCollectorTest.php [deleted file]
web/core/modules/system/src/Tests/Common/UrlTest.php [deleted file]
web/core/modules/system/src/Tests/Condition/ConditionFormTest.php [deleted file]
web/core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php
web/core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php
web/core/modules/system/src/Tests/Entity/EntityFormTest.php [deleted file]
web/core/modules/system/src/Tests/Entity/EntityTranslationFormTest.php [deleted file]
web/core/modules/system/src/Tests/Entity/EntityUnitTestBase.php
web/core/modules/system/src/Tests/Entity/EntityWithUriCacheTagsTestBase.php
web/core/modules/system/src/Tests/Form/ElementsTableSelectTest.php
web/core/modules/system/src/Tests/Image/ToolkitTestBase.php
web/core/modules/system/src/Tests/Installer/ConfigAfterInstallerTestBase.php
web/core/modules/system/src/Tests/Installer/DistributionProfileExistingSettingsTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/DistributionProfileTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/DistributionProfileTranslationQueryTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/DistributionProfileTranslationTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/InstallerDatabaseErrorMessagesTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/InstallerEmptySettingsTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/InstallerExistingConfigDirectoryTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/InstallerExistingDatabaseSettingsTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/InstallerExistingInstallationTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/InstallerExistingSettingsMismatchProfileBrokenTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/InstallerExistingSettingsMismatchProfileTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/InstallerExistingSettingsNoProfileTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/InstallerExistingSettingsTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/InstallerLanguageDirectionTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/InstallerLanguagePageTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/InstallerTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageForeignTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/InstallerTranslationQueryTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/InstallerTranslationTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/MinimalInstallerTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/MultipleDistributionsProfileTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/SingleVisibleProfileTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/SiteNameTest.php [deleted file]
web/core/modules/system/src/Tests/Installer/StandardInstallerTest.php [deleted file]
web/core/modules/system/src/Tests/Module/ModuleTestBase.php
web/core/modules/system/src/Tests/Page/DefaultMetatagsTest.php [deleted file]
web/core/modules/system/src/Tests/Pager/PagerTest.php [deleted file]
web/core/modules/system/src/Tests/Path/UrlAliasFixtures.php
web/core/modules/system/src/Tests/Render/HtmlResponseAttachmentsTest.php [deleted file]
web/core/modules/system/src/Tests/Render/UrlBubbleableMetadataBubblingTest.php [deleted file]
web/core/modules/system/src/Tests/Routing/DestinationTest.php [deleted file]
web/core/modules/system/src/Tests/Routing/RouterTest.php
web/core/modules/system/src/Tests/Session/SessionHttpsTest.php
web/core/modules/system/src/Tests/Session/SessionTest.php
web/core/modules/system/src/Tests/System/AccessDeniedTest.php [deleted file]
web/core/modules/system/src/Tests/System/AdminTest.php [deleted file]
web/core/modules/system/src/Tests/System/CronRunTest.php [deleted file]
web/core/modules/system/src/Tests/System/DefaultMobileMetaTagsTest.php [deleted file]
web/core/modules/system/src/Tests/System/FloodTest.php [deleted file]
web/core/modules/system/src/Tests/System/FrontPageTest.php [deleted file]
web/core/modules/system/src/Tests/System/HtaccessTest.php [deleted file]
web/core/modules/system/src/Tests/System/PageNotFoundTest.php [deleted file]
web/core/modules/system/src/Tests/System/PageTitleTest.php [deleted file]
web/core/modules/system/src/Tests/System/ShutdownFunctionsTest.php [deleted file]
web/core/modules/system/src/Tests/System/SiteMaintenanceTest.php [deleted file]
web/core/modules/system/src/Tests/System/SystemConfigFormTestBase.php
web/core/modules/system/src/Tests/System/ThemeTest.php [deleted file]
web/core/modules/system/src/Tests/System/TokenReplaceWebTest.php [deleted file]
web/core/modules/system/src/Tests/System/UncaughtExceptionTest.php [deleted file]
web/core/modules/system/src/Tests/Theme/EngineTwigTest.php [deleted file]
web/core/modules/system/src/Tests/Theme/EntityFilteringThemeTest.php [deleted file]
web/core/modules/system/src/Tests/Theme/FunctionsTest.php [deleted file]
web/core/modules/system/src/Tests/Theme/HtmlAttributesTest.php [deleted file]
web/core/modules/system/src/Tests/Theme/ThemeSuggestionsAlterTest.php [deleted file]
web/core/modules/system/src/Tests/Theme/ThemeTest.php [deleted file]
web/core/modules/system/src/Tests/Theme/TwigDebugMarkupTest.php [deleted file]
web/core/modules/system/src/Tests/Theme/TwigFilterTest.php [deleted file]
web/core/modules/system/src/Tests/Theme/TwigNamespaceTest.php [deleted file]
web/core/modules/system/src/Tests/Theme/TwigRawTest.php [deleted file]
web/core/modules/system/src/Tests/Theme/TwigTransTest.php [deleted file]
web/core/modules/system/system.api.php
web/core/modules/system/system.install
web/core/modules/system/system.module
web/core/modules/system/system.post_update.php
web/core/modules/system/templates/field.html.twig
web/core/modules/system/templates/status-messages.html.twig
web/core/modules/system/tests/fixtures/update/drupal-8.block-context-manager-2354889.php
web/core/modules/system/tests/fixtures/update/drupal-8.language-enabled.php
web/core/modules/system/tests/fixtures/update/drupal-8.local-actions-tasks-into-blocks-507488.php
web/core/modules/system/tests/fixtures/update/drupal-8.page-title-into-block-2476947.php
web/core/modules/system/tests/fixtures/update/drupal-8.seven-secondary-local-tasks-block-2569529.php
web/core/modules/system/tests/fixtures/update/drupal-8.site-branding-into-block-2005546.php
web/core/modules/system/tests/fixtures/update/drupal-8.stable-base-theme-2575421.php
web/core/modules/system/tests/fixtures/update/drupal-8.update-test-block-disabled-2513534.php
web/core/modules/system/tests/fixtures/update/drupal-8.views-taxonomy-parent-2543726.php [new file with mode: 0644]
web/core/modules/system/tests/fixtures/update/drupal-8.views-taxonomy-parent-2543726.yml [new file with mode: 0644]
web/core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php
web/core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderRoutingTestServiceProvider.php
web/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module
web/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml
web/core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php
web/core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestValidationForm.php
web/core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php
web/core/modules/system/tests/modules/ajax_test/ajax_test.info.yml
web/core/modules/system/tests/modules/ajax_test/ajax_test.libraries.yml
web/core/modules/system/tests/modules/ajax_test/ajax_test.routing.yml
web/core/modules/system/tests/modules/ajax_test/js/insert-ajax.es6.js [new file with mode: 0644]
web/core/modules/system/tests/modules/ajax_test/js/insert-ajax.js [new file with mode: 0644]
web/core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php
web/core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php
web/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc
web/core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php
web/core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.module
web/core/modules/system/tests/modules/condition_test/src/FormController.php
web/core/modules/system/tests/modules/conneg_test/src/Controller/TestController.php
web/core/modules/system/tests/modules/database_test/database_test.install
web/core/modules/system/tests/modules/database_test/database_test.module
web/core/modules/system/tests/modules/default_format_test/default_format_test.info.yml [new file with mode: 0644]
web/core/modules/system/tests/modules/default_format_test/default_format_test.routing.yml [new file with mode: 0644]
web/core/modules/system/tests/modules/default_format_test/src/DefaultFormatTestController.php [new file with mode: 0644]
web/core/modules/system/tests/modules/dialog_renderer_test/src/Render/MainContent/WideModalRenderer.php
web/core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
web/core/modules/system/tests/modules/entity_reference_test/entity_reference_test.info.yml
web/core/modules/system/tests/modules/entity_reference_test_views/entity_reference_test_views.info.yml
web/core/modules/system/tests/modules/entity_schema_test/entity_schema_test.info.yml
web/core/modules/system/tests/modules/entity_test/entity_test.info.yml
web/core/modules/system/tests/modules/entity_test/entity_test.module
web/core/modules/system/tests/modules/entity_test/src/Controller/EntityTestController.php
web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php
web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestComputedField.php
web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMapField.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMul.php
web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRev.php
web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevPub.php
web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestRev.php
web/core/modules/system/tests/modules/entity_test/src/EntityTestAccessControlHandler.php
web/core/modules/system/tests/modules/entity_test/src/EntityTestForm.php
web/core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedReferenceTestFieldItemList.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldWidget/ShapeOnlyColorEditableWidget.php
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestBundleHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestBundleHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestBundleHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonInternalPropertyNormalizerTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestLabelHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestLabelHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestLabelHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestMapFieldHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonAnonTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonCookieTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleResourceTestBase.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleXmlAnonTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleXmlCookieTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonAnonTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonCookieTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonInternalPropertyNormalizerTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelJsonAnonTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelJsonCookieTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelResourceTestBase.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelXmlAnonTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelXmlCookieTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldJsonAnonTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlAnonTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlCookieTest.php [new file with mode: 0644]
web/core/modules/system/tests/modules/entity_test_constraints/entity_test_constraints.info.yml
web/core/modules/system/tests/modules/entity_test_extra/entity_test_extra.info.yml
web/core/modules/system/tests/modules/entity_test_schema_converter/entity_test_schema_converter.info.yml
web/core/modules/system/tests/modules/entity_test_third_party/entity_test_third_party.info.yml
web/core/modules/system/tests/modules/entity_test_update/entity_test_update.module
web/core/modules/system/tests/modules/entity_test_update/src/Entity/EntityTestUpdate.php
web/core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php
web/core/modules/system/tests/modules/entity_test_update/update/entity_rev_pub_updates_8400.inc
web/core/modules/system/tests/modules/error_test/src/Controller/ErrorTestController.php
web/core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.info.yml
web/core/modules/system/tests/modules/form_test/form_test.info.yml
web/core/modules/system/tests/modules/form_test/form_test.module
web/core/modules/system/tests/modules/form_test/form_test.routing.yml
web/core/modules/system/tests/modules/form_test/src/Callbacks.php
web/core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php
web/core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php
web/core/modules/system/tests/modules/form_test/src/Form/FormTestGetForm.php
web/core/modules/system/tests/modules/form_test/src/Form/FormTestGroupDetailsForm.php
web/core/modules/system/tests/modules/form_test/src/Form/FormTestLabelForm.php
web/core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php
web/core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php
web/core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php [new file with mode: 0644]
web/core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php
web/core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php
web/core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php
web/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php
web/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php
web/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateForm.php
web/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateNoToken.php
web/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php
web/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php
web/core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php
web/core/modules/system/tests/modules/form_test/src/Form/JavascriptStatesForm.php [new file with mode: 0644]
web/core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php
web/core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php
web/core/modules/system/tests/modules/form_test/src/FormTestObject.php
web/core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php
web/core/modules/system/tests/modules/hold_test/hold_test.info.yml [new file with mode: 0644]
web/core/modules/system/tests/modules/hold_test/hold_test.install [new file with mode: 0644]
web/core/modules/system/tests/modules/hold_test/hold_test.module [new file with mode: 0644]
web/core/modules/system/tests/modules/hold_test/hold_test.services.yml [new file with mode: 0644]
web/core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php [new file with mode: 0644]
web/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php
web/core/modules/system/tests/modules/js_ajax_test/js/js_ajax_test.ajax.es6.js
web/core/modules/system/tests/modules/js_webassert_test/js/js_webassert_test.wait_for_ajax_request.es6.js
web/core/modules/system/tests/modules/js_webassert_test/js/js_webassert_test.wait_for_element.es6.js
web/core/modules/system/tests/modules/js_webassert_test/src/Form/JsWebAssertTestForm.php
web/core/modules/system/tests/modules/keyvalue_test/keyvalue_test.info.yml
web/core/modules/system/tests/modules/mail_html_test/mail_html_test.info.yml [new file with mode: 0644]
web/core/modules/system/tests/modules/mail_html_test/mail_html_test.module [new file with mode: 0644]
web/core/modules/system/tests/modules/mail_html_test/src/Plugin/Mail/TestHtmlMailCollector.php [new file with mode: 0644]
web/core/modules/system/tests/modules/menu_test/menu_test.info.yml
web/core/modules/system/tests/modules/menu_test/menu_test.links.action.yml
web/core/modules/system/tests/modules/menu_test/menu_test.routing.yml
web/core/modules/system/tests/modules/menu_test/src/Access/AccessCheck.php
web/core/modules/system/tests/modules/menu_test/src/Controller/MenuTestController.php
web/core/modules/system/tests/modules/menu_test/src/TestControllers.php
web/core/modules/system/tests/modules/module_autoload_test/src/SomeClass.php
web/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.info.yml
web/core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.info.yml
web/core/modules/system/tests/modules/module_installer_config_test/config/schema/module_installer_config_test.schema.yml
web/core/modules/system/tests/modules/module_installer_config_test/module_installer_config_test.info.yml
web/core/modules/system/tests/modules/off_canvas_test/src/Controller/TestController.php
web/core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php
web/core/modules/system/tests/modules/plugin_test/src/Plugin/MockBlockManager.php
web/core/modules/system/tests/modules/plugin_test/src/Plugin/TestPluginManager.php
web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockMenuBlockDeriver.php
web/core/modules/system/tests/modules/render_attached_test/render_attached_test.info.yml
web/core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php
web/core/modules/system/tests/modules/requirements2_test/requirements2_test.info.yml
web/core/modules/system/tests/modules/service_provider_test/src/TestClass.php
web/core/modules/system/tests/modules/session_test/session_test.module
web/core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php
web/core/modules/system/tests/modules/session_test/src/Form/SessionTestForm.php
web/core/modules/system/tests/modules/system_dependencies_test/system_dependencies_test.info.yml
web/core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.info.yml
web/core/modules/system/tests/modules/system_incompatible_module_version_dependencies_test/system_incompatible_module_version_dependencies_test.info.yml
web/core/modules/system/tests/modules/system_module_test/system_module_test.install [new file with mode: 0644]
web/core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php
web/core/modules/system/tests/modules/system_test/system_test.module
web/core/modules/system/tests/modules/system_test/system_test.routing.yml
web/core/modules/system/tests/modules/test_page_test/src/Controller/Test.php
web/core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.module
web/core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php
web/core/modules/system/tests/modules/theme_test/src/ThemeTestController.php
web/core/modules/system/tests/modules/theme_test/theme_test.module
web/core/modules/system/tests/modules/token_test/token_test.info.yml
web/core/modules/system/tests/modules/twig_extension_test/src/TwigExtensionTestController.php
web/core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php
web/core/modules/system/tests/modules/update_script_test/config/schema/update_script_test.schema.yml
web/core/modules/system/tests/modules/update_script_test/update_script_test.module
web/core/modules/system/tests/modules/update_script_test/update_script_test.services.yml
web/core/modules/system/tests/modules/update_test_schema/update_test_schema.install
web/core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php
web/core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
web/core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Bootstrap/DrupalSetMessageTest.php [deleted file]
web/core/modules/system/tests/src/Functional/Cache/PageCacheTagsTestBase.php
web/core/modules/system/tests/src/Functional/Common/AlterTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Common/FormatDateTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Common/NoJavaScriptAnonymousTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Common/RenderWebTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Common/UrlTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php
web/core/modules/system/tests/src/Functional/Database/TemporaryQueryTest.php
web/core/modules/system/tests/src/Functional/Datetime/DrupalDateTimeTest.php
web/core/modules/system/tests/src/Functional/Entity/ConfigEntityImportTest.php
web/core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php
web/core/modules/system/tests/src/Functional/Entity/EntityFormTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php
web/core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Entity/EntityWithUriCacheTagsTestBase.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Entity/Update/LangcodeToAsciiUpdateFilledTest.php
web/core/modules/system/tests/src/Functional/Entity/Update/LangcodeToAsciiUpdateTest.php
web/core/modules/system/tests/src/Functional/Entity/Update/MoveRevisionMetadataFieldsUpdateTest.php
web/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTest.php [deleted file]
web/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php
web/core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexTest.php
web/core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php
web/core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php
web/core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php
web/core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php
web/core/modules/system/tests/src/Functional/Form/ElementTest.php
web/core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php
web/core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php
web/core/modules/system/tests/src/Functional/Form/FormObjectTest.php
web/core/modules/system/tests/src/Functional/Form/FormTest.php
web/core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php
web/core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php
web/core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php
web/core/modules/system/tests/src/Functional/Hal/ActionHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Hal/ActionHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Hal/ActionHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Hal/MenuHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Hal/MenuHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Hal/MenuHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Mail/HtmlToTextTest.php
web/core/modules/system/tests/src/Functional/Mail/MailTest.php
web/core/modules/system/tests/src/Functional/Menu/BreadcrumbFrontCacheContextsTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php
web/core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php
web/core/modules/system/tests/src/Functional/Module/DependencyTest.php
web/core/modules/system/tests/src/Functional/Module/HookRequirementsTest.php
web/core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php
web/core/modules/system/tests/src/Functional/Module/ModuleTestBase.php
web/core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php
web/core/modules/system/tests/src/Functional/Module/RequiredTest.php [deleted file]
web/core/modules/system/tests/src/Functional/Module/UninstallTest.php
web/core/modules/system/tests/src/Functional/Page/DefaultMetatagsTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Pager/PagerTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Render/AjaxPageStateTest.php
web/core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Rest/ActionJsonAnonTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Rest/ActionJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Rest/ActionJsonCookieTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Rest/ActionResourceTestBase.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Rest/ActionXmlAnonTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Rest/ActionXmlCookieTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Rest/MenuJsonAnonTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Rest/MenuJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Rest/MenuJsonCookieTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Rest/MenuResourceTestBase.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Rest/MenuXmlAnonTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Rest/MenuXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Rest/MenuXmlCookieTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Routing/DestinationTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php
web/core/modules/system/tests/src/Functional/System/AccessDeniedTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/System/AdminMetaTagTest.php
web/core/modules/system/tests/src/Functional/System/AdminTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/System/CronRunTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/System/DateFormatsMachineNameTest.php
web/core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/System/FrontPageTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/System/HtaccessTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/System/IndexPhpTest.php
web/core/modules/system/tests/src/Functional/System/PageNotFoundTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/System/PageTitleTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/System/RetrieveFileTest.php
web/core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php
web/core/modules/system/tests/src/Functional/System/StatusTest.php
web/core/modules/system/tests/src/Functional/System/ThemeTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/System/TokenReplaceWebTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Theme/ThemeTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Theme/TwigDebugMarkupTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Theme/TwigTransTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php
web/core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php
web/core/modules/system/tests/src/Functional/Update/ConfigOverridesUpdateTest.php
web/core/modules/system/tests/src/Functional/Update/DependencyHookInvocationTest.php
web/core/modules/system/tests/src/Functional/Update/DependencyMissingTest.php
web/core/modules/system/tests/src/Functional/Update/DependencyOrderingTest.php
web/core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionDefaultTest.php
web/core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionTranslationAffectedTest.php
web/core/modules/system/tests/src/Functional/Update/EntityUpdateInitialTest.php
web/core/modules/system/tests/src/Functional/Update/EntityUpdateToPublishableTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Update/EntityUpdateToRevisionableAndPublishableTest.php [deleted file]
web/core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php
web/core/modules/system/tests/src/Functional/Update/FilterHtmlUpdateTest.php
web/core/modules/system/tests/src/Functional/Update/InstallProfileSystemInstall8300Test.php
web/core/modules/system/tests/src/Functional/Update/InvalidUpdateHookTest.php
web/core/modules/system/tests/src/Functional/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php
web/core/modules/system/tests/src/Functional/Update/MenuTreeSerializationTitleFilledTest.php
web/core/modules/system/tests/src/Functional/Update/MenuTreeSerializationTitleTest.php
web/core/modules/system/tests/src/Functional/Update/PageTitleConvertedIntoBlockUpdateTest.php
web/core/modules/system/tests/src/Functional/Update/RecalculatedDependencyTest.php
web/core/modules/system/tests/src/Functional/Update/RemoveResponseGzipFromSystemPerformanceConfigurationTest.php
web/core/modules/system/tests/src/Functional/Update/RouterIndexOptimizationFilledTest.php
web/core/modules/system/tests/src/Functional/Update/RouterIndexOptimizationTest.php
web/core/modules/system/tests/src/Functional/Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php
web/core/modules/system/tests/src/Functional/Update/SiteBrandingConvertedIntoBlockUpdateTest.php
web/core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php
web/core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php
web/core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php
web/core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php
web/core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php
web/core/modules/system/tests/src/Functional/Update/UpdatePathTestBaseFilledTest.php
web/core/modules/system/tests/src/Functional/Update/UpdatePathTestJavaScriptTest.php
web/core/modules/system/tests/src/Functional/Update/UpdatePathWithBrokenRoutingFilledTest.php
web/core/modules/system/tests/src/Functional/Update/UpdatePathWithBrokenRoutingTest.php
web/core/modules/system/tests/src/Functional/Update/UpdatePostUpdateFailingTest.php
web/core/modules/system/tests/src/Functional/Update/UpdatePostUpdateTest.php
web/core/modules/system/tests/src/Functional/Update/UpdateSchemaTest.php
web/core/modules/system/tests/src/Functional/Update/UpdatesWith7xTest.php
web/core/modules/system/tests/src/FunctionalJavascript/ModalRendererTest.php
web/core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php
web/core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php
web/core/modules/system/tests/src/FunctionalJavascript/ThemeFormSettingsTest.php
web/core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php
web/core/modules/system/tests/src/Kernel/Common/AddFeedTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Kernel/Common/FormElementsRenderTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Kernel/Common/SystemListingTest.php
web/core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php
web/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
web/core/modules/system/tests/src/Kernel/Form/FormObjectTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Kernel/Form/ProgrammaticTest.php
web/core/modules/system/tests/src/Kernel/Installer/InstallerDependenciesResolutionTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Kernel/Installer/InstallerMissingDependenciesTest.php [deleted file]
web/core/modules/system/tests/src/Kernel/Plugin/migrate/source/ExtensionTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Kernel/Render/ClassyTest.php
web/core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php
web/core/modules/system/tests/src/Kernel/System/FloodTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Kernel/System/SystemGetInfoTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Kernel/Theme/ThemeTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Kernel/Theme/TwigFilterTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Kernel/Theme/TwigRawTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php
web/core/modules/system/tests/src/Unit/Menu/MenuLinkTreeTest.php
web/core/modules/system/tests/themes/test_theme/templates/views-view--test-preprocess--display-2.html.twig [new file with mode: 0644]
web/core/modules/system/tests/themes/test_theme/test_theme.info.yml
web/core/modules/system/tests/themes/test_theme/test_theme.theme
web/core/modules/system/tests/themes/test_theme_libraries_empty/test_theme_libraries_empty.info.yml
web/core/modules/system/tests/themes/test_theme_settings_features/config/schema/test_theme_settings_features.schema.yml [new file with mode: 0644]
web/core/modules/system/tests/themes/test_theme_settings_features/test_theme_settings_features.info.yml [new file with mode: 0644]
web/core/modules/taxonomy/migrations/d6_taxonomy_vocabulary_translation.yml [deleted file]
web/core/modules/taxonomy/migrations/d6_term_node_revision.yml
web/core/modules/taxonomy/migrations/d6_vocabulary_field_instance.yml
web/core/modules/taxonomy/migrations/d7_taxonomy_term.yml
web/core/modules/taxonomy/src/Entity/Term.php
web/core/modules/taxonomy/src/Entity/Vocabulary.php
web/core/modules/taxonomy/src/Form/OverviewTerms.php
web/core/modules/taxonomy/src/Form/VocabularyResetForm.php
web/core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php
web/core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.php
web/core/modules/taxonomy/src/Plugin/migrate/field/TaxonomyTermReference.php
web/core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyPerType.php
web/core/modules/taxonomy/src/Plugin/migrate/source/d7/Term.php
web/core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php [new file with mode: 0644]
web/core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php
web/core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php
web/core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php
web/core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php
web/core/modules/taxonomy/src/Plugin/views/field/TermName.php
web/core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTidDepth.php
web/core/modules/taxonomy/src/TermAccessControlHandler.php
web/core/modules/taxonomy/src/TermForm.php
web/core/modules/taxonomy/src/TermInterface.php
web/core/modules/taxonomy/src/TermStorage.php
web/core/modules/taxonomy/src/TermStorageInterface.php
web/core/modules/taxonomy/src/TermStorageSchema.php
web/core/modules/taxonomy/src/TermViewsData.php
web/core/modules/taxonomy/src/Tests/RssTest.php [deleted file]
web/core/modules/taxonomy/src/Tests/TaxonomyTermIndentationTest.php [deleted file]
web/core/modules/taxonomy/src/Tests/TaxonomyTestBase.php
web/core/modules/taxonomy/src/Tests/TaxonomyTestTrait.php
web/core/modules/taxonomy/src/Tests/TaxonomyTranslationTestTrait.php
web/core/modules/taxonomy/src/Tests/TermAutocompleteTest.php [deleted file]
web/core/modules/taxonomy/src/Tests/TermTest.php [deleted file]
web/core/modules/taxonomy/src/Tests/TermTranslationTest.php [deleted file]
web/core/modules/taxonomy/src/VocabularyForm.php
web/core/modules/taxonomy/src/VocabularyListBuilder.php
web/core/modules/taxonomy/src/VocabularyStorage.php
web/core/modules/taxonomy/taxonomy.es6.js
web/core/modules/taxonomy/taxonomy.info.yml
web/core/modules/taxonomy/taxonomy.install [new file with mode: 0644]
web/core/modules/taxonomy/taxonomy.module
web/core/modules/taxonomy/taxonomy.post_update.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/fixtures/update/drupal-8.views-taxonomy-term-publishing-status-2981887.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/fixtures/update/views.view.test_taxonomy_term_view_with_content_translation_status.yml [new file with mode: 0644]
web/core/modules/taxonomy/tests/fixtures/update/views.view.test_taxonomy_term_view_without_content_translation_status.yml [new file with mode: 0644]
web/core/modules/taxonomy/tests/modules/taxonomy_crud/taxonomy_crud.info.yml
web/core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/taxonomy_term_stub_test.info.yml
web/core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.info.yml
web/core/modules/taxonomy/tests/modules/taxonomy_test_views/taxonomy_test_views.info.yml
web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_argument_taxonomy_vocabulary.yml
web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_parent.yml
web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_term_relationship.yml
web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_vid_field.yml [new file with mode: 0644]
web/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.info.yml
web/core/modules/taxonomy/tests/src/Functional/Hal/TermHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/Hal/TermHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/Hal/TermHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/Hal/VocabularyHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/Rest/TermJsonAnonTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/Rest/TermJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/Rest/TermJsonCookieTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/Rest/TermXmlAnonTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/Rest/TermXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/Rest/TermXmlCookieTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonAnonTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonCookieTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlAnonTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlCookieTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/RssTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/TaxonomyQueryAlterTest.php
web/core/modules/taxonomy/tests/src/Functional/TaxonomyTermIndentationTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/TaxonomyTestBase.php
web/core/modules/taxonomy/tests/src/Functional/TaxonomyTestTrait.php
web/core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php
web/core/modules/taxonomy/tests/src/Functional/TermAccessTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php
web/core/modules/taxonomy/tests/src/Functional/TermIndexTest.php
web/core/modules/taxonomy/tests/src/Functional/TermTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyDefaultArgumentTest.php
web/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php
web/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyRelationshipTest.php
web/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php
web/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php
web/core/modules/taxonomy/tests/src/Functional/VocabularyCrudTest.php
web/core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php
web/core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php
web/core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php
web/core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php
web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTest.php
web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTest.php
web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTranslationTest.php
web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php
web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php
web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php
web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php
web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldTest.php
web/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTest.php
web/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermSourceWithVocabularyFilterTest.php
web/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermTest.php
web/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Unit/Plugin/migrate/cckfield/TaxonomyTermReferenceCckLegacyTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Unit/Plugin/migrate/cckfield/TaxonomyTermReferenceCckTest.php
web/core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldLegacyTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php
web/core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php
web/core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php
web/core/modules/telephone/telephone.info.yml
web/core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php
web/core/modules/text/src/Plugin/Field/FieldType/TextItem.php
web/core/modules/text/src/Plugin/migrate/field/d6/TextField.php
web/core/modules/text/src/Tests/TextFieldTest.php [deleted file]
web/core/modules/text/tests/src/Functional/TextFieldTest.php [new file with mode: 0644]
web/core/modules/text/tests/src/FunctionalJavascript/TextareaWithSummaryTest.php [new file with mode: 0644]
web/core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php
web/core/modules/text/tests/src/Unit/Migrate/TextCckTest.php
web/core/modules/text/tests/src/Unit/Migrate/d6/TextFieldTest.php
web/core/modules/text/tests/src/Unit/Plugin/migrate/cckfield/TextCckTest.php
web/core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldLegacyTest.php [new file with mode: 0644]
web/core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php
web/core/modules/text/text.es6.js
web/core/modules/text/text.info.yml
web/core/modules/text/text.js
web/core/modules/text/text.module
web/core/modules/toolbar/js/escapeAdmin.es6.js
web/core/modules/toolbar/js/models/MenuModel.es6.js
web/core/modules/toolbar/js/models/ToolbarModel.es6.js
web/core/modules/toolbar/js/toolbar.es6.js
web/core/modules/toolbar/js/toolbar.js
web/core/modules/toolbar/js/toolbar.menu.es6.js
web/core/modules/toolbar/js/toolbar.menu.js
web/core/modules/toolbar/js/views/BodyVisualView.es6.js
web/core/modules/toolbar/js/views/MenuVisualView.es6.js
web/core/modules/toolbar/js/views/ToolbarAuralView.es6.js
web/core/modules/toolbar/js/views/ToolbarAuralView.js
web/core/modules/toolbar/js/views/ToolbarVisualView.es6.js
web/core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php
web/core/modules/toolbar/toolbar.info.yml
web/core/modules/toolbar/toolbar.module
web/core/modules/tour/js/tour.es6.js
web/core/modules/tour/js/tour.js
web/core/modules/tour/src/Entity/Tour.php
web/core/modules/tour/src/Plugin/tour/tip/TipPluginText.php
web/core/modules/tour/src/Tests/TourTest.php [deleted file]
web/core/modules/tour/tests/src/Functional/Hal/TourHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/tour/tests/src/Functional/Hal/TourHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/tour/tests/src/Functional/Hal/TourHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/tour/tests/src/Functional/Rest/TourJsonAnonTest.php [new file with mode: 0644]
web/core/modules/tour/tests/src/Functional/Rest/TourJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/tour/tests/src/Functional/Rest/TourJsonCookieTest.php [new file with mode: 0644]
web/core/modules/tour/tests/src/Functional/Rest/TourResourceTestBase.php [new file with mode: 0644]
web/core/modules/tour/tests/src/Functional/Rest/TourXmlAnonTest.php [new file with mode: 0644]
web/core/modules/tour/tests/src/Functional/Rest/TourXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/tour/tests/src/Functional/Rest/TourXmlCookieTest.php [new file with mode: 0644]
web/core/modules/tour/tests/src/Functional/TourTest.php
web/core/modules/tour/tests/src/Unit/Plugin/tour/tip/TipPluginTextTest.php [new file with mode: 0644]
web/core/modules/tour/tests/tour_test/tour_test.info.yml
web/core/modules/tour/tests/tour_test/tour_test.routing.yml
web/core/modules/tracker/js/tracker-history.es6.js
web/core/modules/tracker/js/tracker-history.js
web/core/modules/tracker/src/Plugin/Menu/UserTrackerTab.php
web/core/modules/tracker/tests/modules/tracker_test_views/tracker_test_views.info.yml
web/core/modules/tracker/tests/src/Functional/TrackerTest.php
web/core/modules/tracker/tests/src/Functional/Views/TrackerUserUidTest.php
web/core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerNodeTest.php
web/core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerUserTest.php
web/core/modules/tracker/tracker.info.yml
web/core/modules/tracker/tracker.module
web/core/modules/tracker/tracker.routing.yml
web/core/modules/tracker/tracker.views.inc
web/core/modules/update/src/Controller/UpdateController.php
web/core/modules/update/src/Form/UpdateManagerInstall.php
web/core/modules/update/src/UpdateSettingsForm.php
web/core/modules/update/tests/aaa_update_test/aaa_update_test.info.yml [deleted file]
web/core/modules/update/tests/modules/update_test/aaa_update_test.sec.8.x-1.1_8.x-1.2.xml [new file with mode: 0644]
web/core/modules/update/tests/modules/update_test/aaa_update_test.sec.8.x-1.2.xml [new file with mode: 0644]
web/core/modules/update/tests/modules/update_test/aaa_update_test.sec.8.x-1.2_8.x-2.2.xml [new file with mode: 0644]
web/core/modules/update/tests/modules/update_test/aaa_update_test.sec.8.x-2.2_1.x_secure.xml [new file with mode: 0644]
web/core/modules/update/tests/modules/update_test/drupal.0.2-sec.xml [deleted file]
web/core/modules/update/tests/modules/update_test/drupal.1.2-sec.xml [deleted file]
web/core/modules/update/tests/modules/update_test/drupal.sec.0.1_0.2.xml [new file with mode: 0644]
web/core/modules/update/tests/modules/update_test/drupal.sec.0.2-rc2-b.xml [new file with mode: 0644]
web/core/modules/update/tests/modules/update_test/drupal.sec.0.2-rc2.xml [new file with mode: 0644]
web/core/modules/update/tests/modules/update_test/drupal.sec.0.2.xml [new file with mode: 0644]
web/core/modules/update/tests/modules/update_test/drupal.sec.1.2.xml [new file with mode: 0644]
web/core/modules/update/tests/modules/update_test/drupal.sec.1.2_insecure.xml [new file with mode: 0644]
web/core/modules/update/tests/modules/update_test/update_test_basetheme.1_1-sec.xml
web/core/modules/update/tests/src/Functional/UpdateContribTest.php
web/core/modules/update/tests/src/Functional/UpdateCoreTest.php
web/core/modules/update/tests/src/Functional/UpdateTestBase.php
web/core/modules/update/tests/src/Functional/UpdateUploadTest.php
web/core/modules/update/update.authorize.inc
web/core/modules/update/update.compare.inc
web/core/modules/update/update.info.yml
web/core/modules/update/update.install
web/core/modules/update/update.manager.inc
web/core/modules/update/update.module
web/core/modules/update/update.report.inc
web/core/modules/user/config/install/user.mail.yml
web/core/modules/user/migrations/d7_user.yml
web/core/modules/user/migrations/user_profile_entity_display.yml
web/core/modules/user/migrations/user_profile_entity_form_display.yml
web/core/modules/user/migrations/user_profile_field.yml
web/core/modules/user/migrations/user_profile_field_instance.yml
web/core/modules/user/src/AccountForm.php
web/core/modules/user/src/AccountSettingsForm.php
web/core/modules/user/src/ContextProvider/CurrentUserContext.php
web/core/modules/user/src/Controller/UserController.php
web/core/modules/user/src/Entity/Role.php
web/core/modules/user/src/Entity/User.php
web/core/modules/user/src/Form/UserCancelForm.php
web/core/modules/user/src/Form/UserMultipleCancelConfirm.php
web/core/modules/user/src/Form/UserPasswordForm.php
web/core/modules/user/src/Form/UserPermissionsForm.php
web/core/modules/user/src/Plugin/Action/CancelUser.php
web/core/modules/user/src/Plugin/Block/UserLoginBlock.php
web/core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php
web/core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUser.php
web/core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php
web/core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraintValidator.php
web/core/modules/user/src/Plugin/migrate/ProfileValues.php
web/core/modules/user/src/Plugin/migrate/User.php
web/core/modules/user/src/Plugin/migrate/destination/EntityUser.php
web/core/modules/user/src/Plugin/migrate/process/UserLangcode.php
web/core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php
web/core/modules/user/src/Plugin/migrate/source/d6/User.php
web/core/modules/user/src/Plugin/migrate/source/d6/UserPicture.php
web/core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php
web/core/modules/user/src/Plugin/migrate/source/d7/User.php
web/core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php [new file with mode: 0644]
web/core/modules/user/src/Plugin/views/access/Permission.php
web/core/modules/user/src/Plugin/views/access/Role.php
web/core/modules/user/src/Plugin/views/argument/Uid.php
web/core/modules/user/src/Plugin/views/field/Permissions.php
web/core/modules/user/src/Plugin/views/field/Roles.php
web/core/modules/user/src/Plugin/views/field/UserData.php
web/core/modules/user/src/Plugin/views/wizard/Users.php
web/core/modules/user/src/ProfileForm.php
web/core/modules/user/src/RegisterForm.php
web/core/modules/user/src/RoleForm.php
web/core/modules/user/src/RoleListBuilder.php
web/core/modules/user/src/Tests/UserAdminLanguageTest.php [deleted file]
web/core/modules/user/src/Tests/UserAdminSettingsFormTest.php [deleted file]
web/core/modules/user/src/Tests/UserBlocksTest.php [deleted file]
web/core/modules/user/src/Tests/UserCreateTest.php [deleted file]
web/core/modules/user/src/Tests/UserPasswordResetTest.php [deleted file]
web/core/modules/user/src/Tests/UserRegistrationTest.php [deleted file]
web/core/modules/user/src/Tests/UserResetEmailTestTrait.php
web/core/modules/user/src/UserAccessControlHandler.php
web/core/modules/user/src/UserStorage.php
web/core/modules/user/src/UserStorageSchema.php
web/core/modules/user/src/UserViewsData.php
web/core/modules/user/tests/fixtures/update/drupal-8.user-email-token-2587275.php
web/core/modules/user/tests/modules/user_access_test/user_access_test.module
web/core/modules/user/tests/modules/user_access_test/user_access_test.permissions.yml [new file with mode: 0644]
web/core/modules/user/tests/modules/user_form_test/user_form_test.routing.yml
web/core/modules/user/tests/modules/user_hooks_test/user_hooks_test.module
web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_fields_access.yml [new file with mode: 0644]
web/core/modules/user/tests/modules/user_test_views/user_test_views.info.yml
web/core/modules/user/tests/src/Functional/Hal/RoleHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/Hal/RoleHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/Hal/RoleHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/Hal/UserHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/Hal/UserHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/Hal/UserHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/Rest/RoleJsonAnonTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/Rest/RoleJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/Rest/RoleJsonCookieTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/Rest/RoleResourceTestBase.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/Rest/RoleXmlAnonTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/Rest/RoleXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/Rest/RoleXmlCookieTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/Rest/UserJsonAnonTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/Rest/UserJsonCookieTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/Rest/UserXmlAnonTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/Rest/UserXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/Rest/UserXmlCookieTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/Update/UserUpdateEmailToken.php
web/core/modules/user/tests/src/Functional/Update/UserUpdateOrderPermissionsTest.php
web/core/modules/user/tests/src/Functional/UserAdminLanguageTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/UserAdminTest.php
web/core/modules/user/tests/src/Functional/UserBlocksTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/UserCacheTagsTest.php
web/core/modules/user/tests/src/Functional/UserCancelTest.php
web/core/modules/user/tests/src/Functional/UserCreateTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/UserEditTest.php
web/core/modules/user/tests/src/Functional/UserLoginHttpTest.php
web/core/modules/user/tests/src/Functional/UserMailNotifyTest.php
web/core/modules/user/tests/src/Functional/UserPasswordResetTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/UserRegistrationTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Functional/UserTranslationUITest.php
web/core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php
web/core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php
web/core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Kernel/Condition/UserRoleConditionTest.php
web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileEntityDisplayTest.php
web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileEntityFormDisplayTest.php
web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileFieldInstanceTest.php
web/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileValuesTest.php
web/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserRoleTest.php
web/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserTest.php
web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php
web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserTest.php
web/core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php
web/core/modules/user/tests/src/Kernel/UserAdminSettingsFormTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php
web/core/modules/user/tests/src/Kernel/UserInstallTest.php
web/core/modules/user/tests/src/Kernel/UserValidationTest.php
web/core/modules/user/tests/src/Kernel/WhosOnlineBlockTest.php [new file with mode: 0644]
web/core/modules/user/tests/src/Traits/UserCreationTrait.php
web/core/modules/user/tests/src/Unit/PermissionAccessCheckTest.php
web/core/modules/user/tests/src/Unit/PermissionHandlerTest.php
web/core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php
web/core/modules/user/tests/src/Unit/PrivateTempStoreTest.php
web/core/modules/user/tests/src/Unit/Views/Argument/RolesRidTest.php
web/core/modules/user/user.api.php
web/core/modules/user/user.es6.js
web/core/modules/user/user.info.yml
web/core/modules/user/user.module
web/core/modules/user/user.permissions.es6.js
web/core/modules/user/user.views_execution.inc
web/core/modules/views/config/schema/views.area.schema.yml
web/core/modules/views/js/ajax_view.es6.js
web/core/modules/views/js/ajax_view.js
web/core/modules/views/js/base.es6.js
web/core/modules/views/src/Analyzer.php
web/core/modules/views/src/Controller/ViewAjaxController.php
web/core/modules/views/src/DisplayPluginCollection.php
web/core/modules/views/src/Entity/View.php
web/core/modules/views/src/EntityViewsData.php
web/core/modules/views/src/Form/ViewsExposedForm.php
web/core/modules/views/src/Plugin/Derivative/DefaultWizardDeriver.php
web/core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php
web/core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php
web/core/modules/views/src/Plugin/Menu/ViewsMenuLink.php
web/core/modules/views/src/Plugin/views/BrokenHandlerTrait.php
web/core/modules/views/src/Plugin/views/HandlerBase.php
web/core/modules/views/src/Plugin/views/PluginBase.php
web/core/modules/views/src/Plugin/views/area/Result.php
web/core/modules/views/src/Plugin/views/area/View.php
web/core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
web/core/modules/views/src/Plugin/views/argument/NumericArgument.php
web/core/modules/views/src/Plugin/views/argument/StringArgument.php
web/core/modules/views/src/Plugin/views/argument_validator/Entity.php
web/core/modules/views/src/Plugin/views/cache/CachePluginBase.php
web/core/modules/views/src/Plugin/views/cache/None.php
web/core/modules/views/src/Plugin/views/display/Block.php
web/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
web/core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php
web/core/modules/views/src/Plugin/views/display/Embed.php
web/core/modules/views/src/Plugin/views/display/EntityReference.php
web/core/modules/views/src/Plugin/views/display/Feed.php
web/core/modules/views/src/Plugin/views/display/Page.php
web/core/modules/views/src/Plugin/views/field/BulkForm.php
web/core/modules/views/src/Plugin/views/field/EntityField.php
web/core/modules/views/src/Plugin/views/field/EntityOperations.php
web/core/modules/views/src/Plugin/views/field/FieldPluginBase.php
web/core/modules/views/src/Plugin/views/field/MachineName.php
web/core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php
web/core/modules/views/src/Plugin/views/field/PrerenderList.php
web/core/modules/views/src/Plugin/views/filter/BooleanOperator.php
web/core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
web/core/modules/views/src/Plugin/views/filter/GroupByNumeric.php
web/core/modules/views/src/Plugin/views/filter/InOperator.php
web/core/modules/views/src/Plugin/views/filter/ManyToOne.php
web/core/modules/views/src/Plugin/views/filter/NumericFilter.php
web/core/modules/views/src/Plugin/views/filter/StringFilter.php
web/core/modules/views/src/Plugin/views/join/JoinPluginBase.php
web/core/modules/views/src/Plugin/views/pager/SqlBase.php
web/core/modules/views/src/Plugin/views/query/Sql.php
web/core/modules/views/src/Plugin/views/relationship/EntityReverse.php
web/core/modules/views/src/Plugin/views/style/Opml.php
web/core/modules/views/src/Plugin/views/style/Rss.php
web/core/modules/views/src/Plugin/views/style/StylePluginBase.php
web/core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php
web/core/modules/views/src/Tests/FieldApiDataTest.php [deleted file]
web/core/modules/views/src/Tests/Plugin/DisplayFeedTest.php [deleted file]
web/core/modules/views/src/Tests/Plugin/StyleOpmlTest.php [deleted file]
web/core/modules/views/src/Tests/Update/EntityLinkOutputUrlUpdateTest.php [deleted file]
web/core/modules/views/src/Tests/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php [deleted file]
web/core/modules/views/src/Tests/ViewAjaxTest.php [deleted file]
web/core/modules/views/src/Tests/ViewKernelTestBase.php
web/core/modules/views/src/Tests/ViewTestData.php
web/core/modules/views/src/ViewExecutable.php
web/core/modules/views/src/ViewsData.php
web/core/modules/views/src/ViewsDataHelper.php
web/core/modules/views/templates/views-view-grid.html.twig
web/core/modules/views/templates/views-view-list.html.twig
web/core/modules/views/templates/views-view-unformatted.html.twig
web/core/modules/views/tests/fixtures/update/views.view.test_boolean_filter_values.yml
web/core/modules/views/tests/modules/views_entity_test/views_entity_test.info.yml
web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row_renderers_revisions_base.yml
web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_relationship_admin_ui.yml
web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_menu_link.yml
web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preprocess.yml [new file with mode: 0644]
web/core/modules/views/tests/modules/views_test_config/views_test_config.info.yml
web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_validator/ArgumentValidatorTest.php
web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldFormButtonTest.php
web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/join/JoinTest.php
web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php
web/core/modules/views/tests/modules/views_test_data/views_test_data.info.yml
web/core/modules/views/tests/modules/views_test_data/views_test_data.install
web/core/modules/views/tests/modules/views_test_data/views_test_data.module
web/core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc
web/core/modules/views/tests/modules/views_test_formatter/views_test_formatter.info.yml
web/core/modules/views/tests/modules/views_test_language/views_test_language.info.yml
web/core/modules/views/tests/modules/views_test_modal/src/Controller/TestController.php [new file with mode: 0644]
web/core/modules/views/tests/modules/views_test_modal/views_test_modal.info.yml [new file with mode: 0644]
web/core/modules/views/tests/modules/views_test_modal/views_test_modal.routing.yml [new file with mode: 0644]
web/core/modules/views/tests/src/Functional/DefaultViewsTest.php
web/core/modules/views/tests/src/Functional/Entity/FieldEntityTest.php
web/core/modules/views/tests/src/Functional/Entity/FilterEntityBundleTest.php
web/core/modules/views/tests/src/Functional/FieldApiDataTest.php [new file with mode: 0644]
web/core/modules/views/tests/src/Functional/GlossaryTest.php
web/core/modules/views/tests/src/Functional/Hal/ViewHalJsonAnonTest.php [new file with mode: 0644]
web/core/modules/views/tests/src/Functional/Hal/ViewHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/views/tests/src/Functional/Hal/ViewHalJsonCookieTest.php [new file with mode: 0644]
web/core/modules/views/tests/src/Functional/Handler/AreaTest.php
web/core/modules/views/tests/src/Functional/Handler/FieldWebTest.php
web/core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php
web/core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php
web/core/modules/views/tests/src/Functional/Plugin/ContextualFiltersBlockContextTest.php
web/core/modules/views/tests/src/Functional/Plugin/DisplayAttachmentTest.php
web/core/modules/views/tests/src/Functional/Plugin/DisplayEntityReferenceTest.php
web/core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php [new file with mode: 0644]
web/core/modules/views/tests/src/Functional/Plugin/DisplayTest.php
web/core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php
web/core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
web/core/modules/views/tests/src/Functional/Plugin/PagerTest.php
web/core/modules/views/tests/src/Functional/Plugin/StyleOpmlTest.php [new file with mode: 0644]
web/core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php
web/core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php
web/core/modules/views/tests/src/Functional/Rest/ViewJsonAnonTest.php [new file with mode: 0644]
web/core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.php [new file with mode: 0644]
web/core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php [new file with mode: 0644]
web/core/modules/views/tests/src/Functional/Rest/ViewXmlAnonTest.php [new file with mode: 0644]
web/core/modules/views/tests/src/Functional/Rest/ViewXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/views/tests/src/Functional/Rest/ViewXmlCookieTest.php [new file with mode: 0644]
web/core/modules/views/tests/src/Functional/SearchIntegrationTest.php
web/core/modules/views/tests/src/Functional/Update/ArgumentPlaceholderUpdatePathTest.php
web/core/modules/views/tests/src/Functional/Update/BooleanFilterValuesUpdateTest.php
web/core/modules/views/tests/src/Functional/Update/BulkFormUpdateTest.php
web/core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php
web/core/modules/views/tests/src/Functional/Update/EntityLinkOutputUrlUpdateTest.php [new file with mode: 0644]
web/core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateFilledTest.php
web/core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateTest.php
web/core/modules/views/tests/src/Functional/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php [new file with mode: 0644]
web/core/modules/views/tests/src/Functional/Update/FieldHandlersUpdateTest.php
web/core/modules/views/tests/src/Functional/Update/ImageStyleDependencyUpdateTest.php
web/core/modules/views/tests/src/Functional/Update/PlaceholderTextUpdateTest.php
web/core/modules/views/tests/src/Functional/Update/TableDisplayCacheMaxAgeTest.php
web/core/modules/views/tests/src/Functional/Update/ViewsDataTableDependencyUpdateTest.php
web/core/modules/views/tests/src/Functional/ViewAjaxTest.php [new file with mode: 0644]
web/core/modules/views/tests/src/Functional/ViewRenderTest.php
web/core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php
web/core/modules/views/tests/src/Functional/Wizard/BasicTest.php
web/core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php
web/core/modules/views/tests/src/Functional/Wizard/MenuTest.php
web/core/modules/views/tests/src/Functional/Wizard/SortingTest.php
web/core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php
web/core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php
web/core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php
web/core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php
web/core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php
web/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/ContextualFilterTest.php
web/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php
web/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php
web/core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php
web/core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php
web/core/modules/views/tests/src/Kernel/Handler/AreaEmptyTest.php
web/core/modules/views/tests/src/Kernel/Handler/AreaMessagesTest.php
web/core/modules/views/tests/src/Kernel/Handler/AreaResultTest.php
web/core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php
web/core/modules/views/tests/src/Kernel/Handler/FieldCounterTest.php
web/core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php
web/core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php
web/core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php
web/core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
web/core/modules/views/tests/src/Kernel/Handler/SortDateTest.php
web/core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php
web/core/modules/views/tests/src/Kernel/ModuleTest.php
web/core/modules/views/tests/src/Kernel/Plugin/ArgumentValidatorTest.php
web/core/modules/views/tests/src/Kernel/Plugin/BlockDependenciesTest.php
web/core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
web/core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php
web/core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php
web/core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php
web/core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php
web/core/modules/views/tests/src/Kernel/Plugin/JoinTest.php
web/core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php
web/core/modules/views/tests/src/Kernel/Plugin/RelationshipTest.php
web/core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
web/core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php
web/core/modules/views/tests/src/Kernel/QueryGroupByTest.php
web/core/modules/views/tests/src/Kernel/ViewExecutableTest.php
web/core/modules/views/tests/src/Kernel/ViewStorageTest.php
web/core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php
web/core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php [new file with mode: 0644]
web/core/modules/views/tests/src/Unit/EntityViewsDataTest.php
web/core/modules/views/tests/src/Unit/Plugin/Block/ViewsBlockTest.php
web/core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php
web/core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php
web/core/modules/views/tests/src/Unit/Plugin/area/ViewTest.php
web/core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php
web/core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php
web/core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php
web/core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php
web/core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php
web/core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php
web/core/modules/views/tests/src/Unit/PluginBaseTest.php
web/core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php
web/core/modules/views/tests/src/Unit/ViewExecutableTest.php
web/core/modules/views/tests/src/Unit/ViewsTest.php
web/core/modules/views/views.api.php
web/core/modules/views/views.info.yml
web/core/modules/views/views.install
web/core/modules/views/views.module
web/core/modules/views/views.post_update.php
web/core/modules/views/views.theme.inc
web/core/modules/views/views.views.inc
web/core/modules/views_ui/admin.inc
web/core/modules/views_ui/js/ajax.es6.js
web/core/modules/views_ui/js/dialog.views.es6.js
web/core/modules/views_ui/js/views-admin.es6.js
web/core/modules/views_ui/js/views_ui.listing.es6.js
web/core/modules/views_ui/src/Form/AdvancedSettingsForm.php
web/core/modules/views_ui/src/Form/Ajax/Rearrange.php
web/core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php
web/core/modules/views_ui/src/Form/BreakLockForm.php
web/core/modules/views_ui/src/Tests/PreviewTest.php
web/core/modules/views_ui/src/Tests/RowUITest.php [deleted file]
web/core/modules/views_ui/src/ViewAddForm.php
web/core/modules/views_ui/src/ViewEditForm.php
web/core/modules/views_ui/src/ViewListBuilder.php
web/core/modules/views_ui/src/ViewPreviewForm.php
web/core/modules/views_ui/src/ViewUI.php
web/core/modules/views_ui/tests/modules/views_ui_test/views_ui_test.info.yml
web/core/modules/views_ui/tests/modules/views_ui_test_field/views_ui_test_field.info.yml
web/core/modules/views_ui/tests/src/Functional/CustomBooleanTest.php
web/core/modules/views_ui/tests/src/Functional/DisplayPathTest.php
web/core/modules/views_ui/tests/src/Functional/DisplayTest.php
web/core/modules/views_ui/tests/src/Functional/HandlerTest.php
web/core/modules/views_ui/tests/src/Functional/RowUITest.php [new file with mode: 0644]
web/core/modules/views_ui/tests/src/Functional/StyleUITest.php
web/core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php
web/core/modules/views_ui/tests/src/Functional/UITestBase.php
web/core/modules/views_ui/tests/src/Functional/ViewsUITourTest.php
web/core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php
web/core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php
web/core/modules/views_ui/tests/src/FunctionalJavascript/FilterOptionsTest.php
web/core/modules/views_ui/tests/src/FunctionalJavascript/LibraryCachingTest.php
web/core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php
web/core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php
web/core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php
web/core/modules/views_ui/views_ui.info.yml
web/core/modules/views_ui/views_ui.module
web/core/modules/views_ui/views_ui.theme.inc
web/core/modules/workflows/src/Entity/Workflow.php
web/core/modules/workflows/src/Form/WorkflowAddForm.php
web/core/modules/workflows/src/Form/WorkflowDeleteForm.php
web/core/modules/workflows/src/Form/WorkflowEditForm.php
web/core/modules/workflows/src/Form/WorkflowStateAddForm.php
web/core/modules/workflows/src/Form/WorkflowStateDeleteForm.php
web/core/modules/workflows/src/Form/WorkflowStateEditForm.php
web/core/modules/workflows/src/Form/WorkflowTransitionAddForm.php
web/core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php
web/core/modules/workflows/src/Form/WorkflowTransitionEditForm.php
web/core/modules/workflows/src/Plugin/WorkflowTypeBase.php
web/core/modules/workflows/src/WorkflowListBuilder.php
web/core/modules/workflows/tests/modules/workflow_third_party_settings_test/workflow_third_party_settings_test.info.yml
web/core/modules/workflows/tests/modules/workflow_type_test/workflow_type_test.info.yml
web/core/modules/workflows/tests/src/Functional/WorkflowUiNoTypeTest.php
web/core/modules/workflows/tests/src/Functional/WorkflowUiTest.php
web/core/modules/workflows/tests/src/Unit/WorkflowTest.php
web/core/modules/workflows/workflows.links.menu.yml
web/core/modules/workspaces/config/install/core.entity_form_display.workspace.workspace.deploy.yml [new file with mode: 0644]
web/core/modules/workspaces/config/install/core.entity_form_mode.workspace.deploy.yml [new file with mode: 0644]
web/core/modules/workspaces/css/workspaces.overview.css [new file with mode: 0644]
web/core/modules/workspaces/css/workspaces.toolbar.css [new file with mode: 0644]
web/core/modules/workspaces/icons/000000/workspaces.svg [new file with mode: 0644]
web/core/modules/workspaces/icons/81c071/ws_icon.svg [new file with mode: 0644]
web/core/modules/workspaces/icons/f0a100/ws_icon.svg [new file with mode: 0644]
web/core/modules/workspaces/src/Entity/Workspace.php [new file with mode: 0644]
web/core/modules/workspaces/src/Entity/WorkspaceAssociation.php [new file with mode: 0644]
web/core/modules/workspaces/src/EntityAccess.php [new file with mode: 0644]
web/core/modules/workspaces/src/EntityOperations.php [new file with mode: 0644]
web/core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php [new file with mode: 0644]
web/core/modules/workspaces/src/EntityQuery/Query.php [new file with mode: 0644]
web/core/modules/workspaces/src/EntityQuery/QueryAggregate.php [new file with mode: 0644]
web/core/modules/workspaces/src/EntityQuery/QueryFactory.php [new file with mode: 0644]
web/core/modules/workspaces/src/EntityQuery/QueryTrait.php [new file with mode: 0644]
web/core/modules/workspaces/src/EntityQuery/Tables.php [new file with mode: 0644]
web/core/modules/workspaces/src/EntityTypeInfo.php [new file with mode: 0644]
web/core/modules/workspaces/src/Form/WorkspaceActivateForm.php [new file with mode: 0644]
web/core/modules/workspaces/src/Form/WorkspaceDeleteForm.php [new file with mode: 0644]
web/core/modules/workspaces/src/Form/WorkspaceDeployForm.php [new file with mode: 0644]
web/core/modules/workspaces/src/Form/WorkspaceForm.php [new file with mode: 0644]
web/core/modules/workspaces/src/Form/WorkspaceFormInterface.php [new file with mode: 0644]
web/core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php [new file with mode: 0644]
web/core/modules/workspaces/src/FormOperations.php [new file with mode: 0644]
web/core/modules/workspaces/src/Negotiator/DefaultWorkspaceNegotiator.php [new file with mode: 0644]
web/core/modules/workspaces/src/Negotiator/QueryParameterWorkspaceNegotiator.php [new file with mode: 0644]
web/core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php [new file with mode: 0644]
web/core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php [new file with mode: 0644]
web/core/modules/workspaces/src/Plugin/Block/WorkspaceSwitcherBlock.php [new file with mode: 0644]
web/core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraint.php [new file with mode: 0644]
web/core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php [new file with mode: 0644]
web/core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraint.php [new file with mode: 0644]
web/core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php [new file with mode: 0644]
web/core/modules/workspaces/src/ViewsQueryAlter.php [new file with mode: 0644]
web/core/modules/workspaces/src/WorkspaceAccessControlHandler.php [new file with mode: 0644]
web/core/modules/workspaces/src/WorkspaceAccessException.php [new file with mode: 0644]
web/core/modules/workspaces/src/WorkspaceAssociationStorage.php [new file with mode: 0644]
web/core/modules/workspaces/src/WorkspaceAssociationStorageInterface.php [new file with mode: 0644]
web/core/modules/workspaces/src/WorkspaceCacheContext.php [new file with mode: 0644]
web/core/modules/workspaces/src/WorkspaceConflictException.php [new file with mode: 0644]
web/core/modules/workspaces/src/WorkspaceInterface.php [new file with mode: 0644]
web/core/modules/workspaces/src/WorkspaceListBuilder.php [new file with mode: 0644]
web/core/modules/workspaces/src/WorkspaceManager.php [new file with mode: 0644]
web/core/modules/workspaces/src/WorkspaceManagerInterface.php [new file with mode: 0644]
web/core/modules/workspaces/src/WorkspaceOperationFactory.php [new file with mode: 0644]
web/core/modules/workspaces/src/WorkspaceOperationInterface.php [new file with mode: 0644]
web/core/modules/workspaces/src/WorkspacePublisher.php [new file with mode: 0644]
web/core/modules/workspaces/src/WorkspacePublisherInterface.php [new file with mode: 0644]
web/core/modules/workspaces/src/WorkspacesServiceProvider.php [new file with mode: 0644]
web/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonAnonTest.php [new file with mode: 0644]
web/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonBasicAuthTest.php [new file with mode: 0644]
web/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonCookieTest.php [new file with mode: 0644]
web/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php [new file with mode: 0644]
web/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlAnonTest.php [new file with mode: 0644]
web/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlBasicAuthTest.php [new file with mode: 0644]
web/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlCookieTest.php [new file with mode: 0644]
web/core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php [new file with mode: 0644]
web/core/modules/workspaces/tests/src/Functional/WorkspaceCacheContextTest.php [new file with mode: 0644]
web/core/modules/workspaces/tests/src/Functional/WorkspaceConcurrentEditingTest.php [new file with mode: 0644]
web/core/modules/workspaces/tests/src/Functional/WorkspacePermissionsTest.php [new file with mode: 0644]
web/core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php [new file with mode: 0644]
web/core/modules/workspaces/tests/src/Functional/WorkspaceTest.php [new file with mode: 0644]
web/core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php [new file with mode: 0644]
web/core/modules/workspaces/tests/src/Functional/WorkspaceViewTest.php [new file with mode: 0644]
web/core/modules/workspaces/tests/src/Functional/WorkspacesUninstallTest.php [new file with mode: 0644]
web/core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php [new file with mode: 0644]
web/core/modules/workspaces/tests/src/Kernel/WorkspaceCRUDTest.php [new file with mode: 0644]
web/core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php [new file with mode: 0644]
web/core/modules/workspaces/tests/src/Kernel/WorkspaceInternalResourceTest.php [new file with mode: 0644]
web/core/modules/workspaces/workspaces.info.yml [new file with mode: 0644]
web/core/modules/workspaces/workspaces.install [new file with mode: 0644]
web/core/modules/workspaces/workspaces.libraries.yml [new file with mode: 0644]
web/core/modules/workspaces/workspaces.link_relation_types.yml [new file with mode: 0644]
web/core/modules/workspaces/workspaces.links.action.yml [new file with mode: 0644]
web/core/modules/workspaces/workspaces.links.menu.yml [new file with mode: 0644]
web/core/modules/workspaces/workspaces.module [new file with mode: 0644]
web/core/modules/workspaces/workspaces.permissions.yml [new file with mode: 0644]
web/core/modules/workspaces/workspaces.routing.yml [new file with mode: 0644]
web/core/modules/workspaces/workspaces.services.yml [new file with mode: 0644]
web/core/package.json
web/core/phpcs.xml.dist
web/core/phpunit.xml.dist
web/core/profiles/demo_umami/config/install/block.block.help.yml
web/core/profiles/demo_umami/config/install/block.block.umami_account_menu.yml
web/core/profiles/demo_umami/config/install/block.block.umami_branding.yml
web/core/profiles/demo_umami/config/install/block.block.umami_main_menu.yml
web/core/profiles/demo_umami/config/install/block.block.umami_search.yml
web/core/profiles/demo_umami/config/install/block.block.views_block__recipe_collections_block.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/core.entity_form_display.block_content.banner_block.default.yml
web/core/profiles/demo_umami/config/install/core.entity_form_display.block_content.basic.default.yml
web/core/profiles/demo_umami/config/install/core.entity_form_display.block_content.disclaimer_block.default.yml
web/core/profiles/demo_umami/config/install/core.entity_form_display.block_content.footer_promo_block.default.yml
web/core/profiles/demo_umami/config/install/core.entity_form_display.media.audio.default.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/core.entity_form_display.media.file.default.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/core.entity_form_display.media.image.default.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/core.entity_form_display.media.remote_video.default.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/core.entity_form_display.media.video.default.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/core.entity_form_display.node.article.default.yml
web/core/profiles/demo_umami/config/install/core.entity_form_display.node.page.default.yml
web/core/profiles/demo_umami/config/install/core.entity_form_display.node.recipe.default.yml
web/core/profiles/demo_umami/config/install/core.entity_view_display.media.audio.default.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/core.entity_view_display.media.file.default.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/core.entity_view_display.media.image.default.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/core.entity_view_display.media.remote_video.default.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/core.entity_view_display.media.video.default.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.card.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.card_common.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.card_common_alt.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.default.yml
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.full.yml
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.highlighted_bottom.yml [deleted file]
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.highlighted_medium.yml [deleted file]
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.highlighted_small.yml [deleted file]
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.highlighted_top.yml [deleted file]
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.rss.yml
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.teaser.yml
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.page.default.yml
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.page.teaser.yml
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.card.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.card_common.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.card_common_alt.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.default.yml
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.full.yml
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.highlighted_bottom.yml [deleted file]
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.highlighted_medium.yml [deleted file]
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.highlighted_small.yml [deleted file]
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.highlighted_top.yml [deleted file]
web/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.teaser.yml
web/core/profiles/demo_umami/config/install/core.entity_view_mode.node.card.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/core.entity_view_mode.node.card_common.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/core.entity_view_mode.node.card_common_alt.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/core.entity_view_mode.node.highlighted_bottom.yml [deleted file]
web/core/profiles/demo_umami/config/install/core.entity_view_mode.node.highlighted_medium.yml [deleted file]
web/core/profiles/demo_umami/config/install/core.entity_view_mode.node.highlighted_small.yml [deleted file]
web/core/profiles/demo_umami/config/install/core.entity_view_mode.node.highlighted_top.yml [deleted file]
web/core/profiles/demo_umami/config/install/core.menu.static_menu_link_overrides.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/field.field.media.audio.field_media_audio_file.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/field.field.media.file.field_media_file.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/field.field.media.image.field_media_image.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/field.field.media.remote_video.field_media_oembed_video.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/field.field.media.video.field_media_video_file.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/field.field.node.article.field_tags.yml
web/core/profiles/demo_umami/config/install/field.field.node.recipe.field_author.yml [deleted file]
web/core/profiles/demo_umami/config/install/field.field.node.recipe.field_tags.yml
web/core/profiles/demo_umami/config/install/field.storage.media.field_media_audio_file.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/field.storage.media.field_media_file.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/field.storage.media.field_media_image.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/field.storage.media.field_media_oembed_video.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/field.storage.media.field_media_video_file.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/field.storage.node.field_author.yml [deleted file]
web/core/profiles/demo_umami/config/install/image.style.large_21_9.yml
web/core/profiles/demo_umami/config/install/image.style.large_21_9_2x.yml
web/core/profiles/demo_umami/config/install/image.style.large_3_2_2x.yml
web/core/profiles/demo_umami/config/install/image.style.large_3_2_768x512.yml
web/core/profiles/demo_umami/config/install/image.style.medium_21_9.yml
web/core/profiles/demo_umami/config/install/image.style.medium_3_2_2x.yml
web/core/profiles/demo_umami/config/install/image.style.medium_3_2_600x400.yml
web/core/profiles/demo_umami/config/install/image.style.medium_8_7.yml
web/core/profiles/demo_umami/config/install/image.style.scale_crop_7_3_large.yml
web/core/profiles/demo_umami/config/install/image.style.small_21_9.yml
web/core/profiles/demo_umami/config/install/image.style.square_large.yml
web/core/profiles/demo_umami/config/install/image.style.square_medium.yml
web/core/profiles/demo_umami/config/install/image.style.square_small.yml
web/core/profiles/demo_umami/config/install/media.type.audio.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/media.type.file.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/media.type.image.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/media.type.remote_video.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/media.type.video.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/node.settings.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/system.site.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/taxonomy.vocabulary.ingredients.yml [deleted file]
web/core/profiles/demo_umami/config/install/taxonomy.vocabulary.recipe_category.yml
web/core/profiles/demo_umami/config/install/taxonomy.vocabulary.recipe_cuisine.yml [deleted file]
web/core/profiles/demo_umami/config/install/user.role.anonymous.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/user.role.authenticated.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/user.role.author.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/user.role.editor.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/user.settings.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/views.view.articles_aside.yml
web/core/profiles/demo_umami/config/install/views.view.featured_articles.yml
web/core/profiles/demo_umami/config/install/views.view.frontpage.yml
web/core/profiles/demo_umami/config/install/views.view.promoted_items.yml
web/core/profiles/demo_umami/config/install/views.view.recipe_collections.yml [new file with mode: 0644]
web/core/profiles/demo_umami/config/install/views.view.recipes.yml
web/core/profiles/demo_umami/config/install/views.view.taxonomy_term.yml
web/core/profiles/demo_umami/config/install/workflows.workflow.editorial.yml [new file with mode: 0644]
web/core/profiles/demo_umami/demo_umami.info.yml
web/core/profiles/demo_umami/demo_umami.install
web/core/profiles/demo_umami/demo_umami.profile
web/core/profiles/demo_umami/modules/demo_umami_content/default_content/LICENCE.txt
web/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/baking-mishaps-our-troubleshooting-tips.html [new file with mode: 0644]
web/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/give-your-oatmeal-the-ultimate-makeover.html [new file with mode: 0644]
web/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/lets-hear-it-for-carrots.html
web/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/skip-the-spirits-with-delicious-mocktails.html [new file with mode: 0644]
web/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/the-umami-guide-to-our-favourite-mushrooms.html
web/core/profiles/demo_umami/modules/demo_umami_content/default_content/articles.csv
web/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/chili-sauce-umami.jpg [new file with mode: 0644]
web/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/crema-catalana-umami.jpg [new file with mode: 0644]
web/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/mojito-mocktail.jpg [new file with mode: 0644]
web/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/oatmeal-fruit-syrup-topping.jpg [new file with mode: 0644]
web/core/profiles/demo_umami/modules/demo_umami_content/default_content/pages.csv
web/core/profiles/demo_umami/modules/demo_umami_content/default_content/recipe_instructions/chili-sauce-umami.html [new file with mode: 0644]
web/core/profiles/demo_umami/modules/demo_umami_content/default_content/recipe_instructions/crema-catalana-umami.html [new file with mode: 0644]
web/core/profiles/demo_umami/modules/demo_umami_content/default_content/recipe_instructions/veggie-pasta-bake-umami.html
web/core/profiles/demo_umami/modules/demo_umami_content/default_content/recipes.csv
web/core/profiles/demo_umami/modules/demo_umami_content/demo_umami_content.install
web/core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php
web/core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/DefaultContentFilesAccessTest.php
web/core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php
web/core/profiles/demo_umami/themes/umami/README.txt [new file with mode: 0644]
web/core/profiles/demo_umami/themes/umami/css/base.css
web/core/profiles/demo_umami/themes/umami/css/components/blocks/banner/banner.css
web/core/profiles/demo_umami/themes/umami/css/components/blocks/branding/branding.css
web/core/profiles/demo_umami/themes/umami/css/components/blocks/footer-promo/footer-promo.css
web/core/profiles/demo_umami/themes/umami/css/components/blocks/recipe-collections/recipe-collections.css [new file with mode: 0644]
web/core/profiles/demo_umami/themes/umami/css/components/blocks/search/search.css
web/core/profiles/demo_umami/themes/umami/css/components/content-types/article/article.css [deleted file]
web/core/profiles/demo_umami/themes/umami/css/components/content-types/recipe/recipe.css
web/core/profiles/demo_umami/themes/umami/css/components/content/card-common-alt/card-common-alt.css [new file with mode: 0644]
web/core/profiles/demo_umami/themes/umami/css/components/content/card-common/card-common.css [new file with mode: 0644]
web/core/profiles/demo_umami/themes/umami/css/components/content/card/card.css [new file with mode: 0644]
web/core/profiles/demo_umami/themes/umami/css/components/content/full/node-full.css
web/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-bottom/highlighted-bottom.css [deleted file]
web/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-medium/highlighted-medium.css [deleted file]
web/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-small/highlighted-small.css [deleted file]
web/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-top/highlighted-top.css [deleted file]
web/core/profiles/demo_umami/themes/umami/css/components/fields/field.css [new file with mode: 0644]
web/core/profiles/demo_umami/themes/umami/css/components/fields/ingredients.css [new file with mode: 0644]
web/core/profiles/demo_umami/themes/umami/css/components/fields/label-items.css
web/core/profiles/demo_umami/themes/umami/css/components/fields/recipe-instruction.css [new file with mode: 0644]
web/core/profiles/demo_umami/themes/umami/css/components/navigation/menu-account/menu-account.css
web/core/profiles/demo_umami/themes/umami/css/components/navigation/menu-footer/menu-footer.css
web/core/profiles/demo_umami/themes/umami/css/components/navigation/menu-main/menu-main.css
web/core/profiles/demo_umami/themes/umami/css/components/regions/header/header.css
web/core/profiles/demo_umami/themes/umami/css/components/regions/pre-header/pre-header.css [new file with mode: 0644]
web/core/profiles/demo_umami/themes/umami/css/layout/grid-2.css
web/core/profiles/demo_umami/themes/umami/css/layout/grid-3.css
web/core/profiles/demo_umami/themes/umami/css/layout/grid-4.css
web/core/profiles/demo_umami/themes/umami/css/layout/layout-2-col.css
web/core/profiles/demo_umami/themes/umami/favicon.ico [new file with mode: 0644]
web/core/profiles/demo_umami/themes/umami/images/png/umami-background-pattern-1.png [new file with mode: 0644]
web/core/profiles/demo_umami/themes/umami/images/svg/search.svg
web/core/profiles/demo_umami/themes/umami/js/components/navigation/menu-main/menu-main.es6.js
web/core/profiles/demo_umami/themes/umami/logo.svg
web/core/profiles/demo_umami/themes/umami/templates/components/messages/status-messages.html.twig
web/core/profiles/demo_umami/themes/umami/templates/components/recipe-collections/block--views-block--recipe-collections-block.html.twig [new file with mode: 0644]
web/core/profiles/demo_umami/themes/umami/templates/content/node--article--full.html.twig
web/core/profiles/demo_umami/themes/umami/templates/content/node--card-common-alt.html.twig [new file with mode: 0644]
web/core/profiles/demo_umami/themes/umami/templates/content/node--card-common.html.twig [new file with mode: 0644]
web/core/profiles/demo_umami/themes/umami/templates/content/node--card.html.twig [new file with mode: 0644]
web/core/profiles/demo_umami/themes/umami/templates/content/node--highlighted-bottom.html.twig [deleted file]
web/core/profiles/demo_umami/themes/umami/templates/content/node--highlighted-medium.html.twig [deleted file]
web/core/profiles/demo_umami/themes/umami/templates/content/node--highlighted-small.html.twig [deleted file]
web/core/profiles/demo_umami/themes/umami/templates/content/node--highlighted-top.html.twig [deleted file]
web/core/profiles/demo_umami/themes/umami/templates/content/node--recipe--full.html.twig
web/core/profiles/demo_umami/themes/umami/templates/content/node.html.twig
web/core/profiles/demo_umami/themes/umami/templates/layout/page.html.twig
web/core/profiles/demo_umami/themes/umami/umami.info.yml
web/core/profiles/demo_umami/themes/umami/umami.libraries.yml
web/core/profiles/minimal/minimal.info.yml
web/core/profiles/standard/config/optional/core.entity_form_display.media.audio.default.yml
web/core/profiles/standard/config/optional/core.entity_form_display.media.remote_video.default.yml [new file with mode: 0644]
web/core/profiles/standard/config/optional/core.entity_form_display.media.video.default.yml
web/core/profiles/standard/config/optional/core.entity_view_display.media.remote_video.default.yml [new file with mode: 0644]
web/core/profiles/standard/config/optional/field.field.media.remote_video.field_media_oembed_video.yml [new file with mode: 0644]
web/core/profiles/standard/config/optional/field.storage.media.field_media_oembed_video.yml [new file with mode: 0644]
web/core/profiles/standard/config/optional/media.type.remote_video.yml [new file with mode: 0644]
web/core/profiles/standard/config/optional/workflows.workflow.editorial.yml [moved from web/core/modules/content_moderation/config/install/workflows.workflow.editorial.yml with 100% similarity]
web/core/profiles/standard/standard.info.yml
web/core/profiles/standard/tests/src/Functional/StandardTest.php
web/core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php
web/core/profiles/testing/modules/drupal_system_cross_profile_test/drupal_system_cross_profile_test.info.yml [new file with mode: 0644]
web/core/profiles/testing/modules/drupal_system_listing_compatible_test/src/Tests/SystemListingCompatibleTest.php [deleted file]
web/core/profiles/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php [new file with mode: 0644]
web/core/profiles/testing/testing.info.yml
web/core/profiles/testing_config_import/testing_config_import.info.yml
web/core/profiles/testing_config_overrides/testing_config_overrides.info.yml
web/core/profiles/testing_install_profile_all_dependencies/testing_install_profile_all_dependencies.info.yml [new file with mode: 0644]
web/core/profiles/testing_install_profile_dependencies/testing_install_profile_dependencies.info.yml [new file with mode: 0644]
web/core/profiles/testing_install_profile_dependencies_bc/testing_install_profile_dependencies_bc.info.yml [new file with mode: 0644]
web/core/profiles/testing_missing_dependencies/testing_missing_dependencies.info.yml
web/core/profiles/testing_multilingual/testing_multilingual.info.yml
web/core/profiles/testing_multilingual_with_english/testing_multilingual_with_english.info.yml
web/core/profiles/testing_requirements/testing_requirements.info.yml [new file with mode: 0644]
web/core/profiles/testing_requirements/testing_requirements.install [new file with mode: 0644]
web/core/rebuild.php
web/core/scripts/drupal [new file with mode: 0644]
web/core/scripts/drupal.sh
web/core/scripts/password-hash.sh
web/core/scripts/run-tests.sh
web/core/scripts/test-site.php [new file with mode: 0644]
web/core/scripts/update-countries.sh
web/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php
web/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php
web/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php
web/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxInGroupTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php
web/core/tests/Drupal/FunctionalJavascriptTests/Ajax/BackwardCompatibilityTest.php
web/core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalJavascriptTests/Ajax/DialogTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalJavascriptTests/Ajax/MultiFormTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalJavascriptTests/Ajax/ThrobberTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php
web/core/tests/Drupal/FunctionalJavascriptTests/Core/Installer/Form/SelectProfileFormTest.php
web/core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php
web/core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php
web/core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php
web/core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php
web/core/tests/Drupal/FunctionalJavascriptTests/EntityReference/EntityReferenceAutocompleteWidgetTest.php
web/core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php
web/core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalJavascriptTests/JavascriptTestBase.php
web/core/tests/Drupal/FunctionalJavascriptTests/LegacyJavascriptTestBase.php
web/core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php
web/core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Bootstrap/ErrorContainer.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Bootstrap/ExceptionContainer.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
web/core/tests/Drupal/FunctionalTests/Datetime/TimestampAgoFormatterTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php
web/core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Hal/BaseFieldOverrideHalJsonAnonTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Hal/BaseFieldOverrideHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Hal/BaseFieldOverrideHalJsonCookieTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Hal/DateFormatHalJsonAnonTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Hal/DateFormatHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Hal/DateFormatHalJsonCookieTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Hal/EntityFormDisplayHalJsonAnonTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Hal/EntityFormDisplayHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Hal/EntityFormDisplayHalJsonCookieTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Hal/EntityFormModeHalJsonAnonTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Hal/EntityFormModeHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Hal/EntityFormModeHalJsonCookieTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Hal/EntityViewDisplayHalJsonAnonTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Hal/EntityViewDisplayHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Hal/EntityViewDisplayHalJsonCookieTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Hal/EntityViewModeHalJsonAnonTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Hal/EntityViewModeHalJsonBasicAuthTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Hal/EntityViewModeHalJsonCookieTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/HttpKernel/CorsIntegrationTest.php
web/core/tests/Drupal/FunctionalTests/Image/ToolkitTest.php
web/core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php
web/core/tests/Drupal/FunctionalTests/Installer/ConfigAfterInstallerTestBase.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesBcTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerEmptySettingsTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigMultilingualTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoConfigTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoSystemSiteTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingInstallationTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsReadOnlyMismatchProfileTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerLanguageDirectionTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerLanguagePageTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerSkipPermissionHardeningTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageForeignTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonAnonTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonBasicAuthTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideJsonCookieTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideResourceTestBase.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlAnonTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlBasicAuthTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideXmlCookieTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonAnonTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonCookieTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlAnonTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlBasicAuthTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/DateFormatXmlCookieTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonAnonTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonBasicAuthTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonCookieTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlAnonTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlBasicAuthTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlCookieTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonAnonTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonCookieTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlAnonTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonAnonTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonBasicAuthTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonCookieTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlAnonTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlBasicAuthTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlCookieTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityViewModeJsonAnonTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityViewModeJsonBasicAuthTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityViewModeJsonCookieTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityViewModeResourceTestBase.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlAnonTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlBasicAuthTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlCookieTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php
web/core/tests/Drupal/FunctionalTests/Routing/DefaultFormatTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php
web/core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php
web/core/tests/Drupal/KernelTests/AssertContentTrait.php [new file with mode: 0644]
web/core/tests/Drupal/KernelTests/Component/Utility/SafeMarkupKernelTest.php
web/core/tests/Drupal/KernelTests/Config/TypedConfigTest.php
web/core/tests/Drupal/KernelTests/ConfigFormTestBase.php [new file with mode: 0644]
web/core/tests/Drupal/KernelTests/Core/Action/DeleteActionTest.php [new file with mode: 0644]
web/core/tests/Drupal/KernelTests/Core/Action/PublishActionTest.php
web/core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php
web/core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php [new file with mode: 0644]
web/core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php
web/core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php
web/core/tests/Drupal/KernelTests/Core/Bootstrap/GetFilenameTest.php
web/core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php
web/core/tests/Drupal/KernelTests/Core/Common/DrupalSetMessageTest.php
web/core/tests/Drupal/KernelTests/Core/Common/SizeTest.php
web/core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php
web/core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php
web/core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php
web/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php
web/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityUnitTest.php
web/core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php
web/core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php
web/core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php
web/core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
web/core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php
web/core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php
web/core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php
web/core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php
web/core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php [new file with mode: 0644]
web/core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php
web/core/tests/Drupal/KernelTests/Core/Database/BasicSyntaxTest.php
web/core/tests/Drupal/KernelTests/Core/Database/CaseSensitivityTest.php
web/core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php
web/core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php [new file with mode: 0644]
web/core/tests/Drupal/KernelTests/Core/Database/DatabaseTestBase.php
web/core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php
web/core/tests/Drupal/KernelTests/Core/Database/InsertTest.php
web/core/tests/Drupal/KernelTests/Core/Database/InvalidDataTest.php
web/core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php
web/core/tests/Drupal/KernelTests/Core/Database/PrefixInfoTest.php
web/core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php
web/core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php
web/core/tests/Drupal/KernelTests/Core/Database/SelectCloneTest.php
web/core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php
web/core/tests/Drupal/KernelTests/Core/Database/SelectTest.php
web/core/tests/Drupal/KernelTests/Core/Database/SerializeQueryTest.php
web/core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php [new file with mode: 0644]
web/core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/EntityBundleListenerTest.php [new file with mode: 0644]
web/core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php [new file with mode: 0644]
web/core/tests/Drupal/KernelTests/Core/Entity/EntityKeysTest.php [new file with mode: 0644]
web/core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php
web/core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php [new file with mode: 0644]
web/core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php
web/core/tests/Drupal/KernelTests/Core/EventSubscriber/IgnoreReplicaSubscriberTest.php
web/core/tests/Drupal/KernelTests/Core/Extension/ModuleExtensionListTest.php [new file with mode: 0644]
web/core/tests/Drupal/KernelTests/Core/Field/Entity/BaseFieldOverrideTest.php
web/core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php
web/core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php
web/core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php
web/core/tests/Drupal/KernelTests/Core/File/HtaccessTest.php
web/core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php
web/core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php
web/core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php
web/core/tests/Drupal/KernelTests/Core/File/UnmanagedCopyTest.php
web/core/tests/Drupal/KernelTests/Core/File/UnmanagedDeleteRecursiveTest.php
web/core/tests/Drupal/KernelTests/Core/File/UnmanagedDeleteTest.php
web/core/tests/Drupal/KernelTests/Core/File/UnmanagedMoveTest.php
web/core/tests/Drupal/KernelTests/Core/File/UnmanagedSaveDataTest.php
web/core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php [new file with mode: 0644]
web/core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php
web/core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
web/core/tests/Drupal/KernelTests/Core/Installer/InstallerLanguageTest.php
web/core/tests/Drupal/KernelTests/Core/Menu/LocalActionManagerTest.php [new file with mode: 0644]
web/core/tests/Drupal/KernelTests/Core/Messenger/MessengerLegacyTest.php
web/core/tests/Drupal/KernelTests/Core/Path/AliasTest.php
web/core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php
web/core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php
web/core/tests/Drupal/KernelTests/Core/Plugin/Condition/OptionalContextConditionTest.php
web/core/tests/Drupal/KernelTests/Core/Plugin/ContextDefinitionTest.php [new file with mode: 0644]
web/core/tests/Drupal/KernelTests/Core/Plugin/ContextPluginTest.php
web/core/tests/Drupal/KernelTests/Core/Plugin/ContextTypedDataTest.php [new file with mode: 0644]
web/core/tests/Drupal/KernelTests/Core/Plugin/DerivativeTest.php
web/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/AnnotatedClassDiscoveryTest.php
web/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomAnnotationClassDiscoveryTest.php
web/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomDirectoryAnnotatedClassDiscoveryTest.php
web/core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php
web/core/tests/Drupal/KernelTests/Core/Plugin/InspectionTest.php
web/core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php
web/core/tests/Drupal/KernelTests/Core/Queue/QueueTest.php
web/core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php
web/core/tests/Drupal/KernelTests/Core/Render/Element/WeightTest.php [new file with mode: 0644]
web/core/tests/Drupal/KernelTests/Core/Render/RenderTest.php
web/core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php
web/core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteProcessorCurrentIntegrationTest.php
web/core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php
web/core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php
web/core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php
web/core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php
web/core/tests/Drupal/KernelTests/Core/StringTranslation/TranslationStringTest.php
web/core/tests/Drupal/KernelTests/Core/TempStore/AnonymousPrivateTempStoreTest.php [new file with mode: 0644]
web/core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php
web/core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php
web/core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php
web/core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php
web/core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php
web/core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php
web/core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php
web/core/tests/Drupal/KernelTests/Core/Theme/TwigEnvironmentTest.php
web/core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php
web/core/tests/Drupal/KernelTests/Core/TypedData/ComplexDataConstraintValidatorTest.php
web/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php
web/core/tests/Drupal/KernelTests/Core/Update/CompatibilityFixTest.php
web/core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php
web/core/tests/Drupal/KernelTests/KernelTestBase.php
web/core/tests/Drupal/KernelTests/KernelTestBaseTest.php
web/core/tests/Drupal/KernelTests/RouteProvider.php [new file with mode: 0644]
web/core/tests/Drupal/KernelTests/TestServiceProvider.php [new file with mode: 0644]
web/core/tests/Drupal/Nightwatch/Commands/drupalCreateRole.js [new file with mode: 0644]
web/core/tests/Drupal/Nightwatch/Commands/drupalCreateUser.js [new file with mode: 0644]
web/core/tests/Drupal/Nightwatch/Commands/drupalInstall.js [new file with mode: 0644]
web/core/tests/Drupal/Nightwatch/Commands/drupalLogAndEnd.js [new file with mode: 0644]
web/core/tests/Drupal/Nightwatch/Commands/drupalLogin.js [new file with mode: 0644]
web/core/tests/Drupal/Nightwatch/Commands/drupalLoginAsAdmin.js [new file with mode: 0644]
web/core/tests/Drupal/Nightwatch/Commands/drupalLogout.js [new file with mode: 0644]
web/core/tests/Drupal/Nightwatch/Commands/drupalRelativeURL.js [new file with mode: 0644]
web/core/tests/Drupal/Nightwatch/Commands/drupalUninstall.js [new file with mode: 0644]
web/core/tests/Drupal/Nightwatch/Commands/drupalUserIsLoggedIn.js [new file with mode: 0644]
web/core/tests/Drupal/Nightwatch/Tests/exampleTest.js [new file with mode: 0644]
web/core/tests/Drupal/Nightwatch/Tests/loginTest.js [new file with mode: 0644]
web/core/tests/Drupal/Nightwatch/Tests/statesTest.js [new file with mode: 0644]
web/core/tests/Drupal/Nightwatch/globals.js [new file with mode: 0644]
web/core/tests/Drupal/Nightwatch/nightwatch.conf.js [new file with mode: 0644]
web/core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php [new file with mode: 0644]
web/core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php [new file with mode: 0644]
web/core/tests/Drupal/TestSite/Commands/TestSiteTearDownCommand.php [new file with mode: 0644]
web/core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php [new file with mode: 0644]
web/core/tests/Drupal/TestSite/TestSetupInterface.php [new file with mode: 0644]
web/core/tests/Drupal/TestSite/TestSiteApplication.php [new file with mode: 0644]
web/core/tests/Drupal/TestSite/TestSiteInstallTestScript.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/BrowserTestBase.php
web/core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryCachedTest.php
web/core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php
web/core/tests/Drupal/Tests/Component/Bridge/ZfExtensionManagerSfContainerTest.php
web/core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php
web/core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php
web/core/tests/Drupal/Tests/Component/FileSystem/RegexDirectoryIteratorTest.php
web/core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php
web/core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php
web/core/tests/Drupal/Tests/Component/Plugin/StubPluginManagerBaseWithMapper.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/Component/Render/PlainTextOutputTest.php
web/core/tests/Drupal/Tests/Component/Serialization/JsonTest.php
web/core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php
web/core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php
web/core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php
web/core/tests/Drupal/Tests/Component/Utility/ColorTest.php
web/core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php
web/core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php
web/core/tests/Drupal/Tests/Component/Utility/SortArrayTest.php
web/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php
web/core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php
web/core/tests/Drupal/Tests/Component/Utility/XssTest.php
web/core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php
web/core/tests/Drupal/Tests/Core/Access/AccessResultTest.php
web/core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php
web/core/tests/Drupal/Tests/Core/Ajax/OpenOffCanvasDialogCommandTest.php
web/core/tests/Drupal/Tests/Core/Annotation/TranslationTest.php
web/core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php
web/core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php
web/core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php
web/core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php
web/core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php
web/core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php
web/core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php
web/core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php
web/core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/Core/Batch/PercentagesTest.php
web/core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php
web/core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php
web/core/tests/Drupal/Tests/Core/Cache/CacheTest.php
web/core/tests/Drupal/Tests/Core/Cache/CacheableMetadataTest.php
web/core/tests/Drupal/Tests/Core/Command/QuickStartTest.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/Core/Common/AttributesTest.php
web/core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
web/core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityDependencyTest.php
web/core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php
web/core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php
web/core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php
web/core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
web/core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php
web/core/tests/Drupal/Tests/Core/Controller/FormControllerTest.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php
web/core/tests/Drupal/Tests/Core/Database/EmptyStatementTest.php
web/core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php
web/core/tests/Drupal/Tests/Core/Database/fixtures/driver/fake/Connection.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/Core/Datetime/DateHelperTest.php
web/core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php
web/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php
web/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
web/core/tests/Drupal/Tests/Core/DrupalKernel/DiscoverServiceProvidersTest.php
web/core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php
web/core/tests/Drupal/Tests/Core/DrupalKernel/ValidateHostnameTest.php
web/core/tests/Drupal/Tests/Core/DrupalTest.php
web/core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php
web/core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php
web/core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php
web/core/tests/Drupal/Tests/Core/Entity/ContentEntityFormTest.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php
web/core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php
web/core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php
web/core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php
web/core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
web/core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php
web/core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php
web/core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php
web/core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php
web/core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php
web/core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php
web/core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php
web/core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php
web/core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php
web/core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php
web/core/tests/Drupal/Tests/Core/EventSubscriber/ExceptionJsonSubscriberTest.php
web/core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php
web/core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php
web/core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseRelativeUrlFilterTest.php
web/core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php
web/core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php
web/core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php
web/core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php
web/core/tests/Drupal/Tests/Core/Field/FieldInputValueNormalizerTraitTest.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php
web/core/tests/Drupal/Tests/Core/File/FileSystemTest.php
web/core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php
web/core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php
web/core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php
web/core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
web/core/tests/Drupal/Tests/Core/Form/FormCacheTest.php
web/core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php
web/core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php
web/core/tests/Drupal/Tests/Core/Form/FormStateTest.php
web/core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php
web/core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php
web/core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php
web/core/tests/Drupal/Tests/Core/Menu/LocalTaskIntegrationTestBase.php
web/core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php
web/core/tests/Drupal/Tests/Core/Menu/MenuActiveTrailTest.php
web/core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultFormTest.php
web/core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php
web/core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php
web/core/tests/Drupal/Tests/Core/Password/PasswordHashingTest.php
web/core/tests/Drupal/Tests/Core/Path/AliasManagerTest.php
web/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php
web/core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionIsSatisfiedTest.php
web/core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php
web/core/tests/Drupal/Tests/Core/Plugin/Context/ContextTypedDataTest.php [deleted file]
web/core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionDeprecationTest.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php
web/core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php
web/core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/Core/Plugin/Fixtures/InheritedContextDefinition.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php
web/core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php
web/core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php
web/core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php
web/core/tests/Drupal/Tests/Core/Render/ElementTest.php
web/core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php
web/core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php
web/core/tests/Drupal/Tests/Core/Render/RendererRecursionTest.php
web/core/tests/Drupal/Tests/Core/Render/RendererTest.php
web/core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php
web/core/tests/Drupal/Tests/Core/Routing/RequestFormatRouteFilterTest.php
web/core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php
web/core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php
web/core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php
web/core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php
web/core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/Core/Session/AccountProxyTest.php
web/core/tests/Drupal/Tests/Core/Session/PermissionsHashGeneratorTest.php
web/core/tests/Drupal/Tests/Core/Session/UserSessionTest.php
web/core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php
web/core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php
web/core/tests/Drupal/Tests/Core/Template/Loader/ThemeRegistryLoaderTest.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php
web/core/tests/Drupal/Tests/Core/Test/BrowserTestBaseTest.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php
web/core/tests/Drupal/Tests/Core/Test/TestSetupTraitTest.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php
web/core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php
web/core/tests/Drupal/Tests/Core/UnroutedUrlTest.php
web/core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php
web/core/tests/Drupal/Tests/Core/Utility/TokenTest.php
web/core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php
web/core/tests/Drupal/Tests/EntityViewTrait.php
web/core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php
web/core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php
web/core/tests/Drupal/Tests/Listeners/HtmlOutputPrinter.php
web/core/tests/Drupal/Tests/PhpunitCompatibilityTraitTest.php
web/core/tests/Drupal/Tests/SchemaCheckTestTrait.php
web/core/tests/Drupal/Tests/Scripts/TestSiteApplicationTest.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php
web/core/tests/Drupal/Tests/UiHelperTrait.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/WebAssert.php
web/core/tests/README.md
web/core/tests/bootstrap.php
web/core/tests/fixtures/config_install/multilingual.tar.gz [new file with mode: 0644]
web/core/tests/fixtures/config_install/testing_config_install.tar.gz [new file with mode: 0644]
web/core/tests/fixtures/config_install/testing_config_install_no_config.tar.gz [new file with mode: 0644]
web/core/tests/fixtures/empty_file.php.module [new file with mode: 0644]
web/core/themes/bartik/README.txt [new file with mode: 0644]
web/core/themes/bartik/color/preview.es6.js
web/core/themes/bartik/css/colors.css
web/core/themes/bartik/css/components/form.css
web/core/themes/bartik/css/components/site-branding.css
web/core/themes/bartik/templates/comment.html.twig
web/core/themes/bartik/templates/status-messages.html.twig
web/core/themes/classy/css/components/progress.css
web/core/themes/classy/templates/content/comment.html.twig
web/core/themes/classy/templates/content/media.html.twig
web/core/themes/classy/templates/misc/status-messages.html.twig
web/core/themes/classy/templates/views/views-view-grid.html.twig
web/core/themes/classy/templates/views/views-view-list.html.twig
web/core/themes/classy/templates/views/views-view-unformatted.html.twig
web/core/themes/seven/README.txt [new file with mode: 0644]
web/core/themes/seven/css/base/elements.css
web/core/themes/seven/css/components/details.css [new file with mode: 0644]
web/core/themes/seven/css/components/dialog.css
web/core/themes/seven/css/components/entity-meta.css
web/core/themes/seven/css/components/form.css
web/core/themes/seven/css/components/modules-page.css
web/core/themes/seven/css/components/pager.css
web/core/themes/seven/css/components/system-status-report.css
web/core/themes/seven/css/components/tabs.css
web/core/themes/seven/css/components/views-ui.css
web/core/themes/seven/js/mobile.install.es6.js
web/core/themes/seven/js/nav-tabs.es6.js
web/core/themes/seven/js/responsive-details.es6.js
web/core/themes/seven/js/responsive-details.js
web/core/themes/seven/seven.info.yml
web/core/themes/seven/seven.libraries.yml
web/core/themes/seven/seven.theme
web/core/themes/seven/templates/details.html.twig [new file with mode: 0644]
web/core/themes/stable/css/core/dialog/off-canvas.css
web/core/themes/stable/css/core/dialog/off-canvas.motion.css
web/core/themes/stable/css/core/dialog/off-canvas.theme.css
web/core/themes/stable/css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css [new file with mode: 0644]
web/core/themes/stable/css/quickedit/quickedit.module.css
web/core/themes/stable/css/system/system.diff.css
web/core/themes/stable/css/toolbar/toolbar.module.css
web/core/themes/stable/stable.info.yml
web/core/themes/stable/templates/admin/image-scale-and-crop-summary.html.twig [new file with mode: 0644]
web/core/themes/stable/templates/content-edit/entity-moderation-form.html.twig
web/core/themes/stable/templates/content/comment.html.twig
web/core/themes/stable/templates/content/media-oembed-iframe.html.twig [new file with mode: 0644]
web/core/themes/stable/templates/field/field.html.twig
web/core/themes/stable/templates/misc/status-messages.html.twig
web/core/themes/stable/templates/views/views-view-grid.html.twig
web/core/themes/stable/templates/views/views-view-list.html.twig
web/core/themes/stable/templates/views/views-view-unformatted.html.twig
web/core/yarn.lock