pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a0f49b299e8
branches:  trunk
changeset: 309711:6a0f49b299e8
user:      wen <wen%pkgsrc.org@localhost>
date:      Fri Jun 22 12:59:08 2018 +0000

description:
Update to 8.5.4

Upstream changes:
Releases for Drupal core
API version
drupal 8.5.4
Posted by catch on 6 June 2018
Release notes

This is a patch release of Drupal 8 and is ready for use on production sites

diffstat:

 www/drupal8/Makefile |     4 +-
 www/drupal8/PLIST    |  1079 ++++++++++++++++++++++++++++---------------------
 www/drupal8/distinfo |    10 +-
 3 files changed, 615 insertions(+), 478 deletions(-)

diffs (truncated from 1850 to 300 lines):

diff -r e8d828f4bf6a -r 6a0f49b299e8 www/drupal8/Makefile
--- a/www/drupal8/Makefile      Fri Jun 22 12:45:46 2018 +0000
+++ b/www/drupal8/Makefile      Fri Jun 22 12:59:08 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/05/09 12:11:29 wen Exp $
+# $NetBSD: Makefile,v 1.7 2018/06/22 12:59:08 wen Exp $
 
-DISTNAME=      drupal-8.5.3
+DISTNAME=      drupal-8.5.4
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  http://ftp.drupal.org/files/projects/
diff -r e8d828f4bf6a -r 6a0f49b299e8 www/drupal8/PLIST
--- a/www/drupal8/PLIST Fri Jun 22 12:45:46 2018 +0000
+++ b/www/drupal8/PLIST Fri Jun 22 12:59:08 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2018/03/29 23:07:32 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/06/22 12:59:08 wen Exp $
 share/drupal/.csslintrc
 share/drupal/.editorconfig
 share/drupal/.eslintignore
@@ -6,6 +6,7 @@
 share/drupal/.gitattributes
 share/drupal/.ht.router.php
 share/drupal/.htaccess
+share/drupal/INSTALL.txt
 share/drupal/LICENSE.txt
 share/drupal/README.txt
 share/drupal/autoload.php
@@ -286,6 +287,7 @@
 share/drupal/core/assets/vendor/farbtastic/wheel.png
 share/drupal/core/assets/vendor/html5shiv/html5shiv.min.js
 share/drupal/core/assets/vendor/jquery-form/jquery.form.min.js
+share/drupal/core/assets/vendor/jquery-form/jquery.form.min.js.map
 share/drupal/core/assets/vendor/jquery-joyride/jquery.joyride-2.1.js
 share/drupal/core/assets/vendor/jquery-once/jquery.once.js
 share/drupal/core/assets/vendor/jquery-once/jquery.once.min.js
@@ -2619,6 +2621,7 @@
 share/drupal/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php
 share/drupal/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionConfigsTest.php
 share/drupal/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php
+share/drupal/core/modules/action/tests/src/Kernel/Plugin/Action/EmailActionTest.php
 share/drupal/core/modules/action/tests/src/Kernel/Plugin/migrate/source/ActionTest.php
 share/drupal/core/modules/action/tests/src/Unit/Menu/ActionLocalTasksTest.php
 share/drupal/core/modules/aggregator/aggregator.info.yml
@@ -2722,8 +2725,30 @@
 share/drupal/core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php
 share/drupal/core/modules/aggregator/tests/src/Functional/FeedParserTest.php
 share/drupal/core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php
+share/drupal/core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonAnonTest.php
+share/drupal/core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonBasicAuthTest.php
+share/drupal/core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonCookieTest.php
+share/drupal/core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonTestBase.php
+share/drupal/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonAnonTest.php
+share/drupal/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonBasicAuthTest.php
+share/drupal/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonCookieTest.php
+share/drupal/core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonTestBase.php
 share/drupal/core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php
 share/drupal/core/modules/aggregator/tests/src/Functional/ItemCacheTagsTest.php
+share/drupal/core/modules/aggregator/tests/src/Functional/Rest/FeedJsonAnonTest.php
+share/drupal/core/modules/aggregator/tests/src/Functional/Rest/FeedJsonBasicAuthTest.php
+share/drupal/core/modules/aggregator/tests/src/Functional/Rest/FeedJsonCookieTest.php
+share/drupal/core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php
+share/drupal/core/modules/aggregator/tests/src/Functional/Rest/FeedXmlAnonTest.php
+share/drupal/core/modules/aggregator/tests/src/Functional/Rest/FeedXmlBasicAuthTest.php
+share/drupal/core/modules/aggregator/tests/src/Functional/Rest/FeedXmlCookieTest.php
+share/drupal/core/modules/aggregator/tests/src/Functional/Rest/ItemJsonAnonTest.php
+share/drupal/core/modules/aggregator/tests/src/Functional/Rest/ItemJsonBasicAuthTest.php
+share/drupal/core/modules/aggregator/tests/src/Functional/Rest/ItemJsonCookieTest.php
+share/drupal/core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php
+share/drupal/core/modules/aggregator/tests/src/Functional/Rest/ItemXmlAnonTest.php
+share/drupal/core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php
+share/drupal/core/modules/aggregator/tests/src/Functional/Rest/ItemXmlCookieTest.php
 share/drupal/core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php
 share/drupal/core/modules/aggregator/tests/src/Functional/UpdateFeedItemTest.php
 share/drupal/core/modules/aggregator/tests/src/Functional/UpdateFeedTest.php
@@ -2910,8 +2935,18 @@
 share/drupal/core/modules/block/tests/src/Functional/BlockTestBase.php
 share/drupal/core/modules/block/tests/src/Functional/BlockUiTest.php
 share/drupal/core/modules/block/tests/src/Functional/BlockXssTest.php
+share/drupal/core/modules/block/tests/src/Functional/Hal/BlockHalJsonAnonTest.php
+share/drupal/core/modules/block/tests/src/Functional/Hal/BlockHalJsonBasicAuthTest.php
+share/drupal/core/modules/block/tests/src/Functional/Hal/BlockHalJsonCookieTest.php
 share/drupal/core/modules/block/tests/src/Functional/NewDefaultThemeBlocksTest.php
 share/drupal/core/modules/block/tests/src/Functional/NonDefaultBlockAdminTest.php
+share/drupal/core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php
+share/drupal/core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php
+share/drupal/core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php
+share/drupal/core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php
+share/drupal/core/modules/block/tests/src/Functional/Rest/BlockXmlAnonTest.php
+share/drupal/core/modules/block/tests/src/Functional/Rest/BlockXmlBasicAuthTest.php
+share/drupal/core/modules/block/tests/src/Functional/Rest/BlockXmlCookieTest.php
 share/drupal/core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php
 share/drupal/core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateFilledTest.php
 share/drupal/core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateTest.php
@@ -3003,7 +3038,27 @@
 share/drupal/core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php
 share/drupal/core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php
 share/drupal/core/modules/block_content/tests/src/Functional/BlockContentValidationTest.php
+share/drupal/core/modules/block_content/tests/src/Functional/Hal/BlockContentHalJsonAnonTest.php
+share/drupal/core/modules/block_content/tests/src/Functional/Hal/BlockContentHalJsonBasicAuthTest.php
+share/drupal/core/modules/block_content/tests/src/Functional/Hal/BlockContentHalJsonCookieTest.php
+share/drupal/core/modules/block_content/tests/src/Functional/Hal/BlockContentTypeHalJsonAnonTest.php
+share/drupal/core/modules/block_content/tests/src/Functional/Hal/BlockContentTypeHalJsonBasicAuthTest.php
+share/drupal/core/modules/block_content/tests/src/Functional/Hal/BlockContentTypeHalJsonCookieTest.php
 share/drupal/core/modules/block_content/tests/src/Functional/PageEditTest.php
+share/drupal/core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonAnonTest.php
+share/drupal/core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonBasicAuthTest.php
+share/drupal/core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonCookieTest.php
+share/drupal/core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php
+share/drupal/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeJsonAnonTest.php
+share/drupal/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeJsonBasicAuthTest.php
+share/drupal/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeJsonCookieTest.php
+share/drupal/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeResourceTestBase.php
+share/drupal/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeXmlAnonTest.php
+share/drupal/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeXmlBasicAuthTest.php
+share/drupal/core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeXmlCookieTest.php
+share/drupal/core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlAnonTest.php
+share/drupal/core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlBasicAuthTest.php
+share/drupal/core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlCookieTest.php
 share/drupal/core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php
 share/drupal/core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php
 share/drupal/core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php
@@ -3056,8 +3111,9 @@
 share/drupal/core/modules/book/config/optional/node.type.book.yml
 share/drupal/core/modules/book/config/schema/book.schema.yml
 share/drupal/core/modules/book/config/schema/book.views.schema.yml
+share/drupal/core/modules/book/migrations/book_settings.yml
 share/drupal/core/modules/book/migrations/d6_book.yml
-share/drupal/core/modules/book/migrations/d6_book_settings.yml
+share/drupal/core/modules/book/migrations/d7_book.yml
 share/drupal/core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php
 share/drupal/core/modules/book/src/BookBreadcrumbBuilder.php
 share/drupal/core/modules/book/src/BookExport.php
@@ -3077,6 +3133,7 @@
 share/drupal/core/modules/book/src/Plugin/Validation/Constraint/BookOutlineConstraint.php
 share/drupal/core/modules/book/src/Plugin/Validation/Constraint/BookOutlineConstraintValidator.php
 share/drupal/core/modules/book/src/Plugin/migrate/destination/Book.php
+share/drupal/core/modules/book/src/Plugin/migrate/source/Book.php
 share/drupal/core/modules/book/src/Plugin/migrate/source/d6/Book.php
 share/drupal/core/modules/book/src/Plugin/views/argument_default/TopLevelBook.php
 share/drupal/core/modules/book/src/ProxyClass/BookUninstallValidator.php
@@ -3104,7 +3161,9 @@
 share/drupal/core/modules/book/tests/src/Kernel/BookUninstallTest.php
 share/drupal/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php
 share/drupal/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php
-share/drupal/core/modules/book/tests/src/Kernel/Plugin/migrate/source/d6/BookTest.php
+share/drupal/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php
+share/drupal/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php
+share/drupal/core/modules/book/tests/src/Kernel/Plugin/migrate/source/BookTest.php
 share/drupal/core/modules/book/tests/src/Unit/BookManagerTest.php
 share/drupal/core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php
 share/drupal/core/modules/book/tests/src/Unit/Menu/BookLocalTasksTest.php
@@ -3220,10 +3279,13 @@
 share/drupal/core/modules/color/images/hook-rtl.png
 share/drupal/core/modules/color/images/hook.png
 share/drupal/core/modules/color/images/lock.png
+share/drupal/core/modules/color/migrations/d7_color.yml
 share/drupal/core/modules/color/preview.es6.js
 share/drupal/core/modules/color/preview.html
 share/drupal/core/modules/color/preview.js
 share/drupal/core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php
+share/drupal/core/modules/color/src/Plugin/migrate/destination/Color.php
+share/drupal/core/modules/color/src/Plugin/migrate/source/d7/Color.php
 share/drupal/core/modules/color/templates/color-scheme-form.html.twig
 share/drupal/core/modules/color/tests/modules/color_test/color_test.info.yml
 share/drupal/core/modules/color/tests/modules/color_test/themes/color_test_theme/color/color.inc
@@ -3237,6 +3299,8 @@
 share/drupal/core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php
 share/drupal/core/modules/color/tests/src/Functional/ColorSafePreviewTest.php
 share/drupal/core/modules/color/tests/src/Functional/ColorTest.php
+share/drupal/core/modules/color/tests/src/Kernel/Migrate/d7/MigrateColorTest.php
+share/drupal/core/modules/color/tests/src/Kernel/Plugin/migrate/source/d7/ColorTest.php
 share/drupal/core/modules/comment/comment-entity-form.es6.js
 share/drupal/core/modules/comment/comment-entity-form.js
 share/drupal/core/modules/comment/comment.api.php
@@ -3383,6 +3447,7 @@
 share/drupal/core/modules/comment/tests/src/Functional/CommentBlockTest.php
 share/drupal/core/modules/comment/tests/src/Functional/CommentBookTest.php
 share/drupal/core/modules/comment/tests/src/Functional/CommentCSSTest.php
+share/drupal/core/modules/comment/tests/src/Functional/CommentEntityTest.php
 share/drupal/core/modules/comment/tests/src/Functional/CommentFieldsTest.php
 share/drupal/core/modules/comment/tests/src/Functional/CommentInterfaceTest.php
 share/drupal/core/modules/comment/tests/src/Functional/CommentLanguageTest.php
@@ -3402,6 +3467,27 @@
 share/drupal/core/modules/comment/tests/src/Functional/CommentTranslationUITest.php
 share/drupal/core/modules/comment/tests/src/Functional/CommentTypeTest.php
 share/drupal/core/modules/comment/tests/src/Functional/CommentUninstallTest.php
+share/drupal/core/modules/comment/tests/src/Functional/Hal/CommentHalJsonAnonTest.php
+share/drupal/core/modules/comment/tests/src/Functional/Hal/CommentHalJsonBasicAuthTest.php
+share/drupal/core/modules/comment/tests/src/Functional/Hal/CommentHalJsonCookieTest.php
+share/drupal/core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php
+share/drupal/core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonAnonTest.php
+share/drupal/core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonBasicAuthTest.php
+share/drupal/core/modules/comment/tests/src/Functional/Hal/CommentTypeHalJsonCookieTest.php
+share/drupal/core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php
+share/drupal/core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php
+share/drupal/core/modules/comment/tests/src/Functional/Rest/CommentJsonCookieTest.php
+share/drupal/core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php
+share/drupal/core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonAnonTest.php
+share/drupal/core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonBasicAuthTest.php
+share/drupal/core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonCookieTest.php
+share/drupal/core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php
+share/drupal/core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php
+share/drupal/core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php
+share/drupal/core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php
+share/drupal/core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php
+share/drupal/core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php
+share/drupal/core/modules/comment/tests/src/Functional/Rest/CommentXmlCookieTest.php
 share/drupal/core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php
 share/drupal/core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php
 share/drupal/core/modules/comment/tests/src/Functional/Views/ArgumentUserUIDTest.php
@@ -3573,6 +3659,16 @@
 share/drupal/core/modules/config/tests/config_test/src/Entity/ConfigTest.php
 share/drupal/core/modules/config/tests/config_test/src/SchemaListenerController.php
 share/drupal/core/modules/config/tests/config_test/src/TestInstallStorage.php
+share/drupal/core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonAnonTest.php
+share/drupal/core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonBasicAuthTest.php
+share/drupal/core/modules/config/tests/config_test/tests/src/Functional/Hal/ConfigTestHalJsonCookieTest.php
+share/drupal/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonAnonTest.php
+share/drupal/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php
+share/drupal/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php
+share/drupal/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php
+share/drupal/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlAnonTest.php
+share/drupal/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php
+share/drupal/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlCookieTest.php
 share/drupal/core/modules/config/tests/config_test_language/config/install/config_test.dynamic.dotted.english.yml
 share/drupal/core/modules/config/tests/config_test_language/config/install/config_test.dynamic.dotted.french.yml
 share/drupal/core/modules/config/tests/config_test_language/config_test_language.info.yml
@@ -3599,6 +3695,7 @@
 share/drupal/core/modules/config/tests/src/Functional/LanguageNegotiationFormOverrideTest.php
 share/drupal/core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php
 share/drupal/core/modules/config/tests/src/FunctionalJavascript/ConfigEntityTest.php
+share/drupal/core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php
 share/drupal/core/modules/config/tests/src/Traits/AssertConfigEntityImportTrait.php
 share/drupal/core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php
 share/drupal/core/modules/config_translation/config_translation.api.php
@@ -3730,6 +3827,26 @@
 share/drupal/core/modules/contact/tests/src/Functional/ContactPersonalTest.php
 share/drupal/core/modules/contact/tests/src/Functional/ContactSitewideTest.php
 share/drupal/core/modules/contact/tests/src/Functional/ContactStorageTest.php
+share/drupal/core/modules/contact/tests/src/Functional/Hal/ContactFormHalJsonAnonTest.php
+share/drupal/core/modules/contact/tests/src/Functional/Hal/ContactFormHalJsonBasicAuthTest.php
+share/drupal/core/modules/contact/tests/src/Functional/Hal/ContactFormHalJsonCookieTest.php
+share/drupal/core/modules/contact/tests/src/Functional/Hal/MessageHalJsonAnonTest.php
+share/drupal/core/modules/contact/tests/src/Functional/Hal/MessageHalJsonBasicAuthTest.php
+share/drupal/core/modules/contact/tests/src/Functional/Hal/MessageHalJsonCookieTest.php
+share/drupal/core/modules/contact/tests/src/Functional/Rest/ContactFormJsonAnonTest.php
+share/drupal/core/modules/contact/tests/src/Functional/Rest/ContactFormJsonBasicAuthTest.php
+share/drupal/core/modules/contact/tests/src/Functional/Rest/ContactFormJsonCookieTest.php
+share/drupal/core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php
+share/drupal/core/modules/contact/tests/src/Functional/Rest/ContactFormXmlAnonTest.php
+share/drupal/core/modules/contact/tests/src/Functional/Rest/ContactFormXmlBasicAuthTest.php
+share/drupal/core/modules/contact/tests/src/Functional/Rest/ContactFormXmlCookieTest.php
+share/drupal/core/modules/contact/tests/src/Functional/Rest/MessageJsonAnonTest.php
+share/drupal/core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php
+share/drupal/core/modules/contact/tests/src/Functional/Rest/MessageJsonCookieTest.php
+share/drupal/core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php
+share/drupal/core/modules/contact/tests/src/Functional/Rest/MessageXmlAnonTest.php
+share/drupal/core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php
+share/drupal/core/modules/contact/tests/src/Functional/Rest/MessageXmlCookieTest.php
 share/drupal/core/modules/contact/tests/src/Functional/Update/ContactUpdateTest.php
 share/drupal/core/modules/contact/tests/src/Functional/Views/ContactFieldsTest.php
 share/drupal/core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php
@@ -4148,6 +4265,16 @@
 share/drupal/core/modules/editor/tests/modules/src/Plugin/Editor/UnicornEditor.php
 share/drupal/core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php
 share/drupal/core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php
+share/drupal/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonAnonTest.php
+share/drupal/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonBasicAuthTest.php
+share/drupal/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonCookieTest.php
+share/drupal/core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php
+share/drupal/core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php
+share/drupal/core/modules/editor/tests/src/Functional/Rest/EditorJsonCookieTest.php
+share/drupal/core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php
+share/drupal/core/modules/editor/tests/src/Functional/Rest/EditorXmlAnonTest.php
+share/drupal/core/modules/editor/tests/src/Functional/Rest/EditorXmlBasicAuthTest.php
+share/drupal/core/modules/editor/tests/src/Functional/Rest/EditorXmlCookieTest.php
 share/drupal/core/modules/editor/tests/src/Functional/Update/EditorUpdateTest.php
 share/drupal/core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php
 share/drupal/core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php
@@ -4303,6 +4430,26 @@
 share/drupal/core/modules/field/tests/src/Functional/FieldAccessTest.php
 share/drupal/core/modules/field/tests/src/Functional/FieldHelpTest.php
 share/drupal/core/modules/field/tests/src/Functional/FieldTestBase.php
+share/drupal/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonAnonTest.php
+share/drupal/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonBasicAuthTest.php
+share/drupal/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonCookieTest.php
+share/drupal/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonAnonTest.php
+share/drupal/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php
+share/drupal/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonCookieTest.php
+share/drupal/core/modules/field/tests/src/Functional/Rest/FieldConfigJsonAnonTest.php
+share/drupal/core/modules/field/tests/src/Functional/Rest/FieldConfigJsonBasicAuthTest.php
+share/drupal/core/modules/field/tests/src/Functional/Rest/FieldConfigJsonCookieTest.php
+share/drupal/core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php
+share/drupal/core/modules/field/tests/src/Functional/Rest/FieldConfigXmlAnonTest.php
+share/drupal/core/modules/field/tests/src/Functional/Rest/FieldConfigXmlBasicAuthTest.php
+share/drupal/core/modules/field/tests/src/Functional/Rest/FieldConfigXmlCookieTest.php
+share/drupal/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonAnonTest.php
+share/drupal/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonBasicAuthTest.php



Home | Main Index | Thread Index | Old Index