Skip to content
Snippets Groups Projects
Verified Commit d582b8c5 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3392616 by Spokje, longwave: Update to Symfony 6.4

parent b3be7fb1
No related branches found
No related tags found
No related merge requests found
Showing
with 730 additions and 400 deletions
This diff is collapsed.
......@@ -31,34 +31,34 @@
"psr/log": "~3.0.0",
"ralouphie/getallheaders": "~3.0.3",
"sebastian/diff": "~4.0.5",
"symfony/console": "~v6.3.0",
"symfony/dependency-injection": "~v6.3.0",
"symfony/console": "~v6.4.0-BETA1",
"symfony/dependency-injection": "~v6.4.0-BETA1",
"symfony/deprecation-contracts": "~v3.3.0",
"symfony/error-handler": "~v6.3.0",
"symfony/event-dispatcher": "~v6.3.0",
"symfony/error-handler": "~v6.4.0-BETA1",
"symfony/event-dispatcher": "~v6.4.0-BETA1",
"symfony/event-dispatcher-contracts": "~v3.3.0",
"symfony/http-foundation": "~v6.3.0",
"symfony/http-kernel": "~v6.3.0",
"symfony/mailer": "~v6.3.5",
"symfony/mime": "~v6.3.0",
"symfony/polyfill-ctype": "~v1.27.0",
"symfony/polyfill-iconv": "~v1.27.0",
"symfony/polyfill-intl-grapheme": "~v1.27.0",
"symfony/polyfill-intl-idn": "~v1.27.0",
"symfony/polyfill-intl-normalizer": "~v1.27.0",
"symfony/polyfill-mbstring": "~v1.27.0",
"symfony/polyfill-php83": "~v1.27.0",
"symfony/process": "~v6.3.0",
"symfony/psr-http-message-bridge": "~v2.2.0",
"symfony/routing": "~v6.3.0",
"symfony/serializer": "~v6.3.0",
"symfony/http-foundation": "~v6.4.0-BETA1",
"symfony/http-kernel": "~v6.4.0-BETA1",
"symfony/mailer": "~v6.4.0-BETA1",
"symfony/mime": "~v6.4.0-BETA1",
"symfony/polyfill-ctype": "~v1.28.0",
"symfony/polyfill-iconv": "~v1.28.0",
"symfony/polyfill-intl-grapheme": "~v1.28.0",
"symfony/polyfill-intl-idn": "~v1.28.0",
"symfony/polyfill-intl-normalizer": "~v1.28.0",
"symfony/polyfill-mbstring": "~v1.28.0",
"symfony/polyfill-php83": "~v1.28.0",
"symfony/process": "~v6.4.0-BETA1",
"symfony/psr-http-message-bridge": "~v2.3.1",
"symfony/routing": "~v6.4.0-BETA1",
"symfony/serializer": "~v6.4.0-BETA1",
"symfony/service-contracts": "~v3.3.0",
"symfony/string": "~v6.3.0",
"symfony/string": "~v6.3.5",
"symfony/translation-contracts": "~v3.3.0",
"symfony/validator": "~v6.3.0",
"symfony/var-dumper": "~v6.3.0",
"symfony/var-exporter": "~v6.3.0",
"symfony/yaml": "~v6.3.0",
"symfony/validator": "~v6.4.0-BETA1",
"symfony/var-dumper": "~v6.4.0-BETA1",
"symfony/var-exporter": "~v6.3.6",
"symfony/yaml": "~v6.4.0-BETA1",
"twig/twig": "~v3.6.0"
}
}
......@@ -26,14 +26,14 @@
"phpstan/phpstan": "^1.10.38",
"phpstan/phpstan-phpunit": "^1.3.11",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "^6.3",
"symfony/css-selector": "^6.3",
"symfony/dom-crawler": "^6.3",
"symfony/error-handler": "^6.3",
"symfony/filesystem": "^6.3",
"symfony/finder": "^6.3",
"symfony/lock": "^6.3",
"symfony/phpunit-bridge": "^6.3",
"symfony/var-dumper": "^6.3"
"symfony/browser-kit": "^6.4",
"symfony/css-selector": "^6.4",
"symfony/dom-crawler": "^6.4",
"symfony/error-handler": "^6.4",
"symfony/filesystem": "^6.4",
"symfony/finder": "^6.4",
"symfony/lock": "^6.4",
"symfony/phpunit-bridge": "^6.4",
"symfony/var-dumper": "^6.4"
}
}
......@@ -80,14 +80,14 @@
"sirbrillig/phpcs-variable-analysis": "v2.11.16",
"slevomat/coding-standard": "8.12.1",
"squizlabs/php_codesniffer": "3.7.2",
"symfony/browser-kit": "v6.3.0",
"symfony/css-selector": "v6.3.0",
"symfony/dom-crawler": "v6.3.0",
"symfony/filesystem": "v6.3.0",
"symfony/finder": "v6.3.0",
"symfony/lock": "v6.3.0",
"symfony/phpunit-bridge": "v6.3.0",
"symfony/polyfill-php82": "v1.27.0",
"symfony/browser-kit": "v6.4.0-BETA1",
"symfony/css-selector": "v6.4.0-BETA1",
"symfony/dom-crawler": "v6.4.0-BETA1",
"symfony/filesystem": "v6.4.0-BETA1",
"symfony/finder": "v6.4.0-BETA1",
"symfony/lock": "v6.4.0-BETA1",
"symfony/phpunit-bridge": "v6.4.0-BETA1",
"symfony/polyfill-php82": "v1.28.0",
"theseer/tokenizer": "1.2.1",
"webflo/drupal-finder": "1.2.2",
"webmozart/assert": "1.11.0"
......
......@@ -50,3 +50,9 @@
# Symfony 7.
%Method "Symfony\\Contracts\\Service\\ResetInterface::reset\(\)" might add "void" as a native return type declaration in the future. Do the same in implementation "Drupal\\Component\\DependencyInjection\\Container" now to avoid errors or add an explicit @return annotation to suppress this message.%
# Temporarily for testing Symfony 6.4.
%Since symfony/dependency-injection 6.4: "Symfony\\Component\\DependencyInjection\\ContainerAwareTrait" is deprecated, use dependency injection instead.%
%The ".*" class uses "Symfony\\Component\\DependencyInjection\\ContainerAwareTrait" that is deprecated since Symfony 6.4, use dependency injection instead.%
%The ".*" class implements "Symfony\\Component\\DependencyInjection\\ContainerAwareInterface" that is deprecated since Symfony 6.4, use dependency injection instead.%
%The ".*" interface extends "Symfony\\Component\\DependencyInjection\\ContainerAwareInterface" that is deprecated since Symfony 6.4, use dependency injection instead.%
......@@ -18,19 +18,19 @@
"ext-tokenizer": "*",
"ext-xml": "*",
"php": ">=8.1.0",
"symfony/console": "^6.3",
"symfony/dependency-injection": "^6.3",
"symfony/event-dispatcher": "^6.3",
"symfony/http-foundation": "^6.3",
"symfony/http-kernel": "^6.3",
"symfony/mailer": "^6.3",
"symfony/mime": "^6.3",
"symfony/routing": "^6.3",
"symfony/serializer": "^6.3",
"symfony/validator": "^6.3",
"symfony/process": "^6.3",
"symfony/console": "^6.4",
"symfony/dependency-injection": "^6.4",
"symfony/event-dispatcher": "^6.4",
"symfony/http-foundation": "^6.4",
"symfony/http-kernel": "^6.4",
"symfony/mailer": "^6.4",
"symfony/mime": "^6.4",
"symfony/routing": "^6.4",
"symfony/serializer": "^6.4",
"symfony/validator": "^6.4",
"symfony/process": "^6.4",
"symfony/polyfill-iconv": "^1.26",
"symfony/yaml": "^6.3",
"symfony/yaml": "^6.4",
"twig/twig": "^3.5.0",
"doctrine/annotations": "^1.14",
"guzzlehttp/guzzle": "^7.5",
......
......@@ -14,7 +14,7 @@
},
"require": {
"php": ">=8.1.0",
"symfony/dependency-injection": "^6.3",
"symfony/dependency-injection": "^6.4",
"symfony/service-contracts": "v3.3.0"
},
"suggest": {
......
......@@ -8,8 +8,8 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"symfony/dependency-injection": "^6.3",
"symfony/event-dispatcher": "^6.3",
"symfony/dependency-injection": "^6.4",
"symfony/event-dispatcher": "^6.4",
"symfony/event-dispatcher-contracts": "v3.3.0"
},
"autoload": {
......
......@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"symfony/http-foundation": "^6.3"
"symfony/http-foundation": "^6.4"
},
"autoload": {
"psr-4": {
......
......@@ -10,7 +10,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"symfony/validator": "^6.3"
"symfony/validator": "^6.4"
},
"autoload": {
"psr-4": {
......
......@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"symfony/yaml": "^6.3"
"symfony/yaml": "^6.4"
},
"autoload": {
"psr-4": {
......
......@@ -192,6 +192,22 @@ parameters:
count: 1
path: lib/Drupal/Core/Access/AccessResult.php
-
message: """
#^Class Drupal\\\\Core\\\\Access\\\\CheckProvider implements deprecated interface Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareInterface\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/Access/CheckProvider.php
-
message: """
#^Usage of deprecated trait Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareTrait in class Drupal\\\\Core\\\\Access\\\\CheckProvider\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/Access/CheckProvider.php
-
message: "#^Method Drupal\\\\Core\\\\Access\\\\CsrfRequestHeaderAccessCheck\\:\\:applies\\(\\) should return bool but return statement is missing\\.$#"
count: 1
......@@ -247,6 +263,54 @@ parameters:
count: 3
path: lib/Drupal/Core/Cache/ApcuBackend.php
-
message: """
#^Class Drupal\\\\Core\\\\Cache\\\\CacheFactory implements deprecated interface Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareInterface\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/Cache/CacheFactory.php
-
message: """
#^Usage of deprecated trait Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareTrait in class Drupal\\\\Core\\\\Cache\\\\CacheFactory\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/Cache/CacheFactory.php
-
message: """
#^Usage of deprecated trait Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareTrait in class Drupal\\\\Core\\\\Cache\\\\CacheTagsInvalidator\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/Cache/CacheTagsInvalidator.php
-
message: """
#^Usage of deprecated trait Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareTrait in class Drupal\\\\Core\\\\Cache\\\\ChainedFastBackendFactory\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/Cache/ChainedFastBackendFactory.php
-
message: """
#^Class Drupal\\\\Core\\\\Cache\\\\Context\\\\MenuActiveTrailsCacheContext implements deprecated interface Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareInterface\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/Cache/Context/MenuActiveTrailsCacheContext.php
-
message: """
#^Usage of deprecated trait Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareTrait in class Drupal\\\\Core\\\\Cache\\\\Context\\\\MenuActiveTrailsCacheContext\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/Cache/Context/MenuActiveTrailsCacheContext.php
-
message: "#^Call to deprecated constant REQUEST_TIME\\: Deprecated in drupal\\:8\\.3\\.0 and is removed from drupal\\:11\\.0\\.0\\. Use \\\\Drupal\\:\\:time\\(\\)\\-\\>getRequestTime\\(\\); $#"
count: 4
......@@ -425,6 +489,22 @@ parameters:
count: 2
path: lib/Drupal/Core/Datetime/DateHelper.php
-
message: """
#^Class Drupal\\\\Core\\\\DependencyInjection\\\\ClassResolver implements deprecated interface Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareInterface\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/DependencyInjection/ClassResolver.php
-
message: """
#^Usage of deprecated trait Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareTrait in class Drupal\\\\Core\\\\DependencyInjection\\\\ClassResolver\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/DependencyInjection/ClassResolver.php
-
message: """
#^Usage of deprecated trait Drupal\\\\Component\\\\DependencyInjection\\\\ServiceIdHashTrait in class Drupal\\\\Core\\\\DependencyInjection\\\\ContainerBuilder\\:
......@@ -467,6 +547,14 @@ parameters:
count: 1
path: lib/Drupal/Core/DrupalKernel.php
-
message: """
#^Interface Drupal\\\\Core\\\\DrupalKernelInterface extends deprecated interface Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareInterface\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/DrupalKernelInterface.php
-
message: "#^Method Drupal\\\\Core\\\\Entity\\\\ContentEntityConfirmFormBase\\:\\:save\\(\\) should return int but return statement is missing\\.$#"
count: 1
......@@ -522,6 +610,22 @@ parameters:
count: 2
path: lib/Drupal/Core/Entity/EntityDisplayBase.php
-
message: """
#^Class Drupal\\\\Core\\\\Entity\\\\EntityTypeManager implements deprecated interface Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareInterface\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/Entity/EntityTypeManager.php
-
message: """
#^Usage of deprecated trait Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareTrait in class Drupal\\\\Core\\\\Entity\\\\EntityTypeManager\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/Entity/EntityTypeManager.php
-
message: "#^Method Drupal\\\\Core\\\\Entity\\\\KeyValueStore\\\\KeyValueContentEntityStorage\\:\\:createTranslation\\(\\) should return Drupal\\\\Core\\\\Entity\\\\ContentEntityInterface but return statement is missing\\.$#"
count: 1
......@@ -591,6 +695,22 @@ parameters:
count: 2
path: lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php
-
message: """
#^Class Drupal\\\\Core\\\\EventSubscriber\\\\KernelDestructionSubscriber implements deprecated interface Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareInterface\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php
-
message: """
#^Usage of deprecated trait Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareTrait in class Drupal\\\\Core\\\\EventSubscriber\\\\KernelDestructionSubscriber\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php
-
message: """
#^Call to deprecated method getFromDriverName\\(\\) of class Drupal\\\\Core\\\\Extension\\\\DatabaseDriverList\\:
......@@ -750,6 +870,22 @@ parameters:
count: 1
path: lib/Drupal/Core/Lock/NullLockBackend.php
-
message: """
#^Class Drupal\\\\Core\\\\Logger\\\\LoggerChannelFactory implements deprecated interface Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareInterface\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/Logger/LoggerChannelFactory.php
-
message: """
#^Usage of deprecated trait Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareTrait in class Drupal\\\\Core\\\\Logger\\\\LoggerChannelFactory\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/Logger/LoggerChannelFactory.php
-
message: "#^Variable \\$parent in isset\\(\\) always exists and is not nullable\\.$#"
count: 1
......@@ -784,6 +920,22 @@ parameters:
count: 1
path: lib/Drupal/Core/Queue/Memory.php
-
message: """
#^Class Drupal\\\\Core\\\\Queue\\\\QueueFactory implements deprecated interface Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareInterface\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/Queue/QueueFactory.php
-
message: """
#^Usage of deprecated trait Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareTrait in class Drupal\\\\Core\\\\Queue\\\\QueueFactory\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/Queue/QueueFactory.php
-
message: "#^Variable \\$sort in isset\\(\\) always exists and is not nullable\\.$#"
count: 1
......@@ -829,6 +981,30 @@ parameters:
count: 3
path: lib/Drupal/Core/Site/SettingsEditor.php
-
message: """
#^Usage of deprecated trait Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareTrait in class Drupal\\\\Core\\\\StackMiddleware\\\\Session\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/StackMiddleware/Session.php
-
message: """
#^Class Drupal\\\\Core\\\\StreamWrapper\\\\StreamWrapperManager implements deprecated interface Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareInterface\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php
-
message: """
#^Usage of deprecated trait Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareTrait in class Drupal\\\\Core\\\\StreamWrapper\\\\StreamWrapperManager\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php
-
message: "#^Method Drupal\\\\Core\\\\Template\\\\AttributeValueBase\\:\\:render\\(\\) should return string but return statement is missing\\.$#"
count: 1
......@@ -879,11 +1055,43 @@ parameters:
count: 1
path: lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php
-
message: """
#^Class Drupal\\\\Core\\\\Update\\\\UpdateHookRegistryFactory implements deprecated interface Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareInterface\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/Update/UpdateHookRegistryFactory.php
-
message: """
#^Usage of deprecated trait Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareTrait in class Drupal\\\\Core\\\\Update\\\\UpdateHookRegistryFactory\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/Update/UpdateHookRegistryFactory.php
-
message: "#^Method Drupal\\\\Core\\\\Update\\\\UpdateKernel\\:\\:discoverServiceProviders\\(\\) should return array but return statement is missing\\.$#"
count: 1
path: lib/Drupal/Core/Update/UpdateKernel.php
-
message: """
#^Class Drupal\\\\Core\\\\Update\\\\UpdateRegistryFactory implements deprecated interface Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareInterface\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/Update/UpdateRegistryFactory.php
-
message: """
#^Usage of deprecated trait Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareTrait in class Drupal\\\\Core\\\\Update\\\\UpdateRegistryFactory\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: lib/Drupal/Core/Update/UpdateRegistryFactory.php
-
message: "#^Method Drupal\\\\Core\\\\Updater\\\\Module\\:\\:postUpdateTasks\\(\\) should return array but return statement is missing\\.$#"
count: 1
......@@ -959,6 +1167,22 @@ parameters:
count: 1
path: modules/book/src/BookOutline.php
-
message: """
#^Class Drupal\\\\book\\\\Cache\\\\BookNavigationCacheContext implements deprecated interface Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareInterface\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: modules/book/src/Cache/BookNavigationCacheContext.php
-
message: """
#^Usage of deprecated trait Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareTrait in class Drupal\\\\book\\\\Cache\\\\BookNavigationCacheContext\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: modules/book/src/Cache/BookNavigationCacheContext.php
-
message: "#^Method Drupal\\\\book\\\\Form\\\\BookOutlineForm\\:\\:save\\(\\) should return int but return statement is missing\\.$#"
count: 1
......@@ -1554,6 +1778,14 @@ parameters:
count: 1
path: modules/media/src/OEmbed/UrlResolver.php
-
message: """
#^Usage of deprecated trait Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareTrait in class Drupal\\\\media_library\\\\OpenerResolver\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: modules/media_library/src/OpenerResolver.php
-
message: "#^Variable \\$jpg_image might not be defined\\.$#"
count: 1
......@@ -2109,6 +2341,38 @@ parameters:
count: 1
path: modules/system/tests/modules/lazy_route_provider_install_test/src/PluginManager.php
-
message: """
#^Class Drupal\\\\render_placeholder_message_test\\\\RenderPlaceholderMessageTestController implements deprecated interface Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareInterface\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php
-
message: """
#^Usage of deprecated trait Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareTrait in class Drupal\\\\render_placeholder_message_test\\\\RenderPlaceholderMessageTestController\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php
-
message: """
#^Class Drupal\\\\service_provider_test\\\\TestClass implements deprecated interface Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareInterface\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: modules/system/tests/modules/service_provider_test/src/TestClass.php
-
message: """
#^Usage of deprecated trait Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareTrait in class Drupal\\\\service_provider_test\\\\TestClass\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: modules/system/tests/modules/service_provider_test/src/TestClass.php
-
message: "#^Access to an undefined property Drupal\\\\Tests\\\\system\\\\Functional\\\\FileTransfer\\\\TestFileTransfer\\:\\:\\$connection\\.$#"
count: 5
......@@ -3100,6 +3364,22 @@ parameters:
count: 1
path: tests/Drupal/Tests/Core/Config/ConfigTest.php
-
message: """
#^Class Drupal\\\\Tests\\\\Core\\\\Controller\\\\MockContainerAware implements deprecated interface Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareInterface\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php
-
message: """
#^Usage of deprecated trait Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareTrait in class Drupal\\\\Tests\\\\Core\\\\Controller\\\\MockContainerAware\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php
-
message: "#^Call to deprecated method withConsecutive\\(\\) of class PHPUnit\\\\Framework\\\\MockObject\\\\Builder\\\\InvocationMocker\\.$#"
count: 3
......@@ -3131,6 +3411,14 @@ parameters:
count: 1
path: tests/Drupal/Tests/Core/Database/Stub/StubConnection.php
-
message: """
#^Class Drupal\\\\Tests\\\\Core\\\\DependencyInjection\\\\DependencySerializationTestDummy implements deprecated interface Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareInterface\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php
-
message: "#^Call to deprecated method withConsecutive\\(\\) of class PHPUnit\\\\Framework\\\\MockObject\\\\Builder\\\\InvocationMocker\\.$#"
count: 2
......@@ -3337,6 +3625,22 @@ parameters:
count: 1
path: tests/Drupal/Tests/Core/UrlTest.php
-
message: """
#^Class Drupal\\\\Tests\\\\Core\\\\Utility\\\\MockContainerAware implements deprecated interface Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareInterface\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: tests/Drupal/Tests/Core/Utility/CallableResolverTest.php
-
message: """
#^Usage of deprecated trait Symfony\\\\Component\\\\DependencyInjection\\\\ContainerAwareTrait in class Drupal\\\\Tests\\\\Core\\\\Utility\\\\MockContainerAware\\:
since Symfony 6\\.4, use dependency injection instead$#
"""
count: 1
path: tests/Drupal/Tests/Core/Utility/CallableResolverTest.php
-
message: """
#^Call to deprecated method getConfig\\(\\) of class GuzzleHttp\\\\ClientInterface\\:
......
......@@ -30,7 +30,7 @@ class ComposerProjectTemplatesTest extends ComposerBuildTestBase {
*
* @see https://getcomposer.org/doc/04-schema.md#minimum-stability
*/
protected const MINIMUM_STABILITY = 'stable';
protected const MINIMUM_STABILITY = 'beta';
/**
* The order of stability strings from least stable to most stable.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment